Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h160 uint32_t eth_net_offloads:1; member
H A Dmlx5_devx_cmds.c861 attr->eth_net_offloads = MLX5_GET(cmd_hca_cap, hcattr, in mlx5_devx_cmd_query_hca_attr()
862 eth_net_offloads); in mlx5_devx_cmd_query_hca_attr()
1031 if (!attr->eth_net_offloads) in mlx5_devx_cmd_query_hca_attr()
1062 attr->eth_net_offloads = 0; in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_prm.h1531 u8 eth_net_offloads[0x1]; member
/dpdk/drivers/net/mlx5/
H A Dmlx5.c2643 if (hca_attr->eth_net_offloads) { in mlx5_set_min_inline()