Searched refs:ib_core_device (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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 | 384 struct ib_core_device *cdev; in rename_compat_devs() 529 const struct ib_core_device *coredev = in net_namespace() 530 container_of(d, struct ib_core_device, dev); in net_namespace() 543 static void rdma_init_coredev(struct ib_core_device *coredev, in rdma_init_coredev() 914 struct ib_core_device *cdev = in compatdev_release() 915 container_of(dev, struct ib_core_device, dev); in compatdev_release() 923 struct ib_core_device *cdev; in add_one_compat_dev() 996 struct ib_core_device *cdev; in remove_one_compat_dev() 1010 struct ib_core_device *cdev; in remove_compat_devs()
|
D | sysfs.c | 1198 static struct ib_port *setup_port(struct ib_core_device *coredev, int port_num, in setup_port() 1277 static void destroy_port(struct ib_core_device *coredev, struct ib_port *port) in destroy_port() 1407 void ib_free_port_attrs(struct ib_core_device *coredev) in ib_free_port_attrs() 1421 int ib_setup_port_attrs(struct ib_core_device *coredev) in ib_setup_port_attrs()
|
/linux-6.6.21/include/rdma/ |
D | ib_verbs.h | 2689 struct ib_core_device { struct 2730 struct ib_core_device coredev; 4739 struct ib_core_device *coredev = in rdma_device_to_ibdev() 4740 container_of(device, struct ib_core_device, dev); in rdma_device_to_ibdev()
|