Searched defs:tx_slave (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/renesas_usbhs/
H A Dfifo.h37 struct sh_dmae_slave tx_slave; member in struct:usbhs_fifo
/drivers/net/bonding/
H A Dbond_alb.h72 struct slave *tx_slave; /* A pointer to slave used for transmiting member in struct:tlb_client_info
H A Dbond_alb.c111 entry->tx_slave = NULL;
227 assigned_slave = hash_table[hash_index].tx_slave;
236 hash_table[hash_index].tx_slave = assigned_slave;
258 struct slave *tx_slave; local
265 tx_slave = __tlb_choose_channel(bond, hash_index, skb_len);
268 return tx_slave;
685 struct slave *tx_slave = NULL; local
695 tx_slave = rlb_choose_channel(skb, bond);
696 if (tx_slave)
697 ether_addr_copy(arp->mac_src, tx_slave
1299 bond_do_alb_xmit(struct sk_buff *skb, struct bonding *bond, struct slave *tx_slave) argument
1338 struct slave *tx_slave = NULL; local
1377 struct slave *tx_slave = NULL; local
[all...]

Completed in 94 milliseconds