Searched refs:show_hca (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1031 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 1060 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 1966 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 1992 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 2548 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 2574 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2024 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() function 2033 static DEVICE_ATTR(hca_type, 0444, show_hca, NULL);
|