Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_main.c900 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()
Dmthca_dev.h293 int hca_type; member
Dmthca_provider.c1207 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/Documentation/infiniband/
Dsysfs.txt65 hca_type - HCA type: "MT23108", "MT25208 (MT23108 compat mode)",
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_main.c274 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_sysfs.c653 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dprovider.c466 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_provider.c556 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c931 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1369 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.c2350 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmain.c1921 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_verbs.c2797 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);