Lines Matching defs:slave

142 struct slave {  struct
153 u8 backup:1, /* indicates backup slave. Value corresponds with argument
155 inactive:1, /* indicates inactive slave */ argument
164 struct ad_slave_info *ad_info; argument
165 struct tlb_slave_info tlb_info; argument
171 struct rtnl_link_stats64 slave_stats; argument
177 struct slave *arr[0]; argument
259 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
320 struct slave *slave = rcu_dereference(bond->curr_active_slave); in bond_option_active_slave_get_rcu() local
325 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up()
330 static inline void bond_set_active_slave(struct slave *slave) in bond_set_active_slave()
339 static inline void bond_set_backup_slave(struct slave *slave) in bond_set_backup_slave()
348 static inline void bond_set_slave_state(struct slave *slave, in bond_set_slave_state()
393 static inline int bond_slave_state(struct slave *slave) in bond_slave_state()
398 static inline bool bond_is_active_slave(struct slave *slave) in bond_is_active_slave()
403 static inline bool bond_slave_can_tx(struct slave *slave) in bond_slave_can_tx()
411 struct slave *slave; in bond_is_active_slave_dev() local
458 struct slave *slave) in slave_do_arp_validate()
477 struct slave *slave) in slave_oldest_target_arp_rx()
490 struct slave *slave) in slave_last_rx()
499 static inline void bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
508 static inline void bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
514 static inline void bond_set_slave_inactive_flags(struct slave *slave, in bond_set_slave_inactive_flags()
523 static inline void bond_set_slave_active_flags(struct slave *slave, in bond_set_slave_active_flags()
530 static inline bool bond_is_slave_inactive(struct slave *slave) in bond_is_slave_inactive()
535 static inline void bond_propose_link_state(struct slave *slave, int state) in bond_propose_link_state()
540 static inline void bond_commit_link_state(struct slave *slave, bool notify) in bond_commit_link_state()
558 static inline void bond_set_slave_link_state(struct slave *slave, int state, in bond_set_slave_link_state()