Searched refs:hca_type (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_main.c | 982 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) in __mthca_init_one() argument 1056 mdev->mthca_flags = mthca_hca_table[hca_type].flags; in __mthca_init_one() 1084 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) { in __mthca_init_one() 1088 (int) (mthca_hca_table[hca_type].latest_fw >> 32), in __mthca_init_one() 1089 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff, in __mthca_init_one() 1090 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff)); in __mthca_init_one() 1118 mdev->hca_type = hca_type; in __mthca_init_one() 1208 int hca_type; in __mthca_restart_one() local 1213 hca_type = mdev->hca_type; in __mthca_restart_one() 1215 return __mthca_init_one(pdev, hca_type); in __mthca_restart_one()
|
| HD | mthca_dev.h | 293 int hca_type; member
|
| HD | mthca_provider.c | 1241 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|
| /NextBSD/contrib/ofed/libmthca/src/ |
| HD | mthca.h | 119 enum mthca_hca_type hca_type; member 290 return to_mdev(ibctx->device)->hca_type == MTHCA_ARBEL; in mthca_is_memfree()
|
| HD | mthca.c | 299 dev->hca_type = hca_table[i].type; in mthca_driver_init()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | main.c | 1560 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
|