Searched refs:mthca_hca_table (Results 1 – 1 of 1) sorted by relevance
883 } mthca_hca_table[] = { variable963 mdev->mthca_flags = mthca_hca_table[hca_type].flags; in __mthca_init_one()992 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) { in __mthca_init_one()996 (int) (mthca_hca_table[hca_type].latest_fw >> 32), in __mthca_init_one()997 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff, in __mthca_init_one()998 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff)); in __mthca_init_one()1132 if (id->driver_data >= ARRAY_SIZE(mthca_hca_table)) { in mthca_init_one()