Home
last modified time | relevance | path

Searched refs:tso_ipv6 (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h59 uint32_t tso_ipv6:1; member
290 uint32_t tso_ipv6:1; member
H A Dmlx5_devx_cmds.c432 vdpa_attr->tso_ipv6 = MLX5_GET(virtio_emulation_cap, hcattr, in mlx5_devx_cmd_query_hca_vdpa_attr()
433 tso_ipv6); in mlx5_devx_cmd_query_hca_vdpa_attr()
1630 MLX5_SET16(virtio_net_q, virtq, tso_ipv6, attr->tso_ipv6); in mlx5_devx_cmd_create_virtq()
H A Dmlx5_prm.h1473 u8 tso_ipv6[0x1]; member
2329 u8 tso_ipv6[0x1]; member
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_virtq.c226 attr.tso_ipv6 = !!(priv->features & (1ULL << VIRTIO_NET_F_HOST_TSO6)); in mlx5_vdpa_virtq_setup()
400 if (!priv->caps.tso_ipv6) { in mlx5_vdpa_features_validate()
H A Dmlx5_vdpa.c104 if (priv->caps.tso_ipv6) in mlx5_vdpa_get_vdpa_features()