Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c186 sh->dev_cap.tso = ((1 << hca_attr->max_lso_cap) > 0); in mlx5_os_capabilities_prepare()
188 sh->dev_cap.tso_max_payload_sz = 1 << hca_attr->max_lso_cap; in mlx5_os_capabilities_prepare()
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h170 uint32_t max_lso_cap; member
H A Dmlx5_devx_cmds.c1073 attr->max_lso_cap = MLX5_GET(per_protocol_networking_offload_caps, in mlx5_devx_cmd_query_hca_attr()
1074 hcattr, max_lso_cap); in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_prm.h1751 u8 max_lso_cap[0x5]; member