Searched refs:latest_fw (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_main.c | 884 u64 latest_fw; member 887 [TAVOR] = { .latest_fw = MTHCA_FW_VER(3, 5, 0), 889 [ARBEL_COMPAT] = { .latest_fw = MTHCA_FW_VER(4, 8, 200), 891 [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 3, 0), 894 [SINAI] = { .latest_fw = MTHCA_FW_VER(1, 2, 0), 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()
|