Lines Matching refs:st_ccb
295 struct st_ccb { struct
319 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *); argument
329 struct st_ccb *ccb;
330 struct st_ccb *wait_ccb;
351 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
423 struct req_msg *req, struct st_ccb *ccb) in stex_map_sg()
455 struct req_msg *req, struct st_ccb *ccb) in stex_ss_map_sg()
487 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb) in stex_controller_info()
564 struct st_ccb *ccb; in return_abnormal_state()
727 static void stex_scsi_done(struct st_ccb *ccb) in DEF_SCSI_QCMD()
769 static void stex_copy_data(struct st_ccb *ccb, in stex_copy_data()
785 struct st_ccb *ccb, struct status_msg *resp) in stex_check_cmd()
797 struct st_ccb *ccb; in stex_mu_intr()
911 struct st_ccb *ccb; in stex_ss_mu_intr()
1757 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()