Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c967 struct netmap_kring *kring, int npkt, int npkt_remaining) in cxgbe_nm_tx() argument
1028 if (npkt == 0 && npkt_remaining == 0) { in cxgbe_nm_tx()
1054 MPASS(npkt_remaining); in cxgbe_nm_tx()
1114 int n, d, npkt_remaining, ndesc_remaining; in cxgbe_netmap_txsync() local
1125 while (npkt_remaining) { in cxgbe_netmap_txsync()
1133 if (npkt_remaining % MAX_NPKT_IN_TYPE1_WR) in cxgbe_netmap_txsync()
1134 d += npkt_to_ndesc(npkt_remaining % MAX_NPKT_IN_TYPE1_WR); in cxgbe_netmap_txsync()
1137 n = npkt_remaining; in cxgbe_netmap_txsync()
1147 npkt_remaining -= n; in cxgbe_netmap_txsync()
1148 cxgbe_nm_tx(sc, nm_txq, kring, n, npkt_remaining); in cxgbe_netmap_txsync()
[all …]