Searched defs:tx_offload (Results 1 – 14 of 14) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | macswap_common.h | 9 ol_flags_init(uint64_t tx_offload) in ol_flags_init()
|
| H A D | cmdline.c | 16466 cmdline_fixed_string_t tx_offload; member 16563 cmdline_fixed_string_t tx_offload; member 16649 cmdline_fixed_string_t tx_offload; member 16783 cmdline_fixed_string_t tx_offload; member
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 164 union igc_tx_offload tx_offload; member 1464 union igc_tx_offload tx_offload) in what_advctx_update() 1497 uint64_t ol_flags, union igc_tx_offload tx_offload) in igc_set_xmit_ctx() 1629 union igc_tx_offload tx_offload = {0}; in igc_xmit_pkts() local
|
| /dpdk/drivers/net/e1000/ |
| H A D | igb_rxtx.c | 158 union igb_tx_offload tx_offload; member 247 uint64_t ol_flags, union igb_tx_offload tx_offload) in igbe_set_xmit_ctx() 333 union igb_tx_offload tx_offload) in what_advctx_update() 402 union igb_tx_offload tx_offload = {0}; in eth_igb_xmit_pkts() local
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_rxtx.c | 255 union i40e_tx_offload tx_offload, in i40e_parse_tunneling_params() 304 union i40e_tx_offload tx_offload) in i40e_txd_enable_checksum() 1031 i40e_set_tso_ctx(struct rte_mbuf *mbuf, union i40e_tx_offload tx_offload) in i40e_set_tso_ctx() 1096 union i40e_tx_offload tx_offload = {0}; in i40e_xmit_pkts() local
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_rxtx.c | 2486 union ice_tx_offload tx_offload, in ice_parse_tunneling_params() 2545 union ice_tx_offload tx_offload) in ice_txd_enable_checksum() 2678 ice_set_tso_ctx(struct rte_mbuf *mbuf, union ice_tx_offload tx_offload) in ice_set_tso_ctx() 2741 union ice_tx_offload tx_offload = {0}; in ice_xmit_pkts() local
|
| /dpdk/lib/ipsec/ |
| H A D | sa.h | 102 } tx_offload; member
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_rxtx.c | 277 uint64_t ol_flags, union ngbe_tx_offload tx_offload) in ngbe_set_xmit_ctx() 383 union ngbe_tx_offload tx_offload) in what_ctx_update() 594 union ngbe_tx_offload tx_offload; in ngbe_xmit_pkts() local
|
| H A D | ngbe_rxtx.h | 315 union ngbe_tx_offload tx_offload; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.h | 192 union ixgbe_tx_offload tx_offload; member
|
| H A D | ixgbe_rxtx.c | 368 uint64_t ol_flags, union ixgbe_tx_offload tx_offload, in ixgbe_set_xmit_ctx() 498 union ixgbe_tx_offload tx_offload) in what_advctx_update() 647 union ixgbe_tx_offload tx_offload; in ixgbe_xmit_pkts() local
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 320 uint64_t ol_flags, union txgbe_tx_offload tx_offload, in txgbe_set_xmit_ctx() 448 union txgbe_tx_offload tx_offload) in what_ctx_update() 742 union txgbe_tx_offload tx_offload; in txgbe_xmit_pkts() local
|
| H A D | txgbe_rxtx.h | 358 union txgbe_tx_offload tx_offload; member
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf_core.h | 713 uint64_t tx_offload; /**< combined for easy fetch */ member
|