Home
last modified time | relevance | path

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

/dpdk/drivers/net/igc/
H A Digc_txrx.c1628 uint32_t new_ctx = 0; in igc_xmit_pkts() local
1662 new_ctx = what_advctx_update(txq, tx_ol_req, in igc_xmit_pkts()
1665 new_ctx = (new_ctx >= IGC_CTX_NUM); in igc_xmit_pkts()
1666 tx_last = (uint16_t)(tx_last + new_ctx); in igc_xmit_pkts()
1764 if (new_ctx) { in igc_xmit_pkts()
/dpdk/drivers/net/e1000/
H A Dem_rxtx.c387 uint32_t new_ctx; in eth_em_xmit_pkts() local
402 new_ctx = 0; in eth_em_xmit_pkts()
423 new_ctx = (ctx == EM_CTX_NUM); in eth_em_xmit_pkts()
431 nb_used = (uint16_t)(tx_pkt->nb_segs + new_ctx); in eth_em_xmit_pkts()
519 if (new_ctx) { in eth_em_xmit_pkts()
H A Digb_rxtx.c400 uint32_t new_ctx = 0; in eth_igb_xmit_pkts() local
440 new_ctx = (ctx == IGB_CTX_NUM); in eth_igb_xmit_pkts()
442 tx_last = (uint16_t) (tx_last + new_ctx); in eth_igb_xmit_pkts()
539 if (new_ctx) { in eth_igb_xmit_pkts()
/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.c593 uint32_t new_ctx; in ngbe_xmit_pkts() local
612 new_ctx = 0; in ngbe_xmit_pkts()
639 new_ctx = (ctx == NGBE_CTX_NUM); in ngbe_xmit_pkts()
648 nb_used = (uint16_t)(tx_pkt->nb_segs + new_ctx); in ngbe_xmit_pkts()
764 if (new_ctx) { in ngbe_xmit_pkts()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c741 uint32_t new_ctx; in txgbe_xmit_pkts() local
763 new_ctx = 0; in txgbe_xmit_pkts()
805 new_ctx = (ctx == TXGBE_CTX_NUM); in txgbe_xmit_pkts()
814 nb_used = (uint16_t)(tx_pkt->nb_segs + new_ctx); in txgbe_xmit_pkts()
940 if (new_ctx) { in txgbe_xmit_pkts()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c646 uint32_t new_ctx; in ixgbe_xmit_pkts() local
669 new_ctx = 0; in ixgbe_xmit_pkts()
706 new_ctx = (ctx == IXGBE_CTX_NUM); in ixgbe_xmit_pkts()
715 nb_used = (uint16_t)(tx_pkt->nb_segs + new_ctx); in ixgbe_xmit_pkts()
844 if (new_ctx) { in ixgbe_xmit_pkts()