Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A 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()
H A Dmthca_dev.h295 int hca_type; member
H A Dmthca_provider.c1060 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c110 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1992 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2575 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2033 static DEVICE_ATTR(hca_type, 0444, show_hca, NULL);