Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
Dpcf50633-adc.c44 int queue_head; member
72 head = adc->queue_head; in trigger_next_adc_job_if_any()
88 head = adc->queue_head; in adc_enqueue_request()
176 head = adc->queue_head; in pcf50633_adc_irq()
185 adc->queue_head = (head + 1) & in pcf50633_adc_irq()
224 head = adc->queue_head; in pcf50633_adc_remove()
/Linux-v5.4/drivers/misc/
Dibmvmc.c504 hmc->queue_head = 0; in ibmvmc_return_hmc()
950 if (hmc->queue_tail != hmc->queue_head) in ibmvmc_read()
1021 if (hmc->queue_head != hmc->queue_tail) in ibmvmc_poll()
1665 (unsigned int)hmc->queue_head, (unsigned int)hmc_index); in ibmvmc_recv_msg()
1678 hmc->queue_outbound_msgs[hmc->queue_head] = buffer_id; in ibmvmc_recv_msg()
1679 hmc->queue_head++; in ibmvmc_recv_msg()
1680 if (hmc->queue_head == ibmvmc_max_buf_pool_size) in ibmvmc_recv_msg()
1681 hmc->queue_head = 0; in ibmvmc_recv_msg()
1683 if (hmc->queue_head == hmc->queue_tail) in ibmvmc_recv_msg()
Dibmvmc.h193 int queue_head, queue_tail; member
/Linux-v5.4/drivers/dma/
Dfsl-qdma.c476 struct fsl_qdma_queue *queue_head, *queue_temp; in fsl_qdma_alloc_queue_resources() local
483 len = sizeof(*queue_head) * queue_num * block_number; in fsl_qdma_alloc_queue_resources()
484 queue_head = devm_kzalloc(&pdev->dev, len, GFP_KERNEL); in fsl_qdma_alloc_queue_resources()
485 if (!queue_head) in fsl_qdma_alloc_queue_resources()
502 queue_temp = queue_head + i + (j * queue_num); in fsl_qdma_alloc_queue_resources()
525 return queue_head; in fsl_qdma_alloc_queue_resources()
/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_queue.h169 static inline void *queue_head(struct rxe_queue *q) in queue_head() function
Drxe_resp.c328 wqe = queue_head(q); in get_srq_wqe()
368 qp->resp.wqe = queue_head(qp->rq.queue); in check_resource()
395 qp->resp.wqe = queue_head(qp->rq.queue); in check_resource()
1209 while (!qp->srq && qp->rq.queue && queue_head(qp->rq.queue)) in rxe_drain_req_pkts()
Drxe_comp.c171 wqe = queue_head(qp->sq.queue); in get_wqe()
547 while ((wqe = queue_head(qp->sq.queue))) { in rxe_drain_resp_pkts()
Drxe_req.c134 struct rxe_send_wqe *wqe = queue_head(qp->sq.queue); in req_next_wqe()
Drxe_verbs.c856 cqe = queue_head(cq->queue); in rxe_poll_cq()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dinit.c379 INIT_LIST_HEAD(&rcd->flow_queue.queue_head); in hfi1_create_ctxtdata()
380 INIT_LIST_HEAD(&rcd->rarr_queue.queue_head); in hfi1_create_ctxtdata()
Dhfi.h203 struct list_head queue_head; member
Dtid_rdma.c475 priv = list_first_entry_or_null(&queue->queue_head, in first_qp()
569 list_add_tail(&priv->tid_wait, &queue->queue_head); in queue_qp_for_tid_wait()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_def.h1314 uint16_t queue_head; member