Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/agere/
Det131x.c368 struct tcb *send_head; member
1772 tx_ring->send_head = NULL; in et131x_init_send()
2565 tx_ring->send_head = tcb; in nic_send_packet()
2705 tcb = tx_ring->send_head; in et131x_free_busy_send_packets()
2710 tx_ring->send_head = next; in et131x_free_busy_send_packets()
2724 tcb = tx_ring->send_head; in et131x_free_busy_send_packets()
2755 tcb = tx_ring->send_head; in et131x_handle_send_pkts()
2761 tx_ring->send_head = tcb->next; in et131x_handle_send_pkts()
2770 tcb = tx_ring->send_head; in et131x_handle_send_pkts()
2776 tx_ring->send_head = tcb->next; in et131x_handle_send_pkts()
[all …]