Home
last modified time | relevance | path

Searched refs:fl_pidx (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_netmap.c157 nm_rxq->fl_pidx = nm_rxq->fl_cidx = 0; in alloc_nm_rxq()
192 &nm_rxq->fl_pidx, 0, "producer index"); in alloc_nm_rxq()
365 nm_rxq->fl_pidx = nm_rxq->fl_cidx = 0; in alloc_nm_rxq_hwq()
771 j = nm_rxq->fl_pidx = nm_rxq->fl_sidx - 8; in cxgbe_netmap_on()
1223 u_int fl_pidx = nm_rxq->fl_pidx; in cxgbe_netmap_rxsync() local
1224 struct netmap_slot *slot = &ring->slot[fl_pidx]; in cxgbe_netmap_rxsync()
1233 MPASS((fl_pidx & 7) == 0); in cxgbe_netmap_rxsync()
1237 IDXINCR(nm_rxq->fl_pidx, n, nm_rxq->fl_sidx2); in cxgbe_netmap_rxsync()
1240 for (i = 0; i < 8; i++, fl_pidx++, slot++) { in cxgbe_netmap_rxsync()
1243 nm_rxq->fl_desc[fl_pidx] = htobe64(ba | hwidx); in cxgbe_netmap_rxsync()
[all …]
Dadapter.h719 uint32_t fl_pidx; member