Searched refs:inband (Results 1 – 9 of 9) sorted by relevance
/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-spi.c | 156 union cvmx_gmxx_rxx_rx_inbnd inband = in __cvmx_helper_spi_link_get() local 158 result.s.link_up = inband.s.status; in __cvmx_helper_spi_link_get() 159 result.s.full_duplex = inband.s.duplex; in __cvmx_helper_spi_link_get() 160 switch (inband.s.speed) { in __cvmx_helper_spi_link_get()
|
/linux/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 775 bool inband; in tegra_bpmp_init_debugfs() local 778 inband = tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUG); in tegra_bpmp_init_debugfs() 780 if (!inband && !tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUGFS)) in tegra_bpmp_init_debugfs() 793 if (inband) in tegra_bpmp_init_debugfs()
|
/linux/drivers/bus/ |
H A D | omap_l3_smx.h | 191 unsigned inband:1; member
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera.h | 118 u8 inband; member
|
H A D | prestera_hw.h | 164 bool admin, u32 mode, u8 inband,
|
H A D | prestera_hw.c | 309 u8 inband; member 1137 bool admin, u32 mode, u8 inband, in prestera_hw_port_mac_mode_set() argument 1149 .reg_mode.inband = inband, in prestera_hw_port_mac_mode_set()
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_port.c | 749 if (conf->inband) { in sparx5_port_pcs_low_set() 983 if (conf->inband) { in sparx5_port_pcs_set()
|
/linux/drivers/net/phy/ |
H A D | phylink.c | 2832 unsigned int inband = phylink_inband_caps(pl, interface); in phylink_validate_pcs_inband_autoneg() local 2836 if (!inband) in phylink_validate_pcs_inband_autoneg() 2845 return !!(inband & mask); in phylink_validate_pcs_inband_autoneg()
|
/linux/Documentation/networking/ |
H A D | sfp-phylink.rst | 272 the inband link state, a :c:func:`pcs_config` function to configure your
|