Searched refs:inband (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 737 bool inband; in tegra_bpmp_init_debugfs() local 740 inband = tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUG); in tegra_bpmp_init_debugfs() 742 if (!inband && !tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUGFS)) in tegra_bpmp_init_debugfs() 755 if (inband) in tegra_bpmp_init_debugfs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_phylink.c | 109 config.inband = neg_mode & PHYLINK_PCS_NEG_INBAND; in lan966x_pcs_config()
|
H A D | lan966x_port.c | 342 if (config->inband) { in lan966x_port_pcs_set() 355 /* Disable or enable inband. in lan966x_port_pcs_set()
|
H A D | lan966x_main.h | 399 bool inband; member
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | omap_l3_smx.h | 190 /* true when and inband functional error occurs */ 191 unsigned inband:1; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_phylink.c | 106 conf.inband = neg_mode == PHYLINK_PCS_NEG_INBAND_DISABLED || in sparx5_pcs_config()
|
H A D | sparx5_port.c | 734 if (port->conf.inband) { in sparx5_port_pcs_low_set() 951 if (port->conf.inband) { in sparx5_port_pcs_set()
|
H A D | sparx5_main.h | 157 bool inband; member
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | omap_l3_smx.h | 190 /* true when and inband functional error occurs */ 191 unsigned inband:1; member
|
/kernel/linux/linux-6.6/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_main.c | 147 cfg->mode, cfg->inband, cfg->speed, in prestera_port_cfg_mac_write() 318 cfg_mac.inband = neg_mode == PHYLINK_PCS_NEG_INBAND_ENABLED; in prestera_pcs_config() 694 cfg_mac.inband = 0; in prestera_port_create()
|
H A D | prestera_hw.c | 309 u8 inband; member 1135 bool admin, u32 mode, u8 inband, in prestera_hw_port_mac_mode_set() 1147 .reg_mode.inband = inband, in prestera_hw_port_mac_mode_set() 1134 prestera_hw_port_mac_mode_set(const struct prestera_port *port, bool admin, u32 mode, u8 inband, u32 speed, u8 duplex, u8 fec) prestera_hw_port_mac_mode_set() argument
|
Completed in 17 milliseconds