Searched refs:req_head (Results 1 – 2 of 2) sorted by relevance
327 u32 req_head; member416 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()418 ++hba->req_head; in stex_alloc_req()419 hba->req_head %= hba->rq_count+1; in stex_alloc_req()427 hba->req_head * hba->rq_size + sizeof(struct st_msg_header)); in stex_ss_alloc_req()530 writel(hba->req_head, hba->mmio_base + IMR0); in stex_send_cmd()553 addr = hba->dma_handle + hba->req_head * hba->rq_size; in stex_ss_send_cmd()557 ++hba->req_head; in stex_ss_send_cmd()558 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()1237 hba->req_head = 0; in stex_handshake()
425 list_add_tail(&req->entry, req_head); \429 struct list_head *req_head) in create_req_list() argument