Searched refs:ccbh (Results 1 – 4 of 4) sorted by relevance
6795 struct ccb_hdr *ccbh; in ahc_send_lstate_events() local6799 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()6804 inot = (struct ccb_immed_notify *)ccbh; in ahc_send_lstate_events()6807 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahc_send_lstate_events()6810 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahc_send_lstate_events()7662 struct ccb_hdr *ccbh; in ahc_handle_en_lun() local7664 ccbh = &scb->io_ctx->ccb_h; in ahc_handle_en_lun()7665 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()7666 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
9284 struct ccb_hdr *ccbh; in ahd_send_lstate_events() local9288 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()9293 inot = (struct ccb_immed_notify *)ccbh; in ahd_send_lstate_events()9296 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahd_send_lstate_events()9299 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahd_send_lstate_events()10524 struct ccb_hdr *ccbh; in ahd_handle_en_lun() local10526 ccbh = &scb->io_ctx->ccb_h; in ahd_handle_en_lun()10527 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()10528 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()
4901 cp->link_ccbh = np->ccbh[hcode];4902 np->ccbh[hcode] = cp;4942 cp = np->ccbh[hcode];5655 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(struct sym_ccb **), GFP_KERNEL);5656 if (!np->ccbh)5821 kfree(np->ccbh);
977 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */ member