Lines Matching defs:head
554 /* Copy all frame if it fits skb->head, otherwise
611 void *head;
614 head = page_address(page);
616 dma = head;
621 offset = buf - (head + sizeof(*dma));
652 void *head;
659 head = page_address(rq->alloc_frag.page);
661 offset = buf - head;
663 dma = head;
676 void *buf, *head;
682 head = page_address(alloc_frag->page);
685 dma = head;
722 buf = head + alloc_frag->offset;
1876 /* chain new page in list head to match sg */
1896 /* chain first in list head */