Home
last modified time | relevance | path

Searched refs:NIX_TXLAYER_OL3 (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_ops.c26 field->layer = NIX_TXLAYER_OL3; in nix_lso_tcp()
33 field->layer = NIX_TXLAYER_OL3; in nix_lso_tcp()
64 field->layer = NIX_TXLAYER_OL3; in nix_lso_udp_tun_tcp()
71 field->layer = NIX_TXLAYER_OL3; in nix_lso_udp_tun_tcp()
125 field->layer = NIX_TXLAYER_OL3; in nix_lso_tun_tcp()
132 field->layer = NIX_TXLAYER_OL3; in nix_lso_tun_tcp()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h780 #define NIX_TXLAYER_OL3 (0x0ull) macro