Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_main.c982 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()
HDmthca_dev.h293 int hca_type; member
HDmthca_provider.c1241 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/NextBSD/contrib/ofed/libmthca/src/
HDmthca.h119 enum mthca_hca_type hca_type; member
290 return to_mdev(ibctx->device)->hca_type == MTHCA_ARBEL; in mthca_is_memfree()
HDmthca.c299 dev->hca_type = hca_table[i].type; in mthca_driver_init()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c1560 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);