Searched defs:mthca_hca_table (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/mthca/
H A Dmthca_main.c886 } mthca_hca_table[] = { variable in typeref:struct:__anon1549
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));
1146 if (id->driver_data >= ARRAY_SIZE(mthca_hca_table)) {

Completed in 41 milliseconds