/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 563 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 706 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL); 707 static DEVICE_ATTR(board_id, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 386 static ssize_t show_hca(struct device *dev, struct device_attribute *attr, in show_hca() function 465 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_main.c | 68 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 87 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 1087 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 1116 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 654 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 663 static DEVICE_ATTR(hca_type, 0444, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1139 static ssize_t show_hca(struct device *dev, struct device_attribute *attr, in show_hca() function 1278 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | main.c | 2136 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 2162 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 2574 static ssize_t show_hca(struct device *dev, struct device_attribute *attr, in show_hca() function 2594 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | main.c | 4070 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 4096 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|