Searched refs:desc_total (Results 1 – 3 of 3) sorted by relevance
129 uint32_t desc_total; in ixgbe_ring_tx() local215 desc_total = 0; in ixgbe_ring_tx()270 desc_total += ixgbe_tcb_done(tcb); in ixgbe_ring_tx()294 while (mp != NULL && desc_total < IXGBE_TX_DESC_LIMIT) { in ixgbe_ring_tx()312 desc_total += ret; in ixgbe_ring_tx()317 desc_total += ixgbe_tcb_done(tcb); in ixgbe_ring_tx()331 if (desc_total >= IXGBE_TX_DESC_LIMIT) { in ixgbe_ring_tx()339 desc_total = 0; in ixgbe_ring_tx()360 if (tx_ring->tbd_free <= (desc_total + 1)) { in ixgbe_ring_tx()373 if (tx_ring->tbd_free <= (desc_total + 1)) { in ixgbe_ring_tx()[all …]
166 uint32_t desc_total; in e1000g_send() local241 desc_total = 0; in e1000g_send()382 desc_total += desc_count; in e1000g_send()395 if (tx_ring->tbd_avail < (desc_total + 3)) { in e1000g_send()407 if (tx_ring->tbd_avail < (desc_total + 3)) { in e1000g_send()1350 uint32_t desc_total; in e1000g_tx_bind() local1352 desc_total = 0; in e1000g_tx_bind()1435 desc_total += desc_count; in e1000g_tx_bind()1459 return (desc_total); in e1000g_tx_bind()
109 uint32_t desc_total; in igb_tx() local254 desc_total = 0; in igb_tx()381 desc_total += desc_num; in igb_tx()404 if (tx_ring->tbd_free <= (desc_total + 1)) { in igb_tx()418 if (tx_ring->tbd_free <= (desc_total + 1)) { in igb_tx()426 ASSERT((desc_num == desc_total) || (desc_num == (desc_total + 1))); in igb_tx()