Lines Matching refs:st_ccb
299 struct st_ccb { struct
323 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *); argument
333 struct st_ccb *ccb;
334 struct st_ccb *wait_ccb;
354 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
426 struct req_msg *req, struct st_ccb *ccb) in stex_map_sg()
458 struct req_msg *req, struct st_ccb *ccb) in stex_ss_map_sg()
490 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb) in stex_controller_info()
567 struct st_ccb *ccb; in return_abnormal_state()
730 static void stex_scsi_done(struct st_ccb *ccb) in DEF_SCSI_QCMD()
772 static void stex_copy_data(struct st_ccb *ccb, in stex_copy_data()
788 struct st_ccb *ccb, struct status_msg *resp) in stex_check_cmd()
800 struct st_ccb *ccb; in stex_mu_intr()
914 struct st_ccb *ccb; in stex_ss_mu_intr()
1760 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()