Searched refs:tx_slave (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.c157 entry->tx_slave = NULL;
277 assigned_slave = hash_table[hash_index].tx_slave;
286 hash_table[hash_index].tx_slave = assigned_slave;
717 struct slave *tx_slave = NULL; local
723 tx_slave = rlb_choose_channel(skb, bond);
724 if (tx_slave) {
725 memcpy(arp->mac_src,tx_slave->dev->dev_addr, ETH_ALEN);
750 return tx_slave;
1272 struct slave *tx_slave = NULL; local
1360 tx_slave
[all...]
H A Dbond_alb.h35 struct slave *tx_slave; /* A pointer to slave used for transmiting member in struct:tlb_client_info

Completed in 79 milliseconds