HomeSort by: relevance | last modified time | path
    Searched defs:ccbh (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 21 milliseconds