Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Daic7xxx.c6217 struct ccb_hdr *ccbh; in ahc_send_lstate_events() local
6221 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
6226 inot = (struct ccb_immed_notify *)ccbh; in ahc_send_lstate_events()
6229 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahc_send_lstate_events()
6232 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahc_send_lstate_events()
7075 struct ccb_hdr *ccbh; in ahc_handle_en_lun() local
7077 ccbh = &scb->io_ctx->ccb_h; in ahc_handle_en_lun()
7078 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
7079 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
Daic79xx.c8199 struct ccb_hdr *ccbh; in ahd_send_lstate_events() local
8203 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
8208 inot = (struct ccb_immed_notify *)ccbh; in ahd_send_lstate_events()
8211 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahd_send_lstate_events()
8214 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahd_send_lstate_events()
9441 struct ccb_hdr *ccbh; in ahd_handle_en_lun() local
9443 ccbh = &scb->io_ctx->ccb_h; in ahd_handle_en_lun()
9444 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
9445 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()