Home
last modified time | relevance | path

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

1234

/linux-3.3/drivers/net/bonding/
Dbonding.h44 #define SLAVE_IS_OK(slave) \ argument
173 struct slave { struct
175 struct slave *next; argument
176 struct slave *prev; argument
183 u8 backup:1, /* indicates backup slave. Value corresponds with argument
185 inactive:1; /* indicates inactive slave */ argument
192 struct ad_slave_info ad_info; /* HUGE - better to dynamically alloc */ argument
193 struct tlb_slave_info tlb_info; argument
207 * 1) Get bond->lock when reading/writing slave list. argument
269 struct slave *slave = NULL; in bond_get_slave_by_dev() local
[all …]
Dbond_main.c434 struct slave *slave, *stop_at; in bond_vlan_rx_add_vid() local
469 struct slave *slave; in bond_vlan_rx_kill_vid() local
522 struct slave *slave; in bond_set_carrier() local
555 static int bond_update_speed_duplex(struct slave *slave) in bond_update_speed_duplex()
677 struct slave *slave; in bond_set_promiscuity() local
701 struct slave *slave; in bond_set_allmulti() local
723 struct slave *slave; in bond_mc_add() local
742 struct slave *slave; in bond_mc_del() local
1007 struct slave *slave = bond->curr_active_slave; in bond_should_notify_peers() local
1193 static void bond_detach_slave(struct bonding *bond, struct slave *slave) in bond_detach_slave()
[all …]
Dbond_alb.c136 static inline void tlb_init_slave(struct slave *slave) in tlb_init_slave()
143 static void __tlb_clear_slave(struct bonding *bond, struct slave *slave, in __tlb_clear_slave()
166 static void tlb_clear_slave(struct bonding *bond, struct slave *slave, in tlb_clear_slave()
214 static long long compute_gap(struct slave *slave) in compute_gap()
223 struct slave *slave, *least_loaded; in tlb_get_least_loaded_slave() local
348 struct slave *slave) in rlb_arp_recv()
380 struct slave *rx_slave, *slave, *start_at; in rlb_next_rx_slave() local
435 static void rlb_clear_slave(struct bonding *bond, struct slave *slave) in rlb_clear_slave()
552 static void rlb_req_update_slave_clients(struct bonding *bond, struct slave *slave) in rlb_req_update_slave_clients()
858 static void alb_send_learning_packets(struct slave *slave, u8 mac_addr[]) in alb_send_learning_packets()
[all …]
Dbond_3ad.c162 struct slave *slave = port->slave; in __get_next_port() local
198 struct slave *slave = aggregator->slave; in __get_next_agg() local
236 struct slave *slave = port->slave; in __enable_port() local
316 struct slave *slave = port->slave; in __get_link_speed() local
364 struct slave *slave = port->slave; in __get_duplex() local
823 struct slave *slave = port->slave; in ad_lacpdu_send() local
863 struct slave *slave = port->slave; in ad_marker_send() local
1893 int bond_3ad_bind_slave(struct slave *slave) in bond_3ad_bind_slave()
1961 void bond_3ad_unbind_slave(struct slave *slave) in bond_3ad_unbind_slave()
2176 static void bond_3ad_rx_indication(struct lacpdu *lacpdu, struct slave *slave, u16 length) in bond_3ad_rx_indication()
[all …]
Dbond_procfs.c14 struct slave *slave; in bond_info_seq_start() local
35 struct slave *slave = v; in bond_info_seq_next() local
154 const struct slave *slave) in bond_info_show_slave()
Dbond_sysfs.c172 struct net_device *slave) in bond_create_slave_symlinks()
191 struct net_device *slave) in bond_destroy_slave_symlinks()
207 struct slave *slave; in bonding_show_slaves() local
1047 struct slave *slave; in bonding_store_primary() local
1217 struct slave *slave; in bonding_store_active_slave() local
1434 struct slave *slave; in bonding_show_queue_id() local
1468 struct slave *slave, *update_slave; in bonding_store_queue_id() local
1560 struct slave *slave; in bonding_store_slaves_active() local
Dbond_alb.h32 #define SLAVE_TLB_INFO(slave) ((slave)->tlb_info) argument
108 struct slave *slave; /* the slave assigned to this client */ member
/linux-3.3/sound/core/
Dvmaster.c56 struct snd_kcontrol slave; /* the copy of original control entry */ member
59 static int slave_update(struct link_slave *slave) in slave_update()
76 static int slave_init(struct link_slave *slave) in slave_init()
116 struct link_slave *slave; in master_init() local
134 static int slave_get_val(struct link_slave *slave, in slave_get_val()
147 static int slave_put_val(struct link_slave *slave, in slave_put_val()
184 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_info() local
191 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_get() local
198 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_put() local
219 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_tlv_cmd() local
[all …]
/linux-3.3/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c271 struct mlx4_qp_context *qp_ctx, u8 slave) in update_ud_gid()
296 static int get_res(struct mlx4_dev *dev, int slave, int res_id, in get_res()
335 int res_id, int *slave) in mlx4_get_slave_from_resource_id()
356 static void put_res(struct mlx4_dev *dev, int slave, int res_id, in put_res()
474 static struct res_common *alloc_tr(int id, enum mlx4_resource type, int slave, in alloc_tr()
514 static int add_res_range(struct mlx4_dev *dev, int slave, int base, int count, in add_res_range()
671 static int rem_res_range(struct mlx4_dev *dev, int slave, int base, int count, in rem_res_range()
710 static int qp_res_start_move_to(struct mlx4_dev *dev, int slave, int qpn, in qp_res_start_move_to()
775 static int mr_res_start_move_to(struct mlx4_dev *dev, int slave, int index, in mr_res_start_move_to()
828 static int eq_res_start_move_to(struct mlx4_dev *dev, int slave, int index, in eq_res_start_move_to()
[all …]
Deq.c125 u8 slave; in mlx4_gen_slave_eqe() local
152 static void slave_event(struct mlx4_dev *dev, u8 slave, struct mlx4_eqe *eqe) in slave_event()
177 static void mlx4_slave_event(struct mlx4_dev *dev, int slave, in mlx4_slave_event()
238 int slave = 0; in mlx4_eq_int() local
508 int mlx4_MAP_EQ_wrapper(struct mlx4_dev *dev, int slave, in mlx4_MAP_EQ_wrapper()
Dport.c636 static int mlx4_common_set_port(struct mlx4_dev *dev, int slave, u32 in_mod, in mlx4_common_set_port()
759 int mlx4_SET_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_PORT_wrapper()
861 int mlx4_SET_MCAST_FLTR_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_MCAST_FLTR_wrapper()
881 int mlx4_SET_VLAN_FLTR_wrapper(struct mlx4_dev *dev, int slave, in mlx4_SET_VLAN_FLTR_wrapper()
892 int mlx4_common_dump_eth_stats(struct mlx4_dev *dev, int slave, in mlx4_common_dump_eth_stats()
900 int mlx4_DUMP_ETH_STATS_wrapper(struct mlx4_dev *dev, int slave, in mlx4_DUMP_ETH_STATS_wrapper()
Dcmd.c549 int slave, u64 slave_addr, in mlx4_ACCESS_MEM()
576 int mlx4_DMA_wrapper(struct mlx4_dev *dev, int slave, in mlx4_DMA_wrapper()
1076 static int mlx4_master_process_vhcr(struct mlx4_dev *dev, int slave, in mlx4_master_process_vhcr()
1242 static void mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd, in mlx4_master_do_cmd()
1376 int i, j, slave; in mlx4_master_comm_channel() local
/linux-3.3/include/linux/
Dif_eql.h41 typedef struct slave { struct
48 } slave_t; argument
/linux-3.3/drivers/net/
Deql.c149 slave_t *slave = list_entry(this, slave_t, list); in eql_timer() local
222 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave) in eql_kill_one_slave()
308 slave_t *slave = list_entry(this, slave_t, list); in __eql_schedule_slaves() local
335 slave_t *slave; in eql_slave_xmit() local
369 slave_t *slave = list_entry(this, slave_t, list); in __eql_find_slave_dev() local
388 static int __eql_insert_slave(slave_queue_t *queue, slave_t *slave) in __eql_insert_slave()
469 slave_t *slave = __eql_find_slave_dev(&eql->queue, in eql_emancipate() local
488 slave_t *slave; in eql_g_slave_cfg() local
522 slave_t *slave; in eql_s_slave_cfg() local
/linux-3.3/arch/cris/include/asm/
Detraxi2c.h16 #define I2C_WRITEARG(slave, reg, value) (((slave) << 16) | ((reg) << 8) | (value)) argument
17 #define I2C_READARG(slave, reg) (((slave) << 16) | ((reg) << 8)) argument
/linux-3.3/net/wanrouter/
Dwanmain.c616 struct net_device *slave = NULL; in wanrouter_device_new_if() local
730 struct net_device **slave = netdev_priv(dev); in wanrouter_delete_interface() local
748 struct net_device **slave = netdev_priv(dev); in wanrouter_delete_interface() local
752 struct net_device **slave = netdev_priv(dev); in wanrouter_delete_interface() local
/linux-3.3/drivers/parport/
Dshare.c378 struct parport *slave = port->slaves[i-1]; in parport_announce_port() local
387 struct parport *slave = port->slaves[i-1]; in parport_announce_port() local
426 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local
438 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local
449 struct parport *slave = port->slaves[i-1]; in parport_remove_port() local
/linux-3.3/arch/um/os-Linux/
Dsigio.c398 int slave; member
411 static int async_pty(int master, int slave) in async_pty()
433 int master, slave, err; in check_one_sigio() local
491 static void tty_output(int master, int slave) in tty_output()
517 static void tty_close(int master, int slave) in tty_close()
/linux-3.3/include/linux/mfd/
Ddb5500-prcmu.h38 static inline int db5500_prcmu_abb_read(u8 slave, u8 reg, u8 *value, u8 size) in db5500_prcmu_abb_read()
43 static inline int db5500_prcmu_abb_write(u8 slave, u8 reg, u8 *value, u8 size) in db5500_prcmu_abb_write()
/linux-3.3/arch/um/drivers/
Dslip.h11 int slave; member
Dslirp.h23 int slave; member
/linux-3.3/include/linux/i2c/
Dpxa-i2c.h66 struct i2c_slave_client *slave; member
/linux-3.3/drivers/net/wan/
Dsdla.c513 static int sdla_activate(struct net_device *slave, struct net_device *master) in sdla_activate()
535 static int sdla_deactivate(struct net_device *slave, struct net_device *master) in sdla_deactivate()
557 static int sdla_assoc(struct net_device *slave, struct net_device *master) in sdla_assoc()
593 static int sdla_deassoc(struct net_device *slave, struct net_device *master) in sdla_deassoc()
621 static int sdla_dlci_conf(struct net_device *slave, struct net_device *master, int get) in sdla_dlci_conf()
Ddlci.c321 struct net_device *master, *slave; in dlci_add() local
386 struct net_device *master, *slave; in dlci_del() local
/linux-3.3/drivers/mtd/
Dmtdpart.c357 struct mtd_part *slave, *next; in del_mtd_partitions() local
380 struct mtd_part *slave; in allocate_partition() local
625 struct mtd_part *slave, *next; in mtd_del_partition() local
659 struct mtd_part *slave; in add_mtd_partitions() local

1234