Lines Matching refs:rx_slave
337 struct slave *before = NULL, *rx_slave = NULL, *slave; in __rlb_next_rx_slave() local
348 if (!rx_slave || rx_slave->speed < slave->speed) in __rlb_next_rx_slave()
349 rx_slave = slave; in __rlb_next_rx_slave()
351 if (slave == bond_info->rx_slave) in __rlb_next_rx_slave()
357 if (!rx_slave || (before && rx_slave->speed < before->speed)) in __rlb_next_rx_slave()
358 rx_slave = before; in __rlb_next_rx_slave()
360 if (rx_slave) in __rlb_next_rx_slave()
361 bond_info->rx_slave = rx_slave; in __rlb_next_rx_slave()
363 return rx_slave; in __rlb_next_rx_slave()
369 struct slave *rx_slave; in rlb_next_rx_slave() local
374 rx_slave = __rlb_next_rx_slave(bond); in rlb_next_rx_slave()
377 return rx_slave; in rlb_next_rx_slave()
1598 bond->alb_info.rx_slave = NULL; in bond_alb_deinit_slave()