Searched refs:xmit_wait (Results 1 - 6 of 6) sorted by relevance
/drivers/infiniband/hw/qib/ |
H A D | qib.h | 489 struct xmit_wait { struct 630 struct xmit_wait cong_stats;
|
H A D | qib_iba6120.c | 266 u64 xmit_wait; /* # of ticks no data sent (sample result) */ member in struct:qib_chip_specific 2953 &cs->spkts, &cs->rpkts, &cs->xmit_wait); 2966 cs->xmit_wait = te - cs->xmit_wait; 2985 &cs->spkts, &cs->rpkts, &cs->xmit_wait); 2993 cs->xmit_wait = 0;
|
H A D | qib_verbs.h | 858 u64 *xmit_wait);
|
H A D | qib_verbs.c | 1397 u64 *xmit_wait) 1411 *xmit_wait = dd->f_portcntr(ppd, QIBPORTCNTR_SENDSTALL); 1395 qib_snapshot_counters(struct qib_pportdata *ppd, u64 *swords, u64 *rwords, u64 *spkts, u64 *rpkts, u64 *xmit_wait) argument
|
/drivers/infiniband/hw/ipath/ |
H A D | ipath_verbs.h | 721 u64 *xmit_wait);
|
H A D | ipath_verbs.c | 1354 u64 *xmit_wait) 1367 *xmit_wait = ipath_snap_cntr(dd, dd->ipath_cregs->cr_sendstallcnt); 1352 ipath_snapshot_counters(struct ipath_devdata *dd, u64 *swords, u64 *rwords, u64 *spkts, u64 *rpkts, u64 *xmit_wait) argument
|
Completed in 97 milliseconds