Searched refs:hca_caps (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_verbs.c | 200 if (priv->hca_caps & IB_DEVICE_UD_TSO) in ipoib_transport_dev_init() 203 if (priv->hca_caps & IB_DEVICE_BLOCK_MULTICAST_LOOPBACK) in ipoib_transport_dev_init() 206 if (priv->hca_caps & IB_DEVICE_MANAGED_FLOW_STEERING) in ipoib_transport_dev_init() 209 if (priv->hca_caps & IB_DEVICE_RDMA_NETDEV_OPA) in ipoib_transport_dev_init()
|
| D | ipoib.h | 413 u64 hca_caps; member
|
| D | ipoib_main.c | 1850 priv->hca_caps = priv->ca->attrs.device_cap_flags; in ipoib_set_dev_features() 1852 if (priv->hca_caps & IB_DEVICE_UD_IP_CSUM) { in ipoib_set_dev_features() 1855 if (priv->hca_caps & IB_DEVICE_UD_TSO) in ipoib_set_dev_features()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | main.c | 357 void *out, *hca_caps; in mlx5_core_get_caps_mode() local 376 hca_caps = MLX5_ADDR_OF(query_hca_cap_out, out, capability); in mlx5_core_get_caps_mode() 380 memcpy(dev->caps.hca[cap_type]->max, hca_caps, in mlx5_core_get_caps_mode() 384 memcpy(dev->caps.hca[cap_type]->cur, hca_caps, in mlx5_core_get_caps_mode()
|
| D | eswitch.c | 1399 void *hca_caps; in mlx5_esw_sf_max_hpf_functions() local 1415 hca_caps = MLX5_ADDR_OF(query_hca_cap_out, query_ctx, capability); in mlx5_esw_sf_max_hpf_functions() 1416 *max_sfs = MLX5_GET(cmd_hca_cap, hca_caps, max_num_sf); in mlx5_esw_sf_max_hpf_functions() 1417 *sf_base_id = MLX5_GET(cmd_hca_cap, hca_caps, sf_base_id); in mlx5_esw_sf_max_hpf_functions()
|
| D | eswitch_offloads.c | 3737 void *hca_caps; in mlx5_esw_query_vport_vhca_id() local 3753 hca_caps = MLX5_ADDR_OF(query_hca_cap_out, query_ctx, capability); in mlx5_esw_query_vport_vhca_id() 3754 *vhca_id = MLX5_GET(cmd_hca_cap, hca_caps, vhca_id); in mlx5_esw_query_vport_vhca_id()
|