Lines Matching defs:slave

44 #define SLAVE_IS_OK(slave)			        \  argument
173 struct slave { struct
175 struct slave *next; argument
176 struct slave *prev; argument
183 u8 backup:1, /* indicates backup slave. Value corresponds with argument
185 inactive:1; /* indicates inactive slave */ argument
192 struct ad_slave_info ad_info; /* HUGE - better to dynamically alloc */ argument
193 struct tlb_slave_info tlb_info; argument
207 * 1) Get bond->lock when reading/writing slave list. argument
269 struct slave *slave = NULL; in bond_get_slave_by_dev() local
281 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
296 static inline void bond_set_active_slave(struct slave *slave) in bond_set_active_slave()
301 static inline void bond_set_backup_slave(struct slave *slave) in bond_set_backup_slave()
306 static inline int bond_slave_state(struct slave *slave) in bond_slave_state()
311 static inline bool bond_is_active_slave(struct slave *slave) in bond_is_active_slave()
331 struct slave *slave) in slave_do_arp_validate()
337 struct slave *slave) in slave_last_rx()
346 static inline void bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
355 static inline void bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
361 static inline void bond_set_slave_inactive_flags(struct slave *slave) in bond_set_slave_inactive_flags()
370 static inline void bond_set_slave_active_flags(struct slave *slave) in bond_set_slave_active_flags()
376 static inline bool bond_is_slave_inactive(struct slave *slave) in bond_is_slave_inactive()