Home
last modified time | relevance | path

Searched refs:PHYLINK_PCS_NEG_INBAND (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dphylink.h38 PHYLINK_PCS_NEG_INBAND = BIT(6), enumerator
39 PHYLINK_PCS_NEG_INBAND_DISABLED = PHYLINK_PCS_NEG_INBAND,
40 PHYLINK_PCS_NEG_INBAND_ENABLED = PHYLINK_PCS_NEG_INBAND |
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_phylink.c109 config.inband = neg_mode & PHYLINK_PCS_NEG_INBAND; in lan966x_pcs_config()
/openbmc/linux/drivers/net/pcs/
H A Dpcs-mtk-lynxi.c129 if (neg_mode & PHYLINK_PCS_NEG_INBAND) in mtk_pcs_lynxi_config()