| /linux/Documentation/ABI/testing/ |
| H A D | configfs-rdma_cm | 13 mkdir -p /config/rdma_cm/<hca> 16 What: /config/rdma_cm/<hca>/ports/<port-num>/default_roce_mode 19 Description: RDMA-CM based connections from HCA <hca> at port <port-num> 24 What: /config/rdma_cm/<hca>/ports/<port-num>/default_roce_tos 27 Description: RDMA-CM QPs from HCA <hca> at port <port-num>
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_main.c | 2255 static struct net_device *ipoib_alloc_netdev(struct ib_device *hca, u32 port, in ipoib_alloc_netdev() argument 2260 dev = rdma_alloc_netdev(hca, port, RDMA_NETDEV_IPOIB, name, in ipoib_alloc_netdev() 2272 int ipoib_intf_init(struct ib_device *hca, u32 port, const char *name, in ipoib_intf_init() argument 2283 priv->ca = hca; in ipoib_intf_init() 2286 rc = rdma_init_netdev(hca, port, RDMA_NETDEV_IPOIB, name, in ipoib_intf_init() 2295 rn->hca = hca; in ipoib_intf_init() 2308 if (hca->attrs.kernel_cap_flags & IBK_VIRTUAL_FUNCTION) in ipoib_intf_init() 2331 struct net_device *ipoib_intf_alloc(struct ib_device *hca, u32 port, in ipoib_intf_alloc() argument 2337 dev = ipoib_alloc_netdev(hca, port, name); in ipoib_intf_alloc() 2341 rc = ipoib_intf_init(hca, port, name, dev); in ipoib_intf_alloc() [all …]
|
| H A D | ipoib_verbs.c | 38 int ipoib_mcast_attach(struct net_device *dev, struct ib_device *hca, in ipoib_mcast_attach() argument 78 int ipoib_mcast_detach(struct net_device *dev, struct ib_device *hca, in ipoib_mcast_detach() argument
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cmd.c | 1176 dev_lim->hca.arbel.resize_srq = field & 1; in mthca_QUERY_DEV_LIM() 1184 dev_lim->hca.arbel.max_pbl_sz = 1 << (field & 0x3f); in mthca_QUERY_DEV_LIM() 1185 MTHCA_GET(dev_lim->hca.arbel.bmme_flags, outbox, in mthca_QUERY_DEV_LIM() 1187 MTHCA_GET(dev_lim->hca.arbel.reserved_lkey, outbox, in mthca_QUERY_DEV_LIM() 1190 dev_lim->hca.arbel.lam_required = field & 1; in mthca_QUERY_DEV_LIM() 1191 MTHCA_GET(dev_lim->hca.arbel.max_icm_sz, outbox, in mthca_QUERY_DEV_LIM() 1194 if (dev_lim->hca.arbel.bmme_flags & 1) in mthca_QUERY_DEV_LIM() 1197 dev_lim->hca.arbel.bmme_flags, in mthca_QUERY_DEV_LIM() 1198 dev_lim->hca.arbel.max_pbl_sz, in mthca_QUERY_DEV_LIM() 1199 dev_lim->hca.arbel.reserved_lkey); in mthca_QUERY_DEV_LIM() [all …]
|
| H A D | mthca_cmd.h | 184 } hca; member
|
| H A D | mthca_profile.c | 122 mem_avail = dev_lim->hca.arbel.max_icm_sz; in mthca_make_profile()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-ib_srp | 1 What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/add_target 74 What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/ibdev 78 Description: HCA name (<hca>). 80 What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/port
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | main.c | 371 if (WARN_ON(!dev->caps.hca[cap_type])) in mlx5_core_get_caps_mode() 394 memcpy(dev->caps.hca[cap_type]->max, hca_caps, in mlx5_core_get_caps_mode() 398 memcpy(dev->caps.hca[cap_type]->cur, hca_caps, in mlx5_core_get_caps_mode() 474 memcpy(set_hca_cap, dev->caps.hca[MLX5_CAP_ODP]->cur, in handle_hca_cap_odp() 569 memcpy(set_hca_cap, dev->caps.hca[MLX5_CAP_GENERAL_2]->cur, in handle_hca_cap_2() 603 memcpy(set_hca_cap, dev->caps.hca[MLX5_CAP_GENERAL]->cur, in handle_hca_cap() 726 memcpy(set_hca_cap, dev->caps.hca[MLX5_CAP_ROCE]->cur, in handle_hca_cap_roce() 755 memcpy(set_hca_cap, dev->caps.hca[MLX5_CAP_PORT_SELECTION]->cur, in handle_hca_cap_port_selection() 1784 kfree(dev->caps.hca[type]); in mlx5_hca_caps_free() 1799 dev->caps.hca[type] = cap; in mlx5_hca_caps_alloc()
|
| H A D | fs_core.c | 2920 ((be32_to_cpu(*((__be32 *)(dev->caps.hca[MLX5_CAP_FLOW_TABLE]->cur) + \
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ipoib_main.c | 192 rn->hca = device; in hfi1_ipoib_setup_rn()
|
| /linux/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_netdev.c | 347 rn->hca = ibdev; in opa_vnic_add_netdev()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2280 struct ib_device *hca; 2297 int (*attach_mcast)(struct net_device *dev, struct ib_device *hca, 2300 int (*detach_mcast)(struct net_device *dev, struct ib_device *hca, 2263 struct ib_device *hca; global() member
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 749 struct mlx5_hca_cap *hca[MLX5_CAP_NUM]; member
|
| /linux/ |
| H A D | .mailmap | 313 Heiko Carstens <hca@linux.ibm.com> <h.carstens@de.ibm.com> 314 Heiko Carstens <hca@linux.ibm.com> <heiko.carstens@de.ibm.com>
|
| H A D | MAINTAINERS | 4749 M: Heiko Carstens <hca@linux.ibm.com> 23236 M: Heiko Carstens <hca@linux.ibm.com>
|