Searched refs:mthca_hca_table (Results 1 - 1 of 1) 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.c1014 } mthca_hca_table[] = { variable in typeref:struct:__anon4588
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));
1275 if (id->driver_data >= ARRAY_SIZE(mthca_hca_table)) {

Completed in 53 milliseconds