Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
D3w-sas.h291 unsigned short fw_branch; member
D3w-9xxx.h560 unsigned short fw_branch; member
D3w-sas.c1002 tw_initconnect->fw_branch = cpu_to_le16(current_fw_branch); in twl_initconnection()
1017 *fw_on_ctlr_branch = le16_to_cpu(tw_initconnect->fw_branch); in twl_initconnection()
D3w-9xxx.c1139 tw_initconnect->fw_branch = cpu_to_le16(current_fw_branch); in twa_initconnection()
1154 *fw_on_ctlr_branch = le16_to_cpu(tw_initconnect->fw_branch); in twa_initconnection()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_type.h305 u8 fw_branch; /* firmware branch version */ member
Dice_controlq.c529 static bool ice_aq_ver_check(u8 fw_branch, u8 fw_major, u8 fw_minor) in ice_aq_ver_check() argument
531 if (fw_branch != EXP_FW_API_VER_BRANCH) in ice_aq_ver_check()
Dice_common.c861 hw->fw_branch = resp->fw_branch; in ice_aq_get_fw_ver()
Dice_adminq_cmd.h26 u8 fw_branch; member