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

/linux-master/drivers/net/bonding/
H A Dbond_alb.c82 entry->tx_slave = NULL;
199 assigned_slave = hash_table[hash_index].tx_slave;
208 hash_table[hash_index].tx_slave = assigned_slave;
230 struct slave *tx_slave; local
237 tx_slave = __tlb_choose_channel(bond, hash_index, skb_len);
240 return tx_slave;
655 struct slave *tx_slave = NULL; local
680 tx_slave = rlb_choose_channel(skb, bond, arp);
681 if (tx_slave)
682 bond_hw_addr_copy(arp->mac_src, tx_slave
1339 bond_do_alb_xmit(struct sk_buff *skb, struct bonding *bond, struct slave *tx_slave) argument
1374 struct slave *tx_slave = NULL; local
1413 struct slave *tx_slave; local
1424 struct slave *tx_slave = NULL; local
1527 struct slave *tx_slave = NULL; local
[all...]
/linux-master/drivers/usb/renesas_usbhs/
H A Dfifo.h28 struct sh_dmae_slave tx_slave; member in struct:usbhs_fifo
H A Dfifo.c1266 &fifo->tx_slave);
1447 fifo->tx_slave.shdma_slave.slave_id = \
/linux-master/include/net/
H A Dbond_alb.h56 struct slave *tx_slave; /* A pointer to slave used for transmiting member in struct:tlb_client_info

Completed in 116 milliseconds