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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_main.c1028 static int __mthca_init_one(struct pci_dev *pdev, int hca_type) argument
1102 mdev->mthca_flags = mthca_hca_table[hca_type].flags;
1136 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) {
1140 (int) (mthca_hca_table[hca_type].latest_fw >> 32),
1141 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff,
1142 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff));
1159 mdev->hca_type = hca_type;
1252 int hca_type; local
1257 hca_type
[all...]
H A Dmthca_dev.h296 int hca_type; member in struct:mthca_dev
H A Dmthca_provider.c1224 static CLASS_DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c554 static CLASS_DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1077 static CLASS_DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c1725 static CLASS_DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);

Completed in 195 milliseconds