Lines Matching defs:slave

155 struct slave {  struct
165 u8 backup:1, /* indicates backup slave. Value corresponds with argument
167 inactive:1, /* indicates inactive slave */ argument
176 struct ad_slave_info *ad_info; argument
177 struct tlb_slave_info tlb_info; argument
183 struct rtnl_link_stats64 slave_stats; argument
186 static inline struct slave *to_slave(struct kobject *kobj) in to_slave() argument
286 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
347 struct slave *slave = rcu_dereference(bond->curr_active_slave); in bond_option_active_slave_get_rcu() local
352 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up()
357 static inline void bond_set_active_slave(struct slave *slave) in bond_set_active_slave()
366 static inline void bond_set_backup_slave(struct slave *slave) in bond_set_backup_slave()
375 static inline void bond_set_slave_state(struct slave *slave, in bond_set_slave_state()
420 static inline int bond_slave_state(struct slave *slave) in bond_slave_state()
425 static inline bool bond_is_active_slave(struct slave *slave) in bond_is_active_slave()
430 static inline bool bond_slave_can_tx(struct slave *slave) in bond_slave_can_tx()
438 struct slave *slave; in bond_is_active_slave_dev() local
485 struct slave *slave) in slave_do_arp_validate()
504 struct slave *slave) in slave_oldest_target_arp_rx()
517 struct slave *slave) in slave_last_rx()
526 static inline netdev_tx_t bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
532 static inline netdev_tx_t bond_netpoll_send_skb(const struct slave *slave, in bond_netpoll_send_skb()
540 static inline void bond_set_slave_inactive_flags(struct slave *slave, in bond_set_slave_inactive_flags()
549 static inline void bond_set_slave_active_flags(struct slave *slave, in bond_set_slave_active_flags()
556 static inline bool bond_is_slave_inactive(struct slave *slave) in bond_is_slave_inactive()
561 static inline void bond_propose_link_state(struct slave *slave, int state) in bond_propose_link_state()
566 static inline void bond_commit_link_state(struct slave *slave, bool notify) in bond_commit_link_state()
584 static inline void bond_set_slave_link_state(struct slave *slave, int state, in bond_set_slave_link_state()