Home
last modified time | relevance | path

Searched refs:req_flow_ctrl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c1170 pdev->params.link.req_flow_ctrl[phy_num] = 0; in lm_set_phy_link_params()
1173 pdev->params.link.req_flow_ctrl[phy_num] = ELINK_FLOW_CTRL_NONE; in lm_set_phy_link_params()
1177 pdev->params.link.req_flow_ctrl[phy_num] = ELINK_FLOW_CTRL_AUTO; in lm_set_phy_link_params()
1185 pdev->params.link.req_flow_ctrl[phy_num] = ELINK_FLOW_CTRL_AUTO; in lm_set_phy_link_params()
1191 pdev->params.link.req_flow_ctrl[phy_num] |= ELINK_FLOW_CTRL_RX; in lm_set_phy_link_params()
1195 pdev->params.link.req_flow_ctrl[phy_num] |= ELINK_FLOW_CTRL_TX; in lm_set_phy_link_params()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h335 u16 req_flow_ctrl; member
392 u16 req_flow_ctrl[ELINK_LINK_CONFIG_SIZE]; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c436 req_val = params->req_flow_ctrl[0] | (params->req_flow_ctrl[1] << 16); in elink_check_lfa()
3689 switch (phy->req_flow_ctrl) { in elink_calc_ieee_aneg_adv()
3741 params->phy[actual_phy_idx].req_flow_ctrl = in set_phy_vars()
3742 params->req_flow_ctrl[link_cfg_idx]; in set_phy_vars()
3889 vars->flow_ctrl = phy->req_flow_ctrl; in elink_ext_phy_resolve_fc()
6072 vars->flow_ctrl = phy->req_flow_ctrl; in elink_flow_ctrl_resolve()
7854 vars->flow_ctrl = phy->req_flow_ctrl; in elink_8073_resolve_fc()
13457 phy->req_flow_ctrl = ELINK_FLOW_CTRL_AUTO; in elink_phy_def_cfg()
13460 phy->req_flow_ctrl = ELINK_FLOW_CTRL_TX; in elink_phy_def_cfg()
13463 phy->req_flow_ctrl = ELINK_FLOW_CTRL_RX; in elink_phy_def_cfg()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h897 u32 req_flow_ctrl; member