Home
last modified time | relevance | path

Searched refs:udp_tun (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_ops.c356 uint8_t udp_tun[ROC_NIX_LSO_TUN_MAX], in roc_nix_lso_fmt_get()
361 memcpy(udp_tun, nix->lso_udp_tun_idx, ROC_NIX_LSO_TUN_MAX); in roc_nix_lso_fmt_get()
H A Droc_nix.h765 uint8_t udp_tun[ROC_NIX_LSO_TUN_MAX],
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c977 uint8_t udp_tun[ROC_NIX_LSO_TUN_MAX]; in nix_lso_tun_fmt_update() local
982 rc = roc_nix_lso_fmt_get(nix, udp_tun, tun); in nix_lso_tun_fmt_update()
991 dev->lso_tun_fmt |= ((uint64_t)udp_tun[ROC_NIX_LSO_TUN_V4V4] << 32 | in nix_lso_tun_fmt_update()
992 (uint64_t)udp_tun[ROC_NIX_LSO_TUN_V4V6] << 40 | in nix_lso_tun_fmt_update()
993 (uint64_t)udp_tun[ROC_NIX_LSO_TUN_V6V4] << 48 | in nix_lso_tun_fmt_update()
994 (uint64_t)udp_tun[ROC_NIX_LSO_TUN_V6V6] << 56); in nix_lso_tun_fmt_update()