Searched refs:ib_core_device (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/infiniband/core/ |
| D | core_priv.h | 345 void ib_free_port_attrs(struct ib_core_device *coredev); 346 int ib_setup_port_attrs(struct ib_core_device *coredev);
|
| D | device.c | 383 struct ib_core_device *cdev; in rename_compat_devs() 528 struct ib_core_device *coredev = in net_namespace() 529 container_of(d, struct ib_core_device, dev); in net_namespace() 542 static void rdma_init_coredev(struct ib_core_device *coredev, in rdma_init_coredev() 913 struct ib_core_device *cdev = in compatdev_release() 914 container_of(dev, struct ib_core_device, dev); in compatdev_release() 922 struct ib_core_device *cdev; in add_one_compat_dev() 995 struct ib_core_device *cdev; in remove_one_compat_dev() 1009 struct ib_core_device *cdev; in remove_compat_devs()
|
| D | sysfs.c | 1183 static struct ib_port *setup_port(struct ib_core_device *coredev, int port_num, in setup_port() 1260 static void destroy_port(struct ib_core_device *coredev, struct ib_port *port) in destroy_port() 1387 void ib_free_port_attrs(struct ib_core_device *coredev) in ib_free_port_attrs() 1401 int ib_setup_port_attrs(struct ib_core_device *coredev) in ib_setup_port_attrs()
|
| /Linux-v5.15/include/rdma/ |
| D | ib_verbs.h | 2660 struct ib_core_device { struct 2701 struct ib_core_device coredev; 4652 struct ib_core_device *coredev = in rdma_device_to_ibdev() 4653 container_of(device, struct ib_core_device, dev); in rdma_device_to_ibdev()
|