Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/arch/arm64/
H A Dctx.c9 ctx_switch(struct ctx *new_ctx __rte_unused, struct ctx *curr_ctx __rte_unused) in ctx_switch()
H A Dctx.h48 ctx_switch(struct ctx *new_ctx, struct ctx *curr_ctx);
/f-stack/dpdk/examples/performance-thread/common/arch/x86/
H A Dctx.h29 ctx_switch(struct ctx *new_ctx, struct ctx *curr_ctx);
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1641 uint32_t new_ctx = 0; in igc_xmit_pkts() local
1675 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()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c386 uint32_t new_ctx; in eth_em_xmit_pkts() local
401 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()
H A Digb_rxtx.c399 uint32_t new_ctx = 0; in eth_igb_xmit_pkts() local
439 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()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c702 uint32_t new_ctx; in txgbe_xmit_pkts() local
721 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()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c648 uint32_t new_ctx; in ixgbe_xmit_pkts() local
671 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()