Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c4896 cp->link_ccbh = np->ccbh[hcode];
4897 np->ccbh[hcode] = cp;
4937 cp = np->ccbh[hcode];
5658 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(*np->ccbh), GFP_KERNEL);
5659 if (!np->ccbh)
5824 kfree(np->ccbh);
H A Dsym_hipd.h964 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */ member
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6729 struct ccb_hdr *ccbh; in ahc_send_lstate_events() local
6733 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
6738 inot = (struct ccb_immed_notify *)ccbh; in ahc_send_lstate_events()
6741 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahc_send_lstate_events()
6744 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahc_send_lstate_events()
7593 struct ccb_hdr *ccbh; in ahc_handle_en_lun() local
7595 ccbh = &scb->io_ctx->ccb_h; in ahc_handle_en_lun()
7596 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
7597 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
H A Daic79xx_core.c9200 struct ccb_hdr *ccbh; in ahd_send_lstate_events() local
9204 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
9209 inot = (struct ccb_immed_notify *)ccbh; in ahd_send_lstate_events()
9212 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahd_send_lstate_events()
9215 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahd_send_lstate_events()
10438 struct ccb_hdr *ccbh; in ahd_handle_en_lun() local
10440 ccbh = &scb->io_ctx->ccb_h; in ahd_handle_en_lun()
10441 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
10442 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()