Lines Matching defs:req_msg
234 struct req_msg {
300 struct req_msg *req;
322 struct req_msg * (*alloc_rq) (struct st_hba *);
323 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
324 void (*send) (struct st_hba *, struct req_msg *, u16);
354 struct req_msg * (*alloc_rq) (struct st_hba *);
355 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
356 void (*send) (struct st_hba *, struct req_msg *, u16);
413 static struct req_msg *stex_alloc_req(struct st_hba *hba)
415 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size;
423 static struct req_msg *stex_ss_alloc_req(struct st_hba *hba)
425 return (struct req_msg *)(hba->dma_mem +
430 struct req_msg *req, struct st_ccb *ccb)
462 struct req_msg *req, struct st_ccb *ccb)
522 stex_send_cmd(struct st_hba *hba, struct req_msg *req, u16 tag)
535 stex_ss_send_cmd(struct st_hba *hba, struct req_msg *req, u16 tag)
606 struct req_msg *req;
1859 struct req_msg *req;