Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c6762 struct ccb_hdr *ccbh; in ahc_send_lstate_events() local
6766 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
6771 inot = (struct ccb_immed_notify *)ccbh; in ahc_send_lstate_events()
6774 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahc_send_lstate_events()
6777 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahc_send_lstate_events()
7629 struct ccb_hdr *ccbh; in ahc_handle_en_lun() local
7631 ccbh = &scb->io_ctx->ccb_h; in ahc_handle_en_lun()
7632 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
7633 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
Daic79xx_core.c9244 struct ccb_hdr *ccbh; in ahd_send_lstate_events() local
9248 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
9253 inot = (struct ccb_immed_notify *)ccbh; in ahd_send_lstate_events()
9256 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahd_send_lstate_events()
9259 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahd_send_lstate_events()
10484 struct ccb_hdr *ccbh; in ahd_handle_en_lun() local
10486 ccbh = &scb->io_ctx->ccb_h; in ahd_handle_en_lun()
10487 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
10488 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c4897 cp->link_ccbh = np->ccbh[hcode];
4898 np->ccbh[hcode] = cp;
4938 cp = np->ccbh[hcode];
5651 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(struct sym_ccb **), GFP_KERNEL);
5652 if (!np->ccbh)
5817 kfree(np->ccbh);
Dsym_hipd.h964 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */ member