Home
last modified time | relevance | path

Searched refs:hca_type (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-infiniband303 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/
Dmthca_main.c897 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()
Dmthca_dev.h293 int hca_type; member
Dmthca_provider.c1116 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_main.c281 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_sysfs.c706 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c465 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dmain.c423 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_main.c87 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dmain.c663 static DEVICE_ATTR(hca_type, 0444, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1278 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2171 static DEVICE_ATTR(hca_type, S_IRUGO, i40iw_show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c2162 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.c2594 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c4096 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);