Searched refs:link_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.h122 * @param link_flags
130 int cvmx_helper_board_link_set_phy(int phy_addr, cvmx_helper_board_set_phy_link_flags_types_t link_flags,
H A Dcvmx-helper-board.c1207 * @param link_flags
1215 int cvmx_helper_board_link_set_phy(int phy_addr, cvmx_helper_board_set_phy_link_flags_types_t link_flags, argument
1219 /* Set the flow control settings based on link_flags */
1220 if ((link_flags & set_phy_link_flags_flow_control_mask) != set_phy_link_flags_flow_control_dont_touch)
1224 reg_autoneg_adver.s.asymmetric_pause = (link_flags & set_phy_link_flags_flow_control_mask) == set_phy_link_flags_flow_control_enable;
1225 reg_autoneg_adver.s.pause = (link_flags & set_phy_link_flags_flow_control_mask) == set_phy_link_flags_flow_control_enable;
1230 if ((link_flags & set_phy_link_flags_autoneg) && (link_info.s.speed == 0))
1259 else if ((link_flags & set_phy_link_flags_autoneg))
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_phy.c76 __in uint32_t link_flags,
82 boolean_t fd = !!(link_flags &
84 boolean_t up = !!(link_flags &
126 unsigned int link_flags; local
154 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS);
155 mcdi_phy_decode_link_mode(enp, link_flags, speed,
74 mcdi_phy_decode_link_mode( __in efx_nic_t *enp, __in uint32_t link_flags, __in unsigned int speed, __in unsigned int fcntl, __out efx_link_mode_t *link_modep, __out unsigned int *fcntlp) argument
H A Dsiena_phy.c74 __in uint32_t link_flags,
80 boolean_t fd = !!(link_flags &
82 boolean_t up = !!(link_flags &
119 unsigned int link_flags; local
144 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS);
145 siena_phy_decode_link_mode(enp, link_flags, speed,
72 siena_phy_decode_link_mode( __in efx_nic_t *enp, __in uint32_t link_flags, __in unsigned int speed, __in unsigned int fcntl, __out efx_link_mode_t *link_modep, __out unsigned int *fcntlp) argument
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c739 init_link->link_flags.loopback = FALSE;
749 init_link->link_flags.fixed_speed = TRUE;
759 init_link->link_flags.enable_topology_failover = TRUE;
762 init_link->link_flags.topology = SLI4_INIT_LINK_F_FCAL_FAIL_OVER;
764 init_link->link_flags.topology = SLI4_INIT_LINK_F_P2P_FAIL_OVER;
768 init_link->link_flags.topology = SLI4_INIT_LINK_F_FCAL_ONLY;
776 init_link->link_flags.topology = FC_TOPOLOGY_P2P;
783 init_link->link_flags.unfair = FALSE;
784 init_link->link_flags.skip_lirp_lilp = FALSE;
785 init_link->link_flags
[all...]
H A Dsli4.h636 sli4_cmd_init_link_flags_t link_flags; member in struct:sli4_cmd_init_link_s
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h461 uint16_t link_flags; member in struct:elink_params
H A Dbxe_elink.c9689 (params->link_flags &
11626 params->link_flags |=
11694 params->link_flags |=
11789 if (params->link_flags &
11792 params->link_flags &=
13973 params->link_flags = ELINK_PHY_INITIALIZED;
13988 ELINK_DEBUG_P3(sc, " params : multi_phy = %x, req_fc_auto_adv = %x, link_flags = %x\n",
13989 params->multi_phy_config, params->req_fc_auto_adv, params->link_flags);
14181 params->link_flags &= ~ELINK_PHY_INITIALIZED;

Completed in 173 milliseconds