Lines Matching refs:st_ccb
281 struct st_ccb { struct
305 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *); argument
315 struct st_ccb *ccb;
316 struct st_ccb *wait_ccb;
335 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
404 struct req_msg *req, struct st_ccb *ccb) in stex_map_sg()
436 struct req_msg *req, struct st_ccb *ccb) in stex_ss_map_sg()
468 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb) in stex_controller_info()
678 static void stex_scsi_done(struct st_ccb *ccb) in DEF_SCSI_QCMD()
720 static void stex_copy_data(struct st_ccb *ccb, in stex_copy_data()
736 struct st_ccb *ccb, struct status_msg *resp) in stex_check_cmd()
748 struct st_ccb *ccb; in stex_mu_intr()
862 struct st_ccb *ccb; in stex_ss_mu_intr()
1262 struct st_ccb *ccb; in stex_do_reset()
1596 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()