Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/net/
Dc7000.c539 struct c7000_buffer *proc_tail; /* proc tail */ member
1058 cup->proc_head = cup->proc_tail = NULL; in c7000_free_buffers()
1112 cup->proc_head = cup->proc_tail = buf; in c7000_queue_buffer()
1116 cup->proc_tail->next = buf; in c7000_queue_buffer()
1117 cup->proc_tail = buf; in c7000_queue_buffer()
1136 cup->proc_tail = NULL; in c7000_dequeue_buffer()
1356 pbuf = cup->proc_tail; in c7000_irq_bh()
2270 pbuf = cup->proc_tail; in c7000_xmit()