Home
last modified time | relevance | path

Searched refs:send_head (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/agere/
Det131x.c366 struct tcb *send_head; member
1771 tx_ring->send_head = NULL; in et131x_init_send()
2564 tx_ring->send_head = tcb; in nic_send_packet()
2704 tcb = tx_ring->send_head; in et131x_free_busy_send_packets()
2709 tx_ring->send_head = next; in et131x_free_busy_send_packets()
2723 tcb = tx_ring->send_head; in et131x_free_busy_send_packets()
2754 tcb = tx_ring->send_head; in et131x_handle_send_pkts()
2760 tx_ring->send_head = tcb->next; in et131x_handle_send_pkts()
2769 tcb = tx_ring->send_head; in et131x_handle_send_pkts()
2775 tx_ring->send_head = tcb->next; in et131x_handle_send_pkts()
[all …]