Searched refs:hca_type (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 904 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) in __mthca_init_one() argument 981 mdev->mthca_flags = mthca_hca_table[hca_type].flags; in __mthca_init_one() 1009 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) { in __mthca_init_one() 1013 (int) (mthca_hca_table[hca_type].latest_fw >> 32), in __mthca_init_one() 1014 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff, in __mthca_init_one() 1015 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff)); in __mthca_init_one() 1043 mdev->hca_type = hca_type; in __mthca_init_one() 1132 int hca_type; in __mthca_restart_one() local 1137 hca_type = mdev->hca_type; in __mthca_restart_one() 1139 return __mthca_init_one(pdev, hca_type); in __mthca_restart_one()
|
D | mthca_dev.h | 293 int hca_type; member
|
D | mthca_provider.c | 1203 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-3.4.99/Documentation/infiniband/ |
D | sysfs.txt | 65 hca_type - HCA type: "MT23108", "MT25208 (MT23108 compat mode)",
|
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 402 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-3.4.99/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 614 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-3.4.99/drivers/infiniband/hw/amso1100/ |
D | c2_provider.c | 553 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-3.4.99/drivers/infiniband/hw/mlx4/ |
D | main.c | 870 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-3.4.99/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1337 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-3.4.99/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 2314 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
/linux-3.4.99/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 2799 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|