Lines Matching refs:st_ccb
280 struct st_ccb { struct
304 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *); argument
314 struct st_ccb *ccb;
315 struct st_ccb *wait_ccb;
334 int (*map_sg)(struct st_hba *, struct req_msg *, struct st_ccb *);
411 struct req_msg *req, struct st_ccb *ccb) in stex_map_sg()
443 struct req_msg *req, struct st_ccb *ccb) in stex_ss_map_sg()
475 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb) in stex_controller_info()
685 static void stex_scsi_done(struct st_ccb *ccb) in DEF_SCSI_QCMD()
727 static void stex_copy_data(struct st_ccb *ccb, in stex_copy_data()
743 struct st_ccb *ccb, struct status_msg *resp) in stex_check_cmd()
755 struct st_ccb *ccb; in stex_mu_intr()
869 struct st_ccb *ccb; in stex_ss_mu_intr()
1269 struct st_ccb *ccb; in stex_do_reset()
1604 hba->ccb = kcalloc(ci->rq_count, sizeof(struct st_ccb), GFP_KERNEL); in stex_probe()