Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c550 } else if (link_info->force_pause_setting & BNXT_LINK_PAUSE_BOTH) { in bnxt_get_settings()
551 if ((link_info->force_pause_setting & BNXT_LINK_PAUSE_BOTH) == in bnxt_get_settings()
556 if (link_info->force_pause_setting & in bnxt_get_settings()
Dbnxt.h785 u8 force_pause_setting; member
Dbnxt.c4357 link_info->force_pause_setting = resp->force_pause; in bnxt_update_link()
4461 bp->link_info.force_pause_setting = bp->link_info.req_flow_ctrl; in bnxt_hwrm_set_pause()
4500 link_info->force_pause_setting != link_info->req_flow_ctrl) in bnxt_update_phy_setting()
5585 } else if (link_info->force_pause_setting & BNXT_LINK_PAUSE_BOTH) { in bnxt_probe_phy()
5586 link_info->req_flow_ctrl = link_info->force_pause_setting; in bnxt_probe_phy()