Searched refs:cma_device (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/core/ |
D | cma_configfs.c | 38 struct cma_device; 72 struct cma_device **pcma_dev, in cma_configfs_params_get() 76 struct cma_device *cma_dev; in cma_configfs_params_get() 92 static void cma_configfs_params_put(struct cma_device *cma_dev) in cma_configfs_params_put() 100 struct cma_device *cma_dev; in default_roce_mode_show() 121 struct cma_device *cma_dev; in default_roce_mode_store() 144 struct cma_device *cma_dev; in default_roce_tos_show() 162 struct cma_device *cma_dev; in default_roce_tos_store() 195 struct cma_device *cma_dev) in make_cma_ports() 284 struct cma_device *cma_dev = cma_enum_devices_by_ibdev(filter_by_name, in make_cma_dev()
|
D | core_priv.h | 70 struct cma_device; 71 void cma_ref_dev(struct cma_device *cma_dev); 72 void cma_deref_dev(struct cma_device *cma_dev); 74 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, 76 int cma_get_default_gid_type(struct cma_device *cma_dev, 78 int cma_set_default_gid_type(struct cma_device *cma_dev, 81 int cma_get_default_roce_tos(struct cma_device *cma_dev, unsigned int port); 82 int cma_set_default_roce_tos(struct cma_device *a_dev, unsigned int port, 84 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev);
|
D | cma_priv.h | 60 struct cma_device *cma_dev;
|
D | cma.c | 223 struct cma_device { struct 275 void cma_ref_dev(struct cma_device *cma_dev) in cma_ref_dev() 280 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, in cma_enum_devices_by_ibdev() 283 struct cma_device *cma_dev; in cma_enum_devices_by_ibdev() 284 struct cma_device *found_cma_dev = NULL; in cma_enum_devices_by_ibdev() 300 int cma_get_default_gid_type(struct cma_device *cma_dev, in cma_get_default_gid_type() 309 int cma_set_default_gid_type(struct cma_device *cma_dev, in cma_set_default_gid_type() 329 int cma_get_default_roce_tos(struct cma_device *cma_dev, unsigned int port) in cma_get_default_roce_tos() 337 int cma_set_default_roce_tos(struct cma_device *cma_dev, unsigned int port, in cma_set_default_roce_tos() 348 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev) in cma_get_ib_dev() [all …]
|