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

/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_main.c966 } mthca_hca_table[] = { variable in typeref:struct:__anon11326
1054 mdev->mthca_flags = mthca_hca_table[hca_type].flags;
1082 if (mdev->fw_ver < mthca_hca_table[hca_type].latest_fw) {
1086 (int) (mthca_hca_table[hca_type].latest_fw >> 32),
1087 (int) (mthca_hca_table[hca_type].latest_fw >> 16) & 0xffff,
1088 (int) (mthca_hca_table[hca_type].latest_fw & 0xffff));
1229 if (id->driver_data >= ARRAY_SIZE(mthca_hca_table)) {

Completed in 95 milliseconds