Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1118 int n, d, npkt_remaining, ndesc_remaining; in cxgbe_netmap_txsync() local
1131 ndesc_remaining = contiguous_ndesc_available(nm_txq); in cxgbe_netmap_txsync()
1133 MPASS(ndesc_remaining > 0); in cxgbe_netmap_txsync()
1140 if (d <= ndesc_remaining) in cxgbe_netmap_txsync()
1144 n = (ndesc_remaining / SGE_MAX_WR_NDESC) * in cxgbe_netmap_txsync()
1146 if (ndesc_remaining % SGE_MAX_WR_NDESC) in cxgbe_netmap_txsync()
1147 n += ndesc_to_npkt(ndesc_remaining % SGE_MAX_WR_NDESC); in cxgbe_netmap_txsync()