Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_main.c904 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()
Dmthca_dev.h293 int hca_type; member
Dmthca_provider.c1203 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-3.4.99/Documentation/infiniband/
Dsysfs.txt65 hca_type - HCA type: "MT23108", "MT25208 (MT23108 compat mode)",
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dprovider.c402 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_sysfs.c614 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-3.4.99/drivers/infiniband/hw/amso1100/
Dc2_provider.c553 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-3.4.99/drivers/infiniband/hw/mlx4/
Dmain.c870 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1337 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_verbs.c2314 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_verbs.c2799 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);