Searched refs:link_flags (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_phy.c | 47 __in uint32_t link_flags, in siena_phy_decode_link_mode() argument 53 boolean_t fd = !!(link_flags & in siena_phy_decode_link_mode() 55 boolean_t up = !!(link_flags & in siena_phy_decode_link_mode() 92 unsigned int link_flags; in siena_phy_link_ev() local 117 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS); in siena_phy_link_ev() 118 siena_phy_decode_link_mode(enp, link_flags, speed, in siena_phy_link_ev()
|
| H A D | ef10_phy.c | 98 __in uint32_t link_flags, in mcdi_phy_decode_link_mode() argument 106 boolean_t fd = !!(link_flags & in mcdi_phy_decode_link_mode() 108 boolean_t up = !!(link_flags & in mcdi_phy_decode_link_mode() 172 unsigned int link_flags; in ef10_phy_link_ev() local 210 link_flags = MCDI_EV_FIELD(eqp, LINKCHANGE_LINK_FLAGS); in ef10_phy_link_ev() 211 mcdi_phy_decode_link_mode(enp, link_flags, speed, in ef10_phy_link_ev()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-board.h | 130 …mx_helper_board_link_set_phy(int phy_addr, cvmx_helper_board_set_phy_link_flags_types_t link_flags,
|
| H A D | cvmx-helper-board.c | 1215 …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 1220 …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() 1224 …reg_autoneg_adver.s.asymmetric_pause = (link_flags & set_phy_link_flags_flow_control_mask) == set_… in cvmx_helper_board_link_set_phy() 1225 …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() 1230 if ((link_flags & set_phy_link_flags_autoneg) && (link_info.s.speed == 0)) in cvmx_helper_board_link_set_phy() 1259 else if ((link_flags & set_phy_link_flags_autoneg)) in cvmx_helper_board_link_set_phy()
|
| /f-stack/freebsd/net/ |
| H A D | pfil.c | 87 int link_flags; member 183 if ((flags & PFIL_MEMPTR) && !(link->link_flags & PFIL_MEMPTR)) in pfil_run_hooks() 384 in->link_flags = hook->hook_flags; in pfil_link() 396 out->link_flags = hook->hook_flags; in pfil_link()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | elink.h | 452 uint16_t link_flags; member
|
| H A D | elink.c | 9766 (params->link_flags & in elink_handle_module_detect_int() 11708 params->link_flags |= in elink_848xx_set_link_led() 11776 params->link_flags |= in elink_848xx_set_link_led() 11871 if (params->link_flags & in elink_848xx_set_link_led() 11874 params->link_flags &= in elink_848xx_set_link_led() 14067 params->link_flags = ELINK_PHY_INITIALIZED; in elink_phy_init() 14087 params->link_flags); in elink_phy_init() 14281 params->link_flags &= ~ELINK_PHY_INITIALIZED; in elink_lfa_reset()
|