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