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

/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_main.c980 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) argument
1054 mdev->mthca_flags = mthca_hca_table[hca_type].flags;
1082 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) {
1086 (int) (mthca_hca_table[hca_type].latest_fw >> 32),
1087 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff,
1088 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff));
1116 mdev->hca_type = hca_type;
1206 int hca_type; local
1211 hca_type
[all...]
H A Dmthca_dev.h293 int hca_type; member in struct:mthca_dev
H A Dmthca_provider.c1241 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd-10.2-release/contrib/ofed/libmthca/src/
H A Dmthca.h119 enum mthca_hca_type hca_type; member in struct:mthca_device
290 return to_mdev(ibctx->device)->hca_type == MTHCA_ARBEL;
H A Dmthca.c299 dev->hca_type = hca_table[i].type;
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1330 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);

Completed in 106 milliseconds