Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c156 nm_rxq->fl_pidx = nm_rxq->fl_cidx = 0; in alloc_nm_rxq()
187 &nm_rxq->fl_pidx, 0, "producer index"); in alloc_nm_rxq()
362 nm_rxq->fl_pidx = nm_rxq->fl_cidx = 0; in alloc_nm_rxq_hwq()
748 j = nm_rxq->fl_pidx = nm_rxq->fl_sidx - 8; in cxgbe_netmap_on()
1200 u_int fl_pidx = nm_rxq->fl_pidx; in cxgbe_netmap_rxsync() local
1210 MPASS((fl_pidx & 7) == 0); in cxgbe_netmap_rxsync()
1222 MPASS(fl_pidx <= nm_rxq->fl_sidx2); in cxgbe_netmap_rxsync()
1225 if (fl_pidx == nm_rxq->fl_sidx2) { in cxgbe_netmap_rxsync()
1226 fl_pidx = 0; in cxgbe_netmap_rxsync()
1240 MPASS(nm_rxq->fl_pidx == fl_pidx); in cxgbe_netmap_rxsync()
[all …]
H A Dadapter.h786 uint32_t fl_pidx; member