Searched refs:new_ctx (Results 1 – 6 of 6) sorted by relevance
1628 uint32_t new_ctx = 0; in igc_xmit_pkts() local1662 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()
387 uint32_t new_ctx; in eth_em_xmit_pkts() local402 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()
400 uint32_t new_ctx = 0; in eth_igb_xmit_pkts() local440 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()
593 uint32_t new_ctx; in ngbe_xmit_pkts() local612 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()
741 uint32_t new_ctx; in txgbe_xmit_pkts() local763 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()
646 uint32_t new_ctx; in ixgbe_xmit_pkts() local669 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()