Lines Matching refs:head
151 cpqary3p->cmdmemlistp->head = head_pvtp; /* head Command Memory List */
153 cpqary3p->cmdmemlistp->pool = head_pvtp; /* head Command Memory List */
299 ptr = memlistp->head;
310 "cpqary3_cmdpvt starts at %x \n", memlistp->head);
347 memp = memlistp->head;
358 memlistp->head = memp->next;
362 if (memlistp->head) /* Atleast one more item is left in the Memory Q */
394 * If both head & tail of the per-controller-memory-list are NULL,
395 * add this command list to the Available Q and Update head & tail.
405 if (memlistp->head == NULL) { /* obviously, tail is also NULL */
406 memlistp->head = memp;