Home
last modified time | relevance | path

Searched refs:ccbh (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx_core.c6796 struct ccb_hdr *ccbh; in ahc_send_lstate_events() local
6800 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
6805 inot = (struct ccb_immed_notify *)ccbh; in ahc_send_lstate_events()
6808 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahc_send_lstate_events()
6811 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahc_send_lstate_events()
7665 struct ccb_hdr *ccbh; in ahc_handle_en_lun() local
7667 ccbh = &scb->io_ctx->ccb_h; in ahc_handle_en_lun()
7668 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
7669 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
Daic79xx_core.c9296 struct ccb_hdr *ccbh; in ahd_send_lstate_events() local
9300 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
9305 inot = (struct ccb_immed_notify *)ccbh; in ahd_send_lstate_events()
9308 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahd_send_lstate_events()
9311 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahd_send_lstate_events()
10537 struct ccb_hdr *ccbh; in ahd_handle_en_lun() local
10539 ccbh = &scb->io_ctx->ccb_h; in ahd_handle_en_lun()
10540 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
10541 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c4898 cp->link_ccbh = np->ccbh[hcode];
4899 np->ccbh[hcode] = cp;
4939 cp = np->ccbh[hcode];
5656 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(struct sym_ccb **), GFP_KERNEL);
5657 if (!np->ccbh)
5823 kfree(np->ccbh);
Dsym_hipd.h977 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */ member