Searched refs:new_ctx (Results 1 – 8 of 8) sorted by relevance
9 ctx_switch(struct ctx *new_ctx __rte_unused, struct ctx *curr_ctx __rte_unused) in ctx_switch()
48 ctx_switch(struct ctx *new_ctx, struct ctx *curr_ctx);
29 ctx_switch(struct ctx *new_ctx, struct ctx *curr_ctx);
1641 uint32_t new_ctx = 0; in igc_xmit_pkts() local1675 new_ctx = what_advctx_update(txq, tx_ol_req, in igc_xmit_pkts()1678 new_ctx = (new_ctx >= IGC_CTX_NUM); in igc_xmit_pkts()1679 tx_last = (uint16_t)(tx_last + new_ctx); in igc_xmit_pkts()1777 if (new_ctx) { in igc_xmit_pkts()
386 uint32_t new_ctx; in eth_em_xmit_pkts() local401 new_ctx = 0; in eth_em_xmit_pkts()422 new_ctx = (ctx == EM_CTX_NUM); in eth_em_xmit_pkts()430 nb_used = (uint16_t)(tx_pkt->nb_segs + new_ctx); in eth_em_xmit_pkts()518 if (new_ctx) { in eth_em_xmit_pkts()
399 uint32_t new_ctx = 0; in eth_igb_xmit_pkts() local439 new_ctx = (ctx == IGB_CTX_NUM); in eth_igb_xmit_pkts()441 tx_last = (uint16_t) (tx_last + new_ctx); in eth_igb_xmit_pkts()538 if (new_ctx) { in eth_igb_xmit_pkts()
702 uint32_t new_ctx; in txgbe_xmit_pkts() local721 new_ctx = 0; in txgbe_xmit_pkts()748 new_ctx = (ctx == TXGBE_CTX_NUM); in txgbe_xmit_pkts()757 nb_used = (uint16_t)(tx_pkt->nb_segs + new_ctx); in txgbe_xmit_pkts()883 if (new_ctx) { in txgbe_xmit_pkts()
648 uint32_t new_ctx; in ixgbe_xmit_pkts() local671 new_ctx = 0; in ixgbe_xmit_pkts()708 new_ctx = (ctx == IXGBE_CTX_NUM); in ixgbe_xmit_pkts()717 nb_used = (uint16_t)(tx_pkt->nb_segs + new_ctx); in ixgbe_xmit_pkts()846 if (new_ctx) { in ixgbe_xmit_pkts()