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

/freebsd-13-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-13-stable/sys/dev/sfxge/common/
H A Def10_phy.c125 __in uint32_t link_flags,
133 boolean_t fd = !!(link_flags &
135 boolean_t up = !!(link_flags &
198 unsigned int link_flags; local
236 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS);
237 mcdi_phy_decode_link_mode(enp, link_flags, speed,
123 mcdi_phy_decode_link_mode( __in efx_nic_t *enp, __in uint32_t link_flags, __in unsigned int speed, __in unsigned int fcntl, __in uint32_t fec, __out efx_link_mode_t *link_modep, __out unsigned int *fcntlp, __out efx_phy_fec_type_t *fecp) argument
H A Dsiena_phy.c76 __in uint32_t link_flags,
82 boolean_t fd = !!(link_flags &
84 boolean_t up = !!(link_flags &
121 unsigned int link_flags; local
146 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS);
147 siena_phy_decode_link_mode(enp, link_flags, speed,
74 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-13-stable/sys/net/
H A Dpfil.c87 int link_flags; member in struct:pfil_link
183 if ((flags & PFIL_MEMPTR) && !(link->link_flags & PFIL_MEMPTR))
384 in->link_flags = hook->hook_flags;
396 out->link_flags = hook->hook_flags;
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.c738 init_link->link_flags.loopback = FALSE;
748 init_link->link_flags.fixed_speed = TRUE;
758 init_link->link_flags.enable_topology_failover = TRUE;
761 init_link->link_flags.topology = SLI4_INIT_LINK_F_FCAL_FAIL_OVER;
763 init_link->link_flags.topology = SLI4_INIT_LINK_F_P2P_FAIL_OVER;
767 init_link->link_flags.topology = SLI4_INIT_LINK_F_FCAL_ONLY;
775 init_link->link_flags.topology = FC_TOPOLOGY_P2P;
782 init_link->link_flags.unfair = FALSE;
783 init_link->link_flags.skip_lirp_lilp = FALSE;
784 init_link->link_flags
[all...]
H A Dsli4.h633 sli4_cmd_init_link_flags_t link_flags; member in struct:sli4_cmd_init_link_s
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.h463 uint16_t link_flags; member in struct:elink_params
H A Dbxe_elink.c9691 (params->link_flags &
11628 params->link_flags |=
11696 params->link_flags |=
11791 if (params->link_flags &
11794 params->link_flags &=
13975 params->link_flags = ELINK_PHY_INITIALIZED;
13990 ELINK_DEBUG_P3(sc, " params : multi_phy = %x, req_fc_auto_adv = %x, link_flags = %x\n",
13991 params->multi_phy_config, params->req_fc_auto_adv, params->link_flags);
14183 params->link_flags &= ~ELINK_PHY_INITIALIZED;

Completed in 235 milliseconds