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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c148 entry->tx_slave = NULL;
273 assigned_slave = hash_table[hash_index].tx_slave;
282 hash_table[hash_index].tx_slave = assigned_slave;
710 struct slave *tx_slave = NULL; local
716 tx_slave = rlb_choose_channel(skb, bond);
717 if (tx_slave) {
718 memcpy(arp->mac_src,tx_slave->dev->dev_addr, ETH_ALEN);
743 return tx_slave;
1266 struct slave *tx_slave = NULL; local
1333 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 56 milliseconds