Lines Matching refs:fw_pause
1481 u32 _bnxt_fw_to_ethtool_adv_spds(u16 fw_speeds, u8 fw_pause) in _bnxt_fw_to_ethtool_adv_spds() argument
1498 if ((fw_pause & BNXT_LINK_PAUSE_BOTH) == BNXT_LINK_PAUSE_BOTH) in _bnxt_fw_to_ethtool_adv_spds()
1500 else if (fw_pause & BNXT_LINK_PAUSE_TX) in _bnxt_fw_to_ethtool_adv_spds()
1502 else if (fw_pause & BNXT_LINK_PAUSE_RX) in _bnxt_fw_to_ethtool_adv_spds()
1508 #define BNXT_FW_TO_ETHTOOL_SPDS(fw_speeds, fw_pause, lk_ksettings, name)\ argument
1531 if ((fw_pause) & BNXT_LINK_PAUSE_RX) { \
1534 if (!((fw_pause) & BNXT_LINK_PAUSE_TX)) \
1537 } else if ((fw_pause) & BNXT_LINK_PAUSE_TX) { \
1623 u8 fw_pause = 0; in bnxt_fw_to_ethtool_advertised_spds() local
1626 fw_pause = link_info->auto_pause_setting; in bnxt_fw_to_ethtool_advertised_spds()
1628 BNXT_FW_TO_ETHTOOL_SPDS(fw_speeds, fw_pause, lk_ksettings, advertising); in bnxt_fw_to_ethtool_advertised_spds()
1638 u8 fw_pause = 0; in bnxt_fw_to_ethtool_lp_adv() local
1641 fw_pause = link_info->lp_pause; in bnxt_fw_to_ethtool_lp_adv()
1643 BNXT_FW_TO_ETHTOOL_SPDS(fw_speeds, fw_pause, lk_ksettings, in bnxt_fw_to_ethtool_lp_adv()