Searched refs:show_ibdev (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/infiniband/core/ |
H A D | ucm.c | 1222 static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr, show_ibdev() function 1230 static DEVICE_ATTR(ibdev, S_IRUGO, show_ibdev, NULL);
|
H A D | user_mad.c | 1101 static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr, show_ibdev() function 1111 static DEVICE_ATTR(ibdev, S_IRUGO, show_ibdev, NULL);
|
H A D | uverbs_main.c | 995 static ssize_t show_ibdev(struct device *device, struct device_attribute *attr, show_ibdev() function 1014 static DEVICE_ATTR(ibdev, S_IRUGO, show_ibdev, NULL);
|
/linux-4.4.14/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 3380 static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr, show_ibdev() function 3388 static DEVICE_ATTR(ibdev, S_IRUGO, show_ibdev, NULL);
|
Completed in 233 milliseconds