Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/scsi/
Dqueue.c36 } QE_t; typedef
61 QE_t *q; in queue_initialise()
73 queue->alloc = q = kmalloc(sizeof(QE_t) * nqueues, GFP_KERNEL); in queue_initialise()
111 QE_t *q; in __queue_add()
121 q = list_entry(l, QE_t, list); in __queue_add()
141 QE_t *q; in __queue_remove()
147 q = list_entry(ent, QE_t, list); in __queue_remove()
172 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude()
219 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag()
245 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target()
[all …]