Home
last modified time | relevance | path

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

/openbmc/linux/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 = 0; in stex_handshake()
/openbmc/linux/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()
/openbmc/linux/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() argument