Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/agere/
H A Det131x.c364 struct tcb *tcb_qhead; member
1755 tx_ring->tcb_qhead = tcb; in et131x_init_send()
2632 tcb = tx_ring->tcb_qhead; in send_packet()
2639 tx_ring->tcb_qhead = tcb->next; in send_packet()
2641 if (tx_ring->tcb_qhead == NULL) in send_packet()
2658 tx_ring->tcb_qhead = tcb; in send_packet()
2717 tx_ring->tcb_qhead = tcb; in free_send_packet()