Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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.c6999 if (sc->link_vars.flow_ctrl & ELINK_FLOW_CTRL_TX) { in bxe_link_attn()
11757 if (sc->link_vars.flow_ctrl & ELINK_FLOW_CTRL_RX) { in bxe_fill_report_data()
11762 if (sc->link_vars.flow_ctrl & ELINK_FLOW_CTRL_TX) { in bxe_fill_report_data()
11903 sc->link_vars.flow_ctrl = ELINK_FLOW_CTRL_NONE; in bxe_link_status_update()
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1324 if (link_info->flow_ctrl.autoneg) { in bnxt_hwrm_set_pause_common()
1327 if (link_info->flow_ctrl.rx) in bnxt_hwrm_set_pause_common()
1330 if (link_info->flow_ctrl.tx) in bnxt_hwrm_set_pause_common()
1336 if (link_info->flow_ctrl.rx) in bnxt_hwrm_set_pause_common()
1339 if (link_info->flow_ctrl.tx) in bnxt_hwrm_set_pause_common()
2810 link_info->flow_ctrl.tx = false; in bnxt_hwrm_port_phy_qcfg()
2811 link_info->flow_ctrl.rx = false; in bnxt_hwrm_port_phy_qcfg()
2820 link_info->flow_ctrl.tx = true; in bnxt_hwrm_port_phy_qcfg()
2822 link_info->flow_ctrl.rx = true; in bnxt_hwrm_port_phy_qcfg()
2825 link_info->flow_ctrl.tx = true; in bnxt_hwrm_port_phy_qcfg()
[all …]
H A Dbnxt.h261 ((link_info->last_flow_ctrl.tx != link_info->flow_ctrl.tx) || \
262 (link_info->last_flow_ctrl.rx != link_info->flow_ctrl.rx) || \
263 (link_info->last_flow_ctrl.autoneg != link_info->flow_ctrl.autoneg))
389 struct bnxt_flow_ctrl flow_ctrl; member
H A Dif_bnxt.c3045 if (link_info->flow_ctrl.rx) in bnxt_media_status()
3047 if (link_info->flow_ctrl.tx) in bnxt_media_status()
4258 const char *duplex = NULL, *flow_ctrl = NULL; in bnxt_report_link() local
4280 if (link_info->flow_ctrl.tx & link_info->flow_ctrl.rx) in bnxt_report_link()
4281 flow_ctrl = "FC - receive & transmit"; in bnxt_report_link()
4282 else if (link_info->flow_ctrl.tx) in bnxt_report_link()
4283 flow_ctrl = "FC - transmit"; in bnxt_report_link()
4284 else if (link_info->flow_ctrl.rx) in bnxt_report_link()
4285 flow_ctrl = "FC - receive"; in bnxt_report_link()
4287 flow_ctrl = "FC - none"; in bnxt_report_link()
[all …]
H A Dbnxt_sysctl.c1707 val = softc->link_info.flow_ctrl.arg; \ in BNXT_HW_LRO_FN()
1715 if (softc->link_info.flow_ctrl.arg != val) { \ in BNXT_HW_LRO_FN()
1716 softc->link_info.flow_ctrl.arg = val; \ in BNXT_HW_LRO_FN()