Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_netmap.c860 int n, d, npkt_remaining, ndesc_remaining, txcsum; in cxgbe_netmap_txsync() local
874 ndesc_remaining = contiguous_ndesc_available(nm_txq); in cxgbe_netmap_txsync()
876 MPASS(ndesc_remaining > 0); in cxgbe_netmap_txsync()
883 if (d <= ndesc_remaining) in cxgbe_netmap_txsync()
887 n = (ndesc_remaining / SGE_MAX_WR_NDESC) * in cxgbe_netmap_txsync()
889 if (ndesc_remaining % SGE_MAX_WR_NDESC) in cxgbe_netmap_txsync()
890 n += ndesc_to_npkt(ndesc_remaining % SGE_MAX_WR_NDESC); in cxgbe_netmap_txsync()