Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/net/
Dc7000.c538 struct c7000_buffer *proc_head; /* proc head */ member
1057 c7000_free_chain(cup->proc_head); in c7000_free_buffers()
1058 cup->proc_head = cup->proc_tail = NULL; in c7000_free_buffers()
1111 if (cup->proc_head == NULL) { in c7000_queue_buffer()
1112 cup->proc_head = cup->proc_tail = buf; in c7000_queue_buffer()
1128 struct c7000_buffer *buf = cup->proc_head; in c7000_dequeue_buffer()
1133 cup->proc_head = buf->next; in c7000_dequeue_buffer()
1135 if (cup->proc_head == NULL) in c7000_dequeue_buffer()
1251 struct c7000_buffer *buf = cup->proc_head, *pbuf = NULL; in c7000_bld_wrt_chain()
1386 if ((rc = do_IO(cup->irq, &cup->proc_head->ccws[0], parm, 0xff, flags)) != 0) { in c7000_irq_bh()
[all …]