Home
last modified time | relevance | path

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

/trueos/sys/dev/sfxge/common/
HDsiena_phy.c70 __in uint32_t link_flags, in siena_phy_decode_link_mode() argument
76 boolean_t fd = !!(link_flags & in siena_phy_decode_link_mode()
78 boolean_t up = !!(link_flags & in siena_phy_decode_link_mode()
115 unsigned int link_flags; in siena_phy_link_ev() local
140 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS); in siena_phy_link_ev()
141 siena_phy_decode_link_mode(enp, link_flags, speed, in siena_phy_link_ev()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-helper-board.h130 …mx_helper_board_link_set_phy(int phy_addr, cvmx_helper_board_set_phy_link_flags_types_t link_flags,
HDcvmx-helper-board.c1214 …mx_helper_board_link_set_phy(int phy_addr, cvmx_helper_board_set_phy_link_flags_types_t link_flags, in cvmx_helper_board_link_set_phy() argument
1219 …if ((link_flags & set_phy_link_flags_flow_control_mask) != set_phy_link_flags_flow_control_dont_to… in cvmx_helper_board_link_set_phy()
1223 …reg_autoneg_adver.s.asymmetric_pause = (link_flags & set_phy_link_flags_flow_control_mask) == set_… in cvmx_helper_board_link_set_phy()
1224 …reg_autoneg_adver.s.pause = (link_flags & set_phy_link_flags_flow_control_mask) == set_phy_link_fl… in cvmx_helper_board_link_set_phy()
1229 if ((link_flags & set_phy_link_flags_autoneg) && (link_info.s.speed == 0)) in cvmx_helper_board_link_set_phy()
1258 else if ((link_flags & set_phy_link_flags_autoneg)) in cvmx_helper_board_link_set_phy()
/trueos/contrib/apr/
HDCMakeLists.txt328 GET_PROPERTY(link_flags TARGET mod_test PROPERTY LINK_FLAGS)
329 SET(link_flags "${link_flags} /export:count_reps") variable
330 SET_TARGET_PROPERTIES(mod_test PROPERTIES LINK_FLAGS ${link_flags})
/trueos/sys/dev/bxe/
HDbxe_elink.h455 uint16_t link_flags; member
HDbxe_elink.c9531 (params->link_flags & in elink_handle_module_detect_int()
11333 params->link_flags |= in elink_848xx_set_link_led()
11401 params->link_flags |= in elink_848xx_set_link_led()
11496 if (params->link_flags & in elink_848xx_set_link_led()
11499 params->link_flags &= in elink_848xx_set_link_led()
13632 params->link_flags = ELINK_PHY_INITIALIZED; in elink_phy_init()
13826 params->link_flags &= ~ELINK_PHY_INITIALIZED; in elink_lfa_reset()