Lines Matching refs:rx_slave
309 struct slave *before = NULL, *rx_slave = NULL, *slave; in __rlb_next_rx_slave() local
320 if (!rx_slave || rx_slave->speed < slave->speed) in __rlb_next_rx_slave()
321 rx_slave = slave; in __rlb_next_rx_slave()
323 if (slave == bond_info->rx_slave) in __rlb_next_rx_slave()
329 if (!rx_slave || (before && rx_slave->speed < before->speed)) in __rlb_next_rx_slave()
330 rx_slave = before; in __rlb_next_rx_slave()
332 if (rx_slave) in __rlb_next_rx_slave()
333 bond_info->rx_slave = rx_slave; in __rlb_next_rx_slave()
335 return rx_slave; in __rlb_next_rx_slave()
341 struct slave *rx_slave; in rlb_next_rx_slave() local
346 rx_slave = __rlb_next_rx_slave(bond); in rlb_next_rx_slave()
349 return rx_slave; in rlb_next_rx_slave()
1662 bond->alb_info.rx_slave = NULL; in bond_alb_deinit_slave()