Lines Matching defs:before
124 /* Must be called before starting the monitor timer */
309 struct slave *before = NULL, *rx_slave = NULL, *slave;
317 if (!before || before->speed < slave->speed)
318 before = slave;
327 * better before and up to the current slave
329 if (!rx_slave || (before && rx_slave->speed < before->speed))
330 rx_slave = before;
1160 * assumption: this function is called before @slave is attached to the
1632 /* assumption: called before the slave is attached to the bond
1772 /* curr_active_slave must be set before calling alb_swap_mac_addr */