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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6795 struct ccb_hdr *ccbh; ahc_send_lstate_events() local
6799 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { ahc_send_lstate_events()
6804 inot = (struct ccb_immed_notify *)ccbh; ahc_send_lstate_events()
6807 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; ahc_send_lstate_events()
6810 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; ahc_send_lstate_events()
7663 struct ccb_hdr *ccbh; ahc_handle_en_lun() local
7665 ccbh = &scb->io_ctx->ccb_h; ahc_handle_en_lun()
7666 if (ccbh->func_code == XPT_CONT_TARGET_IO ahc_handle_en_lun()
7667 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ ahc_handle_en_lun()
H A Daic79xx_core.c9296 struct ccb_hdr *ccbh; ahd_send_lstate_events() local
9300 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { ahd_send_lstate_events()
9305 inot = (struct ccb_immed_notify *)ccbh; ahd_send_lstate_events()
9308 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; ahd_send_lstate_events()
9311 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; ahd_send_lstate_events()
10536 struct ccb_hdr *ccbh; ahd_handle_en_lun() local
10538 ccbh = &scb->io_ctx->ccb_h; ahd_handle_en_lun()
10539 if (ccbh->func_code == XPT_CONT_TARGET_IO ahd_handle_en_lun()
10540 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ ahd_handle_en_lun()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c4902 cp->link_ccbh = np->ccbh[hcode]; sym_alloc_ccb()
4903 np->ccbh[hcode] = cp; sym_alloc_ccb()
4943 cp = np->ccbh[hcode]; sym_ccb_from_dsa()
5660 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(struct sym_ccb **), GFP_KERNEL); sym_hcb_attach()
5661 if (!np->ccbh) sym_hcb_attach()
5827 kfree(np->ccbh); sym_hcb_free()
H A Dsym_hipd.h977 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */ member in struct:sym_hcb

Completed in 343 milliseconds