Searched refs:xmit_wait (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib.h484 struct xmit_wait { struct
625 struct xmit_wait cong_stats;
H A Dqib_iba6120.c266 u64 xmit_wait; /* # of ticks no data sent (sample result) */ member in struct:qib_chip_specific
2951 &cs->spkts, &cs->rpkts, &cs->xmit_wait);
2964 cs->xmit_wait = te - cs->xmit_wait;
2983 &cs->spkts, &cs->rpkts, &cs->xmit_wait);
2991 cs->xmit_wait = 0;
H A Dqib_verbs.h855 u64 *xmit_wait);
H A Dqib_verbs.c1359 u64 *xmit_wait)
1373 *xmit_wait = dd->f_portcntr(ppd, QIBPORTCNTR_SENDSTALL);
1357 qib_snapshot_counters(struct qib_pportdata *ppd, u64 *swords, u64 *rwords, u64 *spkts, u64 *rpkts, u64 *xmit_wait) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h716 u64 *xmit_wait);
H A Dipath_verbs.c1347 u64 *xmit_wait)
1360 *xmit_wait = ipath_snap_cntr(dd, dd->ipath_cregs->cr_sendstallcnt);
1345 ipath_snapshot_counters(struct ipath_devdata *dd, u64 *swords, u64 *rwords, u64 *spkts, u64 *rpkts, u64 *xmit_wait) argument

Completed in 133 milliseconds