Searched refs:udp_tun (Results 1 – 3 of 3) sorted by relevance
356 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()
765 uint8_t udp_tun[ROC_NIX_LSO_TUN_MAX],
977 uint8_t udp_tun[ROC_NIX_LSO_TUN_MAX]; in nix_lso_tun_fmt_update() local982 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()