Home
last modified time | relevance | path

Searched refs:lso_tun_idx (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_ops.c307 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V4V4] = rsp->lso_format_idx; in roc_nix_lso_fmt_setup()
321 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V4V6] = rsp->lso_format_idx; in roc_nix_lso_fmt_setup()
335 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V6V4] = rsp->lso_format_idx; in roc_nix_lso_fmt_setup()
349 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V6V6] = rsp->lso_format_idx; in roc_nix_lso_fmt_setup()
362 memcpy(tun, nix->lso_tun_idx, ROC_NIX_LSO_TUN_MAX); in roc_nix_lso_fmt_get()
H A Dcnxk_telemetry_nix.c181 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V4V4]); in cnxk_tel_nix()
183 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V4V6]); in cnxk_tel_nix()
185 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V6V4]); in cnxk_tel_nix()
187 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V6V6]); in cnxk_tel_nix()
H A Droc_nix_debug.c1203 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V4V4]); in roc_nix_dump()
1205 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V4V6]); in roc_nix_dump()
1207 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V6V4]); in roc_nix_dump()
1209 nix->lso_tun_idx[ROC_NIX_LSO_TUN_V6V6]); in roc_nix_dump()
H A Droc_nix_priv.h140 uint8_t lso_tun_idx[ROC_NIX_LSO_TUN_MAX]; member