Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c691 attr->eth_net_offloads = MLX5_GET(cmd_hca_cap, hcattr, in mlx5_devx_cmd_query_hca_attr()
692 eth_net_offloads); in mlx5_devx_cmd_query_hca_attr()
753 if (!attr->eth_net_offloads) in mlx5_devx_cmd_query_hca_attr()
795 attr->eth_net_offloads = 0; in mlx5_devx_cmd_query_hca_attr()
804 attr->eth_net_offloads = 0; in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_devx_cmds.h84 uint32_t eth_net_offloads:1; member
H A Dmlx5_prm.h1240 u8 eth_net_offloads[0x1]; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.c1708 if (config->hca_attr.eth_net_offloads) { in mlx5_set_min_inline()