Home
last modified time | relevance | path

Searched refs:req_head (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dstex.c326 u32 req_head; member
415 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
417 ++hba->req_head; in stex_alloc_req()
418 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
426 hba->req_head * hba->rq_size + sizeof(struct st_msg_header)); in stex_ss_alloc_req()
529 writel(hba->req_head, hba->mmio_base + IMR0); in stex_send_cmd()
552 addr = hba->dma_handle + hba->req_head * hba->rq_size; in stex_ss_send_cmd()
556 ++hba->req_head; in stex_ss_send_cmd()
557 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
1237 hba->req_head in stex_handshake()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstex.c326 u32 req_head; member
412 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
414 ++hba->req_head; in stex_alloc_req()
415 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
423 hba->req_head * hba->rq_size + sizeof(struct st_msg_header)); in stex_ss_alloc_req()
526 writel(hba->req_head, hba->mmio_base + IMR0); in stex_send_cmd()
549 addr = hba->dma_handle + hba->req_head * hba->rq_size; in stex_ss_send_cmd()
553 ++hba->req_head; in stex_ss_send_cmd()
554 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
1234 hba->req_head in stex_handshake()
[all...]
/kernel/linux/linux-6.6/drivers/soc/hisilicon/
H A Dkunpeng_hccs.h180 struct hccs_req_head req_head; /* 4 Bytes */ member
H A Dkunpeng_hccs.c256 req->req_head.module_code = HCCS_SERDES_MODULE_CODE; in hccs_init_req_desc()
458 struct hccs_req_head *req_head; in hccs_get_all_port_attr() local
472 req_head = &desc.req.req_head; in hccs_get_all_port_attr()
473 req_head->start_id = start_id; in hccs_get_all_port_attr()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A Dhwa742.c412 list_add_tail(&req->entry, req_head); \
416 struct list_head *req_head) in create_req_list()
415 create_req_list(struct omapfb_update_window *win, struct list_head *req_head) create_req_list() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dhwa742.c420 list_add_tail(&req->entry, req_head); \
424 struct list_head *req_head, in create_req_list()
423 create_req_list(struct omapfb_update_window *win, struct list_head *req_head, bool can_sleep) create_req_list() argument

Completed in 11 milliseconds