Searched refs:ccbh (Results 1 – 4 of 4) sorted by relevance
4897 cp->link_ccbh = np->ccbh[hcode];4898 np->ccbh[hcode] = cp;4938 cp = np->ccbh[hcode];5659 np->ccbh = kcalloc(CCB_HASH_SIZE, sizeof(*np->ccbh), GFP_KERNEL);5660 if (!np->ccbh)5825 kfree(np->ccbh);
964 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */ member
6734 struct ccb_hdr *ccbh; in ahc_send_lstate_events() local6738 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()6743 inot = (struct ccb_immed_notify *)ccbh; in ahc_send_lstate_events()6746 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahc_send_lstate_events()6749 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahc_send_lstate_events()7600 struct ccb_hdr *ccbh; in ahc_handle_en_lun() local7602 ccbh = &scb->io_ctx->ccb_h; in ahc_handle_en_lun()7603 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()7604 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
9204 struct ccb_hdr *ccbh; in ahd_send_lstate_events() local9208 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()9213 inot = (struct ccb_immed_notify *)ccbh; in ahd_send_lstate_events()9216 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahd_send_lstate_events()9219 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahd_send_lstate_events()10443 struct ccb_hdr *ccbh; in ahd_handle_en_lun() local10445 ccbh = &scb->io_ctx->ccb_h; in ahd_handle_en_lun()10446 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()10447 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()