Lines Matching defs:slave
152 struct slave { struct
162 u8 backup:1, /* indicates backup slave. Value corresponds with argument
164 inactive:1, /* indicates inactive slave */ argument
172 struct ad_slave_info *ad_info; argument
173 struct tlb_slave_info tlb_info; argument
178 struct rtnl_link_stats64 slave_stats; argument
184 struct slave *arr[0]; argument
263 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
310 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up()
315 static inline void bond_set_active_slave(struct slave *slave) in bond_set_active_slave()
324 static inline void bond_set_backup_slave(struct slave *slave) in bond_set_backup_slave()
333 static inline void bond_set_slave_state(struct slave *slave, in bond_set_slave_state()
378 static inline int bond_slave_state(struct slave *slave) in bond_slave_state()
383 static inline bool bond_is_active_slave(struct slave *slave) in bond_is_active_slave()
388 static inline bool bond_slave_can_tx(struct slave *slave) in bond_slave_can_tx()
420 struct slave *slave) in slave_do_arp_validate()
439 struct slave *slave) in slave_oldest_target_arp_rx()
452 struct slave *slave) in slave_last_rx()
461 static inline void bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
470 static inline void bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
476 static inline void bond_set_slave_inactive_flags(struct slave *slave, in bond_set_slave_inactive_flags()
485 static inline void bond_set_slave_active_flags(struct slave *slave, in bond_set_slave_active_flags()
492 static inline bool bond_is_slave_inactive(struct slave *slave) in bond_is_slave_inactive()
497 static inline void bond_set_slave_link_state(struct slave *slave, int state) in bond_set_slave_link_state()