Home
last modified time | relevance | path

Searched refs:mthca_hca_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_main.c886 } mthca_hca_table[] = { variable
977 mdev->mthca_flags = mthca_hca_table[hca_type].flags; in __mthca_init_one()
1005 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) { in __mthca_init_one()
1009 (int) (mthca_hca_table[hca_type].latest_fw >> 32), in __mthca_init_one()
1010 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff, in __mthca_init_one()
1011 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff)); in __mthca_init_one()
1146 if (id->driver_data >= ARRAY_SIZE(mthca_hca_table)) { in mthca_init_one()