Searched refs:req_head (Results 1 – 2 of 2) sorted by relevance
322 u32 req_head; member411 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()1232 hba->req_head = 0; in stex_handshake()
412 list_add_tail(&req->entry, req_head); \416 struct list_head *req_head) in create_req_list() argument