Home
last modified time | relevance | path

Searched defs:slave (Results 1 – 19 of 19) sorted by relevance

/include/net/
Dbonding.h152 struct slave { struct
162 u8 backup:1, /* indicates backup slave. Value corresponds with argument
164 inactive:1, /* indicates inactive slave */ argument
173 struct ad_slave_info *ad_info; argument
174 struct tlb_slave_info tlb_info; argument
180 struct rtnl_link_stats64 slave_stats; argument
186 struct slave *arr[0]; argument
268 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
329 struct slave *slave = rcu_dereference(bond->curr_active_slave); in bond_option_active_slave_get_rcu() local
334 static inline bool bond_slave_is_up(struct slave *slave) in bond_slave_is_up()
[all …]
Dbond_alb.h15 #define SLAVE_TLB_INFO(slave) ((slave)->tlb_info) argument
111 struct slave *slave; /* the slave assigned to this client */ member
Dbond_3ad.h193 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ member
241 struct slave *slave; /* pointer to the bond slave that this port belongs to */ member
260 #define SLAVE_AD_INFO(slave) ((slave)->ad_info) argument
Dax25.h223 char slave; /* slave_mode? */ member
Ddsa.h164 struct net_device *slave; member
/include/linux/
Dif_eql.h26 typedef struct slave { struct
33 } slave_t; argument
Dfsi.h17 struct fsi_slave *slave; member
Dif_frad.h54 struct net_device *slave; member
Dsh_dma.h72 const struct sh_dmae_slave_config *slave; member
Dpm_domain.h156 struct generic_pm_domain *slave; member
Ddmaengine.h644 const char *slave; member
Dnetdevice.h2567 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument
4355 ifslave slave; member
/include/linux/platform_data/
Di2c-pxa.h62 struct i2c_slave_client *slave; member
/include/sound/
Dcontrol.h206 snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave) in snd_ctl_add_slave()
229 struct snd_kcontrol *slave) in snd_ctl_add_slave_uncached()
/include/linux/mfd/
Ddbx500-prcmu.h421 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read()
426 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write()
431 static inline int prcmu_abb_write_masked(u8 slave, u8 reg, u8 *value, u8 *mask, in prcmu_abb_write_masked()
Ddb8500-prcmu.h641 static inline int prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_read()
646 static inline int prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in prcmu_abb_write()
/include/net/caif/
Dcaif_spi.h124 bool slave; member
/include/linux/spi/
Dspi.h470 bool slave; member
/include/linux/mlx4/
Ddevice.h1065 static inline int mlx4_is_guest_proxy(struct mlx4_dev *dev, int slave, u32 qpn) in mlx4_is_guest_proxy()