Searched defs:slave (Results 1 – 14 of 14) sorted by relevance
/include/net/ |
D | bonding.h | 154 struct slave { struct 164 u8 backup:1, /* indicates backup slave. Value corresponds with argument 166 inactive:1, /* indicates inactive slave */ argument 175 struct ad_slave_info *ad_info; argument 176 struct tlb_slave_info tlb_info; argument 182 struct rtnl_link_stats64 slave_stats; argument 185 static inline struct slave *to_slave(struct kobject *kobj) in to_slave() argument 289 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave() 350 struct slave *slave = rcu_dereference(bond->curr_active_slave); in bond_option_active_slave_get_rcu() local 355 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up() [all …]
|
D | bond_alb.h | 15 #define SLAVE_TLB_INFO(slave) ((slave)->tlb_info) argument 111 struct slave *slave; /* the slave assigned to this client */ member
|
D | bond_3ad.h | 191 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ member 239 struct slave *slave; /* pointer to the bond slave that this port belongs to */ member 258 #define SLAVE_AD_INFO(slave) ((slave)->ad_info) argument
|
D | ax25.h | 223 char slave; /* slave_mode? */ member
|
D | dsa.h | 227 struct net_device *slave; member
|
/include/linux/ |
D | if_eql.h | 26 typedef struct slave { struct 33 } slave_t; argument
|
D | fsi.h | 17 struct fsi_slave *slave; member
|
D | sh_dma.h | 72 const struct sh_dmae_slave_config *slave; member
|
D | dmaengine.h | 331 struct device *slave; member 767 const char *slave; member
|
D | netdevice.h | 2964 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument 4985 ifslave slave; member
|
/include/linux/mfd/ |
D | dbx500-prcmu.h | 408 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read() 413 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write() 418 static inline int prcmu_abb_write_masked(u8 slave, u8 reg, u8 *value, u8 *mask, in prcmu_abb_write_masked()
|
D | db8500-prcmu.h | 638 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read() 643 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write()
|
/include/linux/spi/ |
D | spi.h | 528 bool slave; member
|
/include/linux/mlx4/ |
D | device.h | 1053 static inline int mlx4_is_guest_proxy(struct mlx4_dev *dev, int slave, u32 qpn) in mlx4_is_guest_proxy()
|