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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_main.c968 } mthca_hca_table[] = { variable in typeref:struct:__anon2038
1056 mdev->mthca_flags = mthca_hca_table[hca_type].flags;
1084 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) {
1088 (int) (mthca_hca_table[hca_type].latest_fw >> 32),
1089 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff,
1090 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff));
1231 if (id->driver_data >= ARRAY_SIZE(mthca_hca_table)) {

Completed in 45 milliseconds