Home
last modified time | relevance | path

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

/drivers/staging/vt6656/
Drxtx.h126 struct vnt_tx_datahead_g data_head; member
141 struct vnt_tx_datahead_g_fb data_head; member
149 struct vnt_tx_datahead_ab data_head; member
159 struct vnt_tx_datahead_a_fb data_head; member
169 struct vnt_tx_datahead_g data_head; member
180 struct vnt_tx_datahead_g_fb data_head; member
Drxtx.c425 return vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_rxtx_rts_g_head()
469 return vnt_rxtx_datahead_g_fb(tx_context, &buf->data_head); in vnt_rxtx_rts_g_fb_head()
488 return vnt_rxtx_datahead_ab(tx_context, &buf->data_head); in vnt_rxtx_rts_ab_head()
517 return vnt_rxtx_datahead_a_fb(tx_context, &buf->data_head); in vnt_rxtx_rts_a_fb_head()
557 return vnt_rxtx_datahead_g_fb(tx_context, &buf->data_head); in vnt_fill_cts_head()
575 return vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_fill_cts_head()
/drivers/target/
Dtarget_core_user.c103 size_t data_head; member
266 space = spc_free(udev->data_head, udev->data_tail, udev->data_size); in is_ring_space_avail()
268 pr_debug("no data space: %zu %zu %zu\n", udev->data_head, in is_ring_space_avail()
366 head_to_end(udev->data_head, udev->data_size)); in tcmu_queue_cmd_ring()
368 void *to = (void *) mb + udev->data_off + udev->data_head; in tcmu_queue_cmd_ring()
377 iov->iov_base = (void *) udev->data_off + udev->data_head; in tcmu_queue_cmd_ring()
381 UPDATE_HEAD(udev->data_head, copy_bytes, udev->data_size); in tcmu_queue_cmd_ring()
389 iov->iov_base = (void *) udev->data_off + udev->data_head; in tcmu_queue_cmd_ring()
392 to = (void *) mb + udev->data_off + udev->data_head; in tcmu_queue_cmd_ring()
400 UPDATE_HEAD(udev->data_head, copy_bytes, udev->data_size); in tcmu_queue_cmd_ring()