Home
last modified time | relevance | path

Searched refs:bond_last_slave (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dbonding.h63 #define bond_last_slave(bond) \ macro
73 #define bond_is_last_slave(bond, pos) (pos == bond_last_slave(bond))
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c2081 prev_slave = bond_last_slave(bond); in bond_enslave()