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

/freebsd-current/sys/dev/mthca/
H A Dmthca_main.c900 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) argument
977 mdev->mthca_flags = mthca_hca_table[hca_type].flags;
1005 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) {
1009 (int) (mthca_hca_table[hca_type].latest_fw >> 32),
1010 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff,
1011 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff));
1039 mdev->hca_type = hca_type;
1128 int hca_type; local
1133 hca_type
[all...]
H A Dmthca_dev.h295 int hca_type; member in struct:mthca_dev
H A Dmthca_provider.c1060 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c110 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca_type, NULL);
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1992 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2575 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dmain.c2033 static DEVICE_ATTR(hca_type, 0444, show_hca, NULL);

Completed in 305 milliseconds