Home
last modified time | relevance | path

Searched refs:active_slave (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dcpsw.txt20 - active_slave : Specifies the slave to use for time stamping,
82 active_slave = <0>;
113 active_slave = <0>;
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswvar.h91 int active_slave; member
H A Dif_cpsw.c806 if (OF_getencprop(sc->node, "active_slave", &sc->active_slave, in cpsw_attach()
807 sizeof(sc->active_slave)) <= 0) { in cpsw_attach()
808 sc->active_slave = 0; in cpsw_attach()
810 if (sc->active_slave > 1) in cpsw_attach()
811 sc->active_slave = 1; in cpsw_attach()
817 if (!sc->dualemac && i != sc->active_slave) in cpsw_attach()
912 if (!sc->dualemac && i != sc->active_slave) in cpsw_attach()
1236 if (!sc->dualemac && i != sc->active_slave) in cpsw_shutdown()
1350 if (!sc->dualemac && i != sc->active_slave) in cpsw_suspend()
2277 if (!sc->dualemac && i != sc->active_slave) in cpsw_tx_watchdog_full_reset()
[all …]
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c65 uint16_t active_slave; in bond_ethdev_rx_burst() local
72 active_slave = bd_rx_q->active_slave; in bond_ethdev_rx_burst()
80 rte_eth_rx_burst(internals->active_slaves[active_slave], in bond_ethdev_rx_burst()
85 if (++active_slave == slave_count) in bond_ethdev_rx_burst()
86 active_slave = 0; in bond_ethdev_rx_burst()
89 if (++bd_rx_q->active_slave >= slave_count) in bond_ethdev_rx_burst()
90 bd_rx_q->active_slave = 0; in bond_ethdev_rx_burst()
306 idx = bd_rx_q->active_slave; in rx_burst_8023ad()
308 bd_rx_q->active_slave = 0; in rx_burst_8023ad()
370 if (++bd_rx_q->active_slave >= slave_count) in rx_burst_8023ad()
[all …]
H A Deth_bond_private.h54 uint16_t active_slave; member
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ddm814x.dtsi709 active_slave = <0>;
H A Dam33xx-l4.dtsi714 active_slave = <0>;
H A Dam437x-l4.dtsi545 active_slave = <0>;
H A Ddra7-l4.dtsi3050 active_slave = <0>;