Searched refs:hca_type (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-infiniband | 303 What: /sys/class/infiniband/mthcaX/hca_type 311 hca_type: (RO) Host Channel Adapter type: MT23108, MT25208 321 What: /sys/class/infiniband/cxgb3_X/hca_type 329 hca_type: (RO) HCA type. Here it is a driver short name. 340 What: /sys/class/infiniband/mlx4_X/hca_type 348 hca_type: (RO) Host channel adapter type 430 What: /sys/class/infiniband/nesX/hca_type 438 hca_type: (RO) Host Channel Adapter type (NEX020) 447 What: /sys/class/infiniband/cxgb4_X/hca_type 456 hca_type: (RO) Driver short name. Should normally match [all …]
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 897 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) in __mthca_init_one() argument 974 mdev->mthca_flags = mthca_hca_table[hca_type].flags; in __mthca_init_one() 1002 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) { in __mthca_init_one() 1006 (int) (mthca_hca_table[hca_type].latest_fw >> 32), in __mthca_init_one() 1007 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff, in __mthca_init_one() 1008 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff)); in __mthca_init_one() 1036 mdev->hca_type = hca_type; in __mthca_init_one() 1125 int hca_type; in __mthca_restart_one() local 1130 hca_type = mdev->hca_type; in __mthca_restart_one() 1132 return __mthca_init_one(pdev, hca_type); in __mthca_restart_one()
|
D | mthca_dev.h | 293 int hca_type; member
|
D | mthca_provider.c | 1116 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 281 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 706 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 465 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | main.c | 423 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_main.c | 87 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 663 static DEVICE_ATTR(hca_type, 0444, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1278 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.c | 2171 static DEVICE_ATTR(hca_type, S_IRUGO, i40iw_show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | main.c | 2162 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 2594 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | main.c | 4096 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|