I40E_MAC_XL710
case I40E_MAC_XL710:
case I40E_MAC_XL710:
#define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
if (hw->mac.type == I40E_MAC_XL710 &&
if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_lt(hw, 4, 40) &&
case I40E_MAC_XL710:
hw->mac.type = I40E_MAC_XL710;
if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_lt(hw, 4, 33))
if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_eq(hw, 4, 33)) {
if (hw->mac.type == I40E_MAC_XL710)
if (pf->hw.mac.type == I40E_MAC_XL710 &&