Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c200 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()
Dipoib.h409 u64 hca_caps; member
Dipoib_main.c1841 priv->hca_caps = priv->ca->attrs.device_cap_flags; in ipoib_set_dev_features()
1843 if (priv->hca_caps & IB_DEVICE_UD_IP_CSUM) { in ipoib_set_dev_features()
1846 if (priv->hca_caps & IB_DEVICE_UD_TSO) in ipoib_set_dev_features()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c357 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_max[cap_type], hca_caps, in mlx5_core_get_caps_mode()
384 memcpy(dev->caps.hca_cur[cap_type], hca_caps, in mlx5_core_get_caps_mode()