Lines Matching defs:before
123 /* Must be called before starting the monitor timer */
308 struct slave *before = NULL, *rx_slave = NULL, *slave;
316 if (!before || before->speed < slave->speed)
317 before = slave;
326 * better before and up to the current slave
328 if (!rx_slave || (before && rx_slave->speed < before->speed))
329 rx_slave = before;
1146 * assumption: this function is called before @slave is attached to the
1625 /* assumption: called before the slave is attached to the bond
1766 /* curr_active_slave must be set before calling alb_swap_mac_addr */