Searched refs:req_flow_ctrl (Results 1 – 10 of 10) sorted by relevance
199 u16 req_flow_ctrl; member 256 u16 req_flow_ctrl[LINK_CONFIG_SIZE]; member 324 req_flow_ctrl is set to AUTO */
308 offsetof(struct shmem_lfa, req_flow_ctrl)); in bnx2x_check_lfa() 309 req_val = params->req_flow_ctrl[0] | (params->req_flow_ctrl[1] << 16); in bnx2x_check_lfa() 3387 switch (phy->req_flow_ctrl) { in bnx2x_calc_ieee_aneg_adv() 3436 params->phy[actual_phy_idx].req_flow_ctrl = in set_phy_vars() 3437 params->req_flow_ctrl[link_cfg_idx]; in set_phy_vars() 3452 DP(NETIF_MSG_LINK, "req_flow_ctrl %x, req_line_speed %x," in set_phy_vars() 3454 params->phy[actual_phy_idx].req_flow_ctrl, in set_phy_vars() 3595 if (phy->req_flow_ctrl != BNX2X_FLOW_CTRL_AUTO) { in bnx2x_ext_phy_resolve_fc() 3600 vars->flow_ctrl = phy->req_flow_ctrl; in bnx2x_ext_phy_resolve_fc() [all...]
1987 epause->autoneg = (bp->link_params.req_flow_ctrl[cfg_idx] == in bnx2x_get_pauseparam() 1991 cfg_reg = bp->link_params.req_flow_ctrl[cfg_idx]; in bnx2x_get_pauseparam() 2017 bp->link_params.req_flow_ctrl[cfg_idx] = BNX2X_FLOW_CTRL_AUTO; in bnx2x_set_pauseparam() 2020 bp->link_params.req_flow_ctrl[cfg_idx] |= BNX2X_FLOW_CTRL_RX; in bnx2x_set_pauseparam() 2023 bp->link_params.req_flow_ctrl[cfg_idx] |= BNX2X_FLOW_CTRL_TX; in bnx2x_set_pauseparam() 2025 if (bp->link_params.req_flow_ctrl[cfg_idx] == BNX2X_FLOW_CTRL_AUTO) in bnx2x_set_pauseparam() 2026 bp->link_params.req_flow_ctrl[cfg_idx] = BNX2X_FLOW_CTRL_NONE; in bnx2x_set_pauseparam() 2035 bp->link_params.req_flow_ctrl[cfg_idx] = in bnx2x_set_pauseparam() 2050 "req_flow_ctrl 0x%x\n", bp->link_params.req_flow_ctrl[cfg_id in bnx2x_set_pauseparam() [all...]
2716 bp->link_params.req_flow_ctrl[0] = BNX2X_FLOW_CTRL_NONE; in bnx2x__link_status_update() 11465 bp->link_params.req_flow_ctrl[idx] = (link_config & in bnx2x_link_settings_requested() 11467 if (bp->link_params.req_flow_ctrl[idx] == in bnx2x_link_settings_requested() 11470 bp->link_params.req_flow_ctrl[idx] = in bnx2x_link_settings_requested() 11476 BNX2X_DEV_INFO("req_line_speed %d req_duplex %d req_flow_ctrl 0x%x advertising 0x%x\n", in bnx2x_link_settings_requested() 11479 bp->link_params.req_flow_ctrl[idx], in bnx2x_link_settings_requested()
2000 u32 req_flow_ctrl; member
1040 bp->flow_ctrl = bp->req_flow_ctrl; in bnx2_resolve_flow_ctrl() 1664 if ((bp->req_flow_ctrl & (FLOW_CTRL_RX | FLOW_CTRL_TX)) == in bnx2_phy_get_pause_adv() 1674 else if (bp->req_flow_ctrl & FLOW_CTRL_TX) { in bnx2_phy_get_pause_adv() 1682 else if (bp->req_flow_ctrl & FLOW_CTRL_RX) { in bnx2_phy_get_pause_adv() 2030 bp->flow_ctrl = bp->req_flow_ctrl; in bnx2_remote_phy_event() 7412 bp->req_flow_ctrl = 0; in bnx2_set_pauseparam() 7414 bp->req_flow_ctrl |= FLOW_CTRL_RX; in bnx2_set_pauseparam() 7416 bp->req_flow_ctrl |= FLOW_CTRL_TX; in bnx2_set_pauseparam() 8423 bp->req_flow_ctrl = FLOW_CTRL_RX | FLOW_CTRL_TX; in bnx2_init_board()
6952 /* req_flow_ctrl if autoneg */6955 u8 req_flow_ctrl; /* flow ctrl advertisement */ member
3281 epause->rx_pause = !!(link_info->req_flow_ctrl & BNXT_LINK_PAUSE_RX); in bnxt_get_pauseparam() 3282 epause->tx_pause = !!(link_info->req_flow_ctrl & BNXT_LINK_PAUSE_TX); in bnxt_get_pauseparam() 3319 link_info->req_flow_ctrl = 0; in bnxt_set_pauseparam() 3327 link_info->req_flow_ctrl = 0; in bnxt_set_pauseparam() 3330 link_info->req_flow_ctrl |= BNXT_LINK_PAUSE_RX; in bnxt_set_pauseparam() 3333 link_info->req_flow_ctrl |= BNXT_LINK_PAUSE_TX; in bnxt_set_pauseparam()
12207 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_RX) in bnxt_hwrm_set_pause_common()12209 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_TX) in bnxt_hwrm_set_pause_common()12214 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_RX) in bnxt_hwrm_set_pause_common()12216 if (bp->link_info.req_flow_ctrl & BNXT_LINK_PAUSE_TX) in bnxt_hwrm_set_pause_common()12289 bp->link_info.force_pause_setting = bp->link_info.req_flow_ctrl; in bnxt_hwrm_set_pause()12713 link_info->req_flow_ctrl) in bnxt_update_phy_setting()12716 link_info->force_pause_setting != link_info->req_flow_ctrl) in bnxt_update_phy_setting()14439 link_info->req_flow_ctrl = in bnxt_init_ethtool_link_settings()14442 link_info->req_flow_ctrl = link_info->force_pause_setting; in bnxt_init_ethtool_link_settings()
1689 u8 req_flow_ctrl; member