Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dstex.c326 u32 req_head; member
411 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
413 ++hba->req_head; in stex_alloc_req()
414 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
422 hba->req_head * hba->rq_size + sizeof(struct st_msg_header)); in stex_ss_alloc_req()
525 writel(hba->req_head, hba->mmio_base + IMR0); in stex_send_cmd()
548 addr = hba->dma_handle + hba->req_head * hba->rq_size; in stex_ss_send_cmd()
552 ++hba->req_head; in stex_ss_send_cmd()
553 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
1233 hba->req_head = 0; in stex_handshake()
/linux-6.12.1/drivers/soc/hisilicon/
Dkunpeng_hccs.h195 struct hccs_req_head req_head; /* 4 Bytes */ member
Dkunpeng_hccs.c317 req->req_head.module_code = HCCS_SERDES_MODULE_CODE; in hccs_init_req_desc()
519 struct hccs_req_head *req_head; in hccs_get_all_port_attr() local
533 req_head = &desc.req.req_head; in hccs_get_all_port_attr()
534 req_head->start_id = start_id; in hccs_get_all_port_attr()
/linux-6.12.1/drivers/video/fbdev/omap/
Dhwa742.c420 list_add_tail(&req->entry, req_head); \
424 struct list_head *req_head, in create_req_list() argument