Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mthca/
Dmthca_main.c897 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) in __mthca_init_one() argument
963 mdev->mthca_flags = mthca_hca_table[hca_type].flags; in __mthca_init_one()
992 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) { in __mthca_init_one()
996 (int) (mthca_hca_table[hca_type].latest_fw >> 32), in __mthca_init_one()
997 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff, in __mthca_init_one()
998 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff)); in __mthca_init_one()
1025 mdev->hca_type = hca_type; in __mthca_init_one()
1114 int hca_type; in __mthca_restart_one() local
1119 hca_type = mdev->hca_type; in __mthca_restart_one()
1121 return __mthca_init_one(pdev, hca_type); in __mthca_restart_one()
Dmthca_provider.c950 static const char *hca_type_string(int hca_type) in hca_type_string() argument
952 switch (hca_type) { in hca_type_string()
975 static DEVICE_ATTR_RO(hca_type);
Dmthca_dev.h292 int hca_type; member
/drivers/infiniband/hw/ocrdma/
Docrdma_main.c134 static DEVICE_ATTR_RO(hca_type);
/drivers/infiniband/hw/cxgb4/
Dprovider.c343 static DEVICE_ATTR_RO(hca_type);
/drivers/infiniband/hw/qib/
Dqib_sysfs.c585 static DEVICE_ATTR_RO(hca_type);
/drivers/infiniband/hw/qedr/
Dmain.c141 static DEVICE_ATTR_RO(hca_type);
/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_main.c73 static DEVICE_ATTR_RO(hca_type);
/drivers/infiniband/hw/bnxt_re/
Dmain.c658 static DEVICE_ATTR_RO(hca_type);
/drivers/infiniband/hw/mlx4/
Dmain.c2027 static DEVICE_ATTR_RO(hca_type);
/drivers/infiniband/hw/mlx5/
Dmain.c2479 static DEVICE_ATTR_RO(hca_type);