Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h58 uint32_t tso_ipv4:1; member
289 uint32_t tso_ipv4:1; member
H A Dmlx5_devx_cmds.c430 vdpa_attr->tso_ipv4 = MLX5_GET(virtio_emulation_cap, hcattr, in mlx5_devx_cmd_query_hca_vdpa_attr()
431 tso_ipv4); in mlx5_devx_cmd_query_hca_vdpa_attr()
1629 MLX5_SET16(virtio_net_q, virtq, tso_ipv4, attr->tso_ipv4); in mlx5_devx_cmd_create_virtq()
H A Dmlx5_prm.h1472 u8 tso_ipv4[0x1]; member
2328 u8 tso_ipv4[0x1]; member
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_virtq.c225 attr.tso_ipv4 = !!(priv->features & (1ULL << VIRTIO_NET_F_HOST_TSO4)); in mlx5_vdpa_virtq_setup()
392 if (!priv->caps.tso_ipv4) { in mlx5_vdpa_features_validate()
H A Dmlx5_vdpa.c102 if (priv->caps.tso_ipv4) in mlx5_vdpa_get_vdpa_features()