Searched refs:nb_tx_desc (Results 1 – 1 of 1) sorted by relevance
185 uint16_t nb_tx_desc; /**< number of TX descriptors. */ member458 if (tx_last >= txq->nb_tx_desc) in eth_igb_xmit_pkts()459 tx_last = (uint16_t) (tx_last - txq->nb_tx_desc); in eth_igb_xmit_pkts()1284 for (i = 0; i < txq->nb_tx_desc; i++) { in igb_tx_queue_release_mbufs()1450 for (i = 0; i < txq->nb_tx_desc; i++) { in igb_reset_tx_queue()1455 prev = (uint16_t)(txq->nb_tx_desc - 1); in igb_reset_tx_queue()1456 for (i = 0; i < txq->nb_tx_desc; i++) { in igb_reset_tx_queue()1571 txq->nb_tx_desc = nb_desc; in eth_igb_tx_queue_setup()1870 if (unlikely(offset >= txq->nb_tx_desc)) in eth_igb_tx_descriptor_status()1874 if (desc >= txq->nb_tx_desc) in eth_igb_tx_descriptor_status()[all …]