Lines Matching refs:st_ccb
300 struct st_ccb { struct
324 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *); argument
334 struct st_ccb *ccb;
335 struct st_ccb *wait_ccb;
356 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
431 struct req_msg *req, struct st_ccb *ccb) in stex_map_sg()
463 struct req_msg *req, struct st_ccb *ccb) in stex_ss_map_sg()
495 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb) in stex_controller_info()
572 struct st_ccb *ccb; in return_abnormal_state()
734 static void stex_scsi_done(struct st_ccb *ccb) in DEF_SCSI_QCMD()
776 static void stex_copy_data(struct st_ccb *ccb, in stex_copy_data()
792 struct st_ccb *ccb, struct status_msg *resp) in stex_check_cmd()
804 struct st_ccb *ccb; in stex_mu_intr()
918 struct st_ccb *ccb; in stex_ss_mu_intr()
1774 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()