Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_main.c881 u64 latest_fw; member
884 [TAVOR] = { .latest_fw = MTHCA_FW_VER(3, 5, 0),
886 [ARBEL_COMPAT] = { .latest_fw = MTHCA_FW_VER(4, 8, 200),
888 [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 3, 0),
891 [SINAI] = { .latest_fw = MTHCA_FW_VER(1, 2, 0),
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()