Home
last modified time | relevance | path

Searched refs:req_head (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/
Dstex.c322 u32 req_head; member
408 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
410 ++hba->req_head; in stex_alloc_req()
411 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
419 hba->req_head * hba->rq_size + sizeof(struct st_msg_header)); in stex_ss_alloc_req()
522 writel(hba->req_head, hba->mmio_base + IMR0); in stex_send_cmd()
545 addr = hba->dma_handle + hba->req_head * hba->rq_size; in stex_ss_send_cmd()
549 ++hba->req_head; in stex_ss_send_cmd()
550 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
1229 hba->req_head = 0; in stex_handshake()
/linux-5.19.10/drivers/video/fbdev/omap/
Dhwa742.c420 list_add_tail(&req->entry, req_head); \
424 struct list_head *req_head, in create_req_list() argument