Home
last modified time | relevance | path

Searched refs:cma_device (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma_priv.h58 struct list_head list; /* listen_any_list or cma_device.list */
60 struct cma_device *cma_dev;
116 void cma_dev_get(struct cma_device *dev);
117 void cma_dev_put(struct cma_device *dev);
119 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter,
121 int cma_get_default_gid_type(struct cma_device *dev, unsigned int port);
122 int cma_set_default_gid_type(struct cma_device *dev, unsigned int port,
124 int cma_get_default_roce_tos(struct cma_device *dev, unsigned int port);
125 int cma_set_default_roce_tos(struct cma_device *dev, unsigned int port,
127 struct ib_device *cma_get_ib_dev(struct cma_device *de
[all...]
H A Dcma_configfs.c41 struct cma_device;
75 struct cma_device **pcma_dev, in cma_configfs_params_get()
79 struct cma_device *cma_dev; in cma_configfs_params_get()
95 static void cma_configfs_params_put(struct cma_device *cma_dev) in cma_configfs_params_put()
103 struct cma_device *cma_dev; in default_roce_mode_show()
124 struct cma_device *cma_dev; in default_roce_mode_store()
150 struct cma_device *cma_dev; in default_roce_tos_show()
168 struct cma_device *cma_dev; in default_roce_tos_store()
201 struct cma_device *cma_dev) in make_cma_ports()
290 struct cma_device *cma_de in make_cma_dev()
[all...]
H A Dcma.c206 struct cma_device { struct
258 void cma_dev_get(struct cma_device *cma_dev) in cma_dev_get()
263 void cma_dev_put(struct cma_device *cma_dev) in cma_dev_put()
269 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, in cma_enum_devices_by_ibdev()
272 struct cma_device *cma_dev; in cma_enum_devices_by_ibdev()
273 struct cma_device *found_cma_dev = NULL; in cma_enum_devices_by_ibdev()
289 int cma_get_default_gid_type(struct cma_device *cma_dev, in cma_get_default_gid_type()
298 int cma_set_default_gid_type(struct cma_device *cma_dev, in cma_set_default_gid_type()
322 int cma_get_default_roce_tos(struct cma_device *cma_dev, unsigned int port) in cma_get_default_roce_tos()
330 int cma_set_default_roce_tos(struct cma_device *cma_de
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma_priv.h59 struct list_head device_item; /* On cma_device->id_list */
68 struct cma_device *cma_dev;
126 void cma_dev_get(struct cma_device *dev);
127 void cma_dev_put(struct cma_device *dev);
129 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter,
131 int cma_get_default_gid_type(struct cma_device *dev, u32 port);
132 int cma_set_default_gid_type(struct cma_device *dev, u32 port,
134 int cma_get_default_roce_tos(struct cma_device *dev, u32 port);
135 int cma_set_default_roce_tos(struct cma_device *dev, u32 port,
137 struct ib_device *cma_get_ib_dev(struct cma_device *de
[all...]
H A Dcma_configfs.c40 struct cma_device;
74 struct cma_device **pcma_dev, in cma_configfs_params_get()
78 struct cma_device *cma_dev; in cma_configfs_params_get()
94 static void cma_configfs_params_put(struct cma_device *cma_dev) in cma_configfs_params_put()
102 struct cma_device *cma_dev; in default_roce_mode_show()
123 struct cma_device *cma_dev; in default_roce_mode_store()
149 struct cma_device *cma_dev; in default_roce_tos_show()
167 struct cma_device *cma_dev; in default_roce_tos_store()
200 struct cma_device *cma_dev) in make_cma_ports()
281 struct cma_device *cma_de in make_cma_dev()
[all...]
H A Dcma.c215 struct cma_device { struct
259 void cma_dev_get(struct cma_device *cma_dev) in cma_dev_get()
264 void cma_dev_put(struct cma_device *cma_dev) in cma_dev_put()
270 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, in cma_enum_devices_by_ibdev()
273 struct cma_device *cma_dev; in cma_enum_devices_by_ibdev()
274 struct cma_device *found_cma_dev = NULL; in cma_enum_devices_by_ibdev()
290 int cma_get_default_gid_type(struct cma_device *cma_dev, in cma_get_default_gid_type()
299 int cma_set_default_gid_type(struct cma_device *cma_dev, in cma_set_default_gid_type()
323 int cma_get_default_roce_tos(struct cma_device *cma_dev, u32 port) in cma_get_default_roce_tos()
331 int cma_set_default_roce_tos(struct cma_device *cma_de
[all...]

Completed in 9 milliseconds