Searched refs:head (Results 226 - 250 of 583) sorted by relevance

1234567891011>>

/drivers/net/wireless/bcmdhd/include/
H A Dlinuxver.h245 #define list_for_each(pos, head) \
246 for (pos = (head)->next; pos != (head); pos = pos->next)
/drivers/staging/octeon/
H A Dethernet-rx.c310 prefetch(&skb->head);
327 skb->data = skb->head + work->packet_ptr.s.addr - cvmx_ptr_to_phys(skb->head);
/drivers/vhost/
H A Dvhost.c416 * upend_idx is used to track end of used idx, done_idx is used to track head
1212 unsigned int i, head, found = 0; local
1239 if (unlikely(__get_user(head,
1241 vq_err(vq, "Failed to read head: idx %d address %p\n",
1248 if (unlikely(head >= vq->num)) {
1250 head, vq->num);
1259 i = head;
1263 vq_err(vq, "Desc index is %u > %u, head = %u",
1264 i, vq->num, head);
1269 "vq size %u head
1336 vhost_add_used(struct vhost_virtqueue *vq, unsigned int head, int len) argument
1496 vhost_add_used_and_signal(struct vhost_dev *dev, struct vhost_virtqueue *vq, unsigned int head, int len) argument
[all...]
H A Dvhost.h178 int vhost_add_used(struct vhost_virtqueue *, unsigned int head, int len);
/drivers/tty/serial/
H A Dcrisv10.c1483 CIRC_CNT(info->xmit.head,
1508 CIRC_CNT(info->xmit.head,
1518 info->xmit.head != info->xmit.tail && info->xmit.buf)
1583 if (info->xmit.head != info->xmit.tail) {
1585 CIRC_CNT(info->xmit.head,
1588 info->xmit.head = info->xmit.tail; /* move back head */
1630 if (CIRC_CNT(info->xmit.head,
1637 c = CIRC_CNT_TO_END(info->xmit.head, info->xmit.tail, SERIAL_XMIT_SIZE);
2564 if (info->xmit.head
[all...]
H A Dmrst_max3110.c179 xmit->buf[xmit->head] = (char)ch;
180 xmit->head = (xmit->head + 1) & (PAGE_SIZE - 1);
830 max->con_xmit.head = 0;
/drivers/atm/
H A Dfore200e.h602 int head; /* head of cmd queue */ member in struct:host_cmdq
611 int head; /* head of tx queue */ member in struct:host_txq
623 int head; /* head of rx queue */ member in struct:host_rxq
633 int head; /* head of buffer supply queue */ member in struct:host_bsq
/drivers/block/mtip32xx/
H A Dmtip32xx.h185 unsigned char head; member in union:host_to_dev_fis::__anon323
/drivers/block/
H A Dxd.h114 static u_char *xd_build (u_char *cmdblk,u_char command,u_char drive,u_char head,u_short cylinder,u_char sector,u_char count,u_char control);
/drivers/gpu/drm/
H A Ddrm_drv.c203 list_for_each_entry_safe(entry, tempe, &dev->agp->memory, head) {
224 list_for_each_entry_safe(vma, vma_temp, &dev->vmalist, head) {
225 list_del(&vma->head);
497 list_for_each_entry(entry, &dev->maplist, head) {
/drivers/gpu/drm/nouveau/
H A Dnvc0_vm.c119 list_for_each_entry(vpgd, &vm->pgd_list, head) {
/drivers/gpu/drm/radeon/
H A Dradeon_gart.c450 struct list_head *head; local
495 head = &vm->va;
512 head = &tmp->vm_list;
514 list_add(&bo_va->vm_list, head);
/drivers/gpu/drm/via/
H A Dvia_dmablit.c555 blitq->head = 0;
754 blitq->blits[blitq->head++] = vsg;
755 if (blitq->head >= VIA_NUM_BLIT_SLOTS)
756 blitq->head = 0;
/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h251 unsigned head; member in struct:mthca_wq
/drivers/input/joystick/iforce/
H A Diforce-serio.c44 if (iforce->xmit.head == iforce->xmit.tail) {
/drivers/md/
H A Dmultipath.c344 struct list_head *head = &conf->retry_list; local
350 if (list_empty(head))
352 mp_bh = list_entry(head->prev, struct multipath_bh, retry_list);
353 list_del(head->prev);
/drivers/misc/sgi-gru/
H A Dgru_instructions.h301 /* Message queue head structure */
305 unsigned int head; member in struct:gru_mesqhead::__anon1774
603 static inline union gru_mesqhead gru_mesq_head(int head, int limit) argument
607 mqh.head = head;
/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h159 u16 head; member in struct:igbvf_ring
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c516 struct ixgbe_ring_container *head)
518 ring->next = head->ring;
519 head->ring = ring;
520 head->count++;
515 ixgbe_add_ring(struct ixgbe_ring *ring, struct ixgbe_ring_container *head) argument
/drivers/net/irda/
H A Dali-ircc.h169 int head; member in struct:st_fifo
H A Dw83977af_ir.h162 int head; member in struct:st_fifo
/drivers/net/usb/
H A Dgl620a.c158 skb->data = memmove(skb->head + (4 + 4*1),
/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h109 struct crystalhd_elem *head; member in struct:crystalhd_dioq
/drivers/usb/gadget/
H A Dlangwell_udc.h130 struct langwell_dtd *dtd, *head, *tail; member in struct:langwell_request
/drivers/video/vermilion/
H A Dvermilion.h215 struct list_head head; member in struct:vml_info

Completed in 2053 milliseconds

1234567891011>>