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

/freebsd-10.2-release/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.c1206 * @param link_flags
1214 int cvmx_helper_board_link_set_phy(int phy_addr, cvmx_helper_board_set_phy_link_flags_types_t link_flags, argument
1218 /* Set the flow control settings based on link_flags */
1219 if ((link_flags & set_phy_link_flags_flow_control_mask) != set_phy_link_flags_flow_control_dont_touch)
1223 reg_autoneg_adver.s.asymmetric_pause = (link_flags & set_phy_link_flags_flow_control_mask) == set_phy_link_flags_flow_control_enable;
1224 reg_autoneg_adver.s.pause = (link_flags & set_phy_link_flags_flow_control_mask) == set_phy_link_flags_flow_control_enable;
1229 if ((link_flags & set_phy_link_flags_autoneg) && (link_info.s.speed == 0))
1258 else if ((link_flags & set_phy_link_flags_autoneg))
/freebsd-10.2-release/sys/dev/sfxge/common/
H A Dhunt_phy.c82 __in uint32_t link_flags,
93 boolean_t fd = !!(link_flags &
95 boolean_t up = !!(link_flags &
142 unsigned int link_flags; local
170 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS);
171 hunt_phy_decode_link_mode(enp, link_flags, speed,
80 hunt_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.c75 __in uint32_t link_flags,
81 boolean_t fd = !!(link_flags &
83 boolean_t up = !!(link_flags &
120 unsigned int link_flags; local
145 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS);
146 siena_phy_decode_link_mode(enp, link_flags, speed,
73 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-10.2-release/sys/dev/bxe/
H A Dbxe_elink.h455 uint16_t link_flags; member in struct:elink_params
H A Dbxe_elink.c9531 (params->link_flags &
11333 params->link_flags |=
11401 params->link_flags |=
11496 if (params->link_flags &
11499 params->link_flags &=
13632 params->link_flags = ELINK_PHY_INITIALIZED;
13826 params->link_flags &= ~ELINK_PHY_INITIALIZED;

Completed in 90 milliseconds