ccbh             9244 drivers/scsi/aic7xxx/aic79xx_core.c 	struct ccb_hdr *ccbh;
ccbh             9248 drivers/scsi/aic7xxx/aic79xx_core.c 	    && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
ccbh             9253 drivers/scsi/aic7xxx/aic79xx_core.c 		inot = (struct ccb_immed_notify *)ccbh;
ccbh             9256 drivers/scsi/aic7xxx/aic79xx_core.c 			ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN;
ccbh             9259 drivers/scsi/aic7xxx/aic79xx_core.c 			ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
ccbh             10484 drivers/scsi/aic7xxx/aic79xx_core.c 			struct ccb_hdr *ccbh;
ccbh             10486 drivers/scsi/aic7xxx/aic79xx_core.c 			ccbh = &scb->io_ctx->ccb_h;
ccbh             10487 drivers/scsi/aic7xxx/aic79xx_core.c 			if (ccbh->func_code == XPT_CONT_TARGET_IO
ccbh             10488 drivers/scsi/aic7xxx/aic79xx_core.c 			 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){
ccbh             6762 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct ccb_hdr *ccbh;
ccbh             6766 drivers/scsi/aic7xxx/aic7xxx_core.c 	    && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
ccbh             6771 drivers/scsi/aic7xxx/aic7xxx_core.c 		inot = (struct ccb_immed_notify *)ccbh;
ccbh             6774 drivers/scsi/aic7xxx/aic7xxx_core.c 			ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN;
ccbh             6777 drivers/scsi/aic7xxx/aic7xxx_core.c 			ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
ccbh             7629 drivers/scsi/aic7xxx/aic7xxx_core.c 			struct ccb_hdr *ccbh;
ccbh             7631 drivers/scsi/aic7xxx/aic7xxx_core.c 			ccbh = &scb->io_ctx->ccb_h;
ccbh             7632 drivers/scsi/aic7xxx/aic7xxx_core.c 			if (ccbh->func_code == XPT_CONT_TARGET_IO
ccbh             7633 drivers/scsi/aic7xxx/aic7xxx_core.c 			 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){
ccbh             4897 drivers/scsi/sym53c8xx_2/sym_hipd.c 	cp->link_ccbh = np->ccbh[hcode];
ccbh             4898 drivers/scsi/sym53c8xx_2/sym_hipd.c 	np->ccbh[hcode] = cp;
ccbh             4938 drivers/scsi/sym53c8xx_2/sym_hipd.c 	cp = np->ccbh[hcode];
ccbh             5651 drivers/scsi/sym53c8xx_2/sym_hipd.c 	np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(struct sym_ccb **), GFP_KERNEL);
ccbh             5652 drivers/scsi/sym53c8xx_2/sym_hipd.c 	if (!np->ccbh)
ccbh             5817 drivers/scsi/sym53c8xx_2/sym_hipd.c 	kfree(np->ccbh);
ccbh              964 drivers/scsi/sym53c8xx_2/sym_hipd.h 	struct sym_ccb **ccbh;			/* CCBs hashed by DSA value	*/