Searched refs:hca_type (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_dev.h295 int hca_type; member in struct:mthca_dev
H A Dmthca_provider.c1114 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
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...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2084 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2383 static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);

Completed in 355 milliseconds