Searched refs:hca_type (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 900 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) in __mthca_init_one() argument 977 mdev->mthca_flags = mthca_hca_table[hca_type].flags; in __mthca_init_one() 1005 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) { in __mthca_init_one() 1009 (int) (mthca_hca_table[hca_type].latest_fw >> 32), in __mthca_init_one() 1010 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff, in __mthca_init_one() 1011 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff)); in __mthca_init_one() 1039 mdev->hca_type = hca_type; in __mthca_init_one() 1128 int hca_type; in __mthca_restart_one() local 1133 hca_type = mdev->hca_type; in __mthca_restart_one() 1135 return __mthca_init_one(pdev, hca_type); in __mthca_restart_one()
|
D | mthca_dev.h | 293 int hca_type; member
|
D | mthca_provider.c | 1207 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/Documentation/infiniband/ |
D | sysfs.txt | 65 hca_type - HCA type: "MT23108", "MT25208 (MT23108 compat mode)",
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 274 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 653 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 466 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_provider.c | 556 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | main.c | 931 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1369 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.c | 2350 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | main.c | 1921 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 2797 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|