Home
last modified time | relevance | path

Searched refs:flow_ctrl (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h199 u8 flow_ctrl) in cm_req_set_flow_ctrl() argument
201 req_msg->offset40 = cpu_to_be32((flow_ctrl & 0x1) | in cm_req_set_flow_ctrl()
583 u8 flow_ctrl) in cm_rep_set_flow_ctrl() argument
586 (flow_ctrl & 0x1)); in cm_rep_set_flow_ctrl()
/freebsd/sys/dev/bnxt/
H A Dbnxt_hwrm.c906 if (link_info->flow_ctrl.autoneg) { in bnxt_hwrm_set_pause_common()
909 if (link_info->flow_ctrl.rx) in bnxt_hwrm_set_pause_common()
912 if (link_info->flow_ctrl.tx) in bnxt_hwrm_set_pause_common()
918 if (link_info->flow_ctrl.rx) in bnxt_hwrm_set_pause_common()
921 if (link_info->flow_ctrl.tx) in bnxt_hwrm_set_pause_common()
2281 link_info->flow_ctrl.tx = false; in bnxt_hwrm_port_phy_qcfg()
2282 link_info->flow_ctrl.rx = false; in bnxt_hwrm_port_phy_qcfg()
2291 link_info->flow_ctrl.tx = true; in bnxt_hwrm_port_phy_qcfg()
2293 link_info->flow_ctrl.rx = true; in bnxt_hwrm_port_phy_qcfg()
2296 link_info->flow_ctrl.tx = true; in bnxt_hwrm_port_phy_qcfg()
[all …]
H A Dbnxt.h183 ((link_info->last_flow_ctrl.tx != link_info->flow_ctrl.tx) || \
184 (link_info->last_flow_ctrl.rx != link_info->flow_ctrl.rx) || \
185 (link_info->last_flow_ctrl.autoneg != link_info->flow_ctrl.autoneg))
302 struct bnxt_flow_ctrl flow_ctrl; member
H A Dif_bnxt.c2116 if (link_info->flow_ctrl.rx) in bnxt_media_status()
2118 if (link_info->flow_ctrl.tx) in bnxt_media_status()
3293 const char *duplex = NULL, *flow_ctrl = NULL; in bnxt_report_link() local
3311 if (link_info->flow_ctrl.tx & link_info->flow_ctrl.rx) in bnxt_report_link()
3312 flow_ctrl = "FC - receive & transmit"; in bnxt_report_link()
3313 else if (link_info->flow_ctrl.tx) in bnxt_report_link()
3314 flow_ctrl = "FC - transmit"; in bnxt_report_link()
3315 else if (link_info->flow_ctrl.rx) in bnxt_report_link()
3316 flow_ctrl = "FC - receive"; in bnxt_report_link()
3318 flow_ctrl = "FC - none"; in bnxt_report_link()
[all …]
H A Dbnxt_sysctl.c1539 val = softc->link_info.flow_ctrl.arg; \ in BNXT_HW_LRO_FN()
1547 if (softc->link_info.flow_ctrl.arg != val) { \ in BNXT_HW_LRO_FN()
1548 softc->link_info.flow_ctrl.arg = val; \ in BNXT_HW_LRO_FN()
/freebsd/sys/dev/bxe/
H A Dbxe_elink.c3320 if (flow_ctrl & ELINK_FLOW_CTRL_RX || in elink_pbf_update()
4320 vars->flow_ctrl = ELINK_FLOW_CTRL_TX; in elink_pause_resolve()
4325 vars->flow_ctrl = ELINK_FLOW_CTRL_RX; in elink_pause_resolve()
4342 vars->flow_ctrl = ELINK_FLOW_CTRL_RX; in elink_pause_resolve()
4423 vars->flow_ctrl = phy->req_flow_ctrl; in elink_ext_phy_resolve_fc()
5586 vars->flow_ctrl = 0; in elink_sync_link()
5593 if (!vars->flow_ctrl) in elink_sync_link()
6267 vars->flow_ctrl = phy->req_flow_ctrl; in elink_flow_ctrl_resolve()
7693 phy_vars[phy_index].flow_ctrl = 0; in elink_link_update()
7803 vars->flow_ctrl = phy_vars[active_external_phy].flow_ctrl; in elink_link_update()
[all …]
H A Dbxe_elink.h493 uint16_t flow_ctrl; member
H A Dbxe.c7008 if (sc->link_vars.flow_ctrl & ELINK_FLOW_CTRL_TX) { in bxe_link_attn()
11766 if (sc->link_vars.flow_ctrl & ELINK_FLOW_CTRL_RX) { in bxe_fill_report_data()
11771 if (sc->link_vars.flow_ctrl & ELINK_FLOW_CTRL_TX) { in bxe_fill_report_data()
11912 sc->link_vars.flow_ctrl = ELINK_FLOW_CTRL_NONE; in bxe_link_status_update()