Home
last modified time | relevance | path

Searched defs:tx_offload (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dmacswap_common.h9 ol_flags_init(uint64_t tx_offload) in ol_flags_init()
H A Dcmdline.c15652 cmdline_fixed_string_t tx_offload; member
15749 cmdline_fixed_string_t tx_offload; member
15830 cmdline_fixed_string_t tx_offload; member
15963 cmdline_fixed_string_t tx_offload; member
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c164 union igc_tx_offload tx_offload; member
1477 union igc_tx_offload tx_offload) in what_advctx_update()
1510 uint64_t ol_flags, union igc_tx_offload tx_offload) in igc_set_xmit_ctx()
1642 union igc_tx_offload tx_offload = {0}; in igc_xmit_pkts() local
/f-stack/dpdk/drivers/net/e1000/
H A Digb_rxtx.c158 union igb_tx_offload tx_offload; member
246 uint64_t ol_flags, union igb_tx_offload tx_offload) in igbe_set_xmit_ctx()
332 union igb_tx_offload tx_offload) in what_advctx_update()
401 union igb_tx_offload tx_offload = {0}; in eth_igb_xmit_pkts() local
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c2276 union ice_tx_offload tx_offload, in ice_parse_tunneling_params()
2332 union ice_tx_offload tx_offload) in ice_txd_enable_checksum()
2464 ice_set_tso_ctx(struct rte_mbuf *mbuf, union ice_tx_offload tx_offload) in ice_set_tso_ctx()
2527 union ice_tx_offload tx_offload = {0}; in ice_xmit_pkts() local
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c215 union i40e_tx_offload tx_offload, in i40e_parse_tunneling_params()
264 union i40e_tx_offload tx_offload) in i40e_txd_enable_checksum()
968 i40e_set_tso_ctx(struct rte_mbuf *mbuf, union i40e_tx_offload tx_offload) in i40e_set_tso_ctx()
1033 union i40e_tx_offload tx_offload = {0}; in i40e_xmit_pkts() local
/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.h97 } tx_offload; member
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c1978 union iavf_tx_offload tx_offload) in iavf_txd_enable_checksum()
2032 iavf_set_tso_ctx(struct rte_mbuf *mbuf, union iavf_tx_offload tx_offload) in iavf_set_tso_ctx()
2092 union iavf_tx_offload tx_offload = {0}; in iavf_xmit_pkts() local
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c314 uint64_t ol_flags, union txgbe_tx_offload tx_offload) in txgbe_set_xmit_ctx()
427 union txgbe_tx_offload tx_offload) in what_ctx_update()
703 union txgbe_tx_offload tx_offload; in txgbe_xmit_pkts() local
H A Dtxgbe_rxtx.h348 union txgbe_tx_offload tx_offload; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h189 union ixgbe_tx_offload tx_offload; member
H A Dixgbe_rxtx.c369 uint64_t ol_flags, union ixgbe_tx_offload tx_offload, in ixgbe_set_xmit_ctx()
500 union ixgbe_tx_offload tx_offload) in what_advctx_update()
649 union ixgbe_tx_offload tx_offload; in ixgbe_xmit_pkts() local
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_core.h599 uint64_t tx_offload; /**< combined for easy fetch */ member