Searched refs:io_ctx (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic_osm_lib.h220 return (scb->io_ctx->ccb_h.timeout);
239 && scb->io_ctx->ccb_h.timeout != CAM_TIME_INFINITY) {
240 aic_scb_timer_reset(scb, scb->io_ctx->ccb_h.timeout);
267 scb->io_ctx->ccb_h.status &= ~CAM_STATUS_MASK;
268 scb->io_ctx->ccb_h.status |= status;
274 scb->io_ctx->csio.scsi_status = status;
280 return (scb->io_ctx->ccb_h.status & CAM_STATUS_MASK);
286 return (scb->io_ctx->csio.scsi_status);
292 scb->io_ctx->csio.tag_action = type;
294 scb->io_ctx
[all...]
H A Daic_osm_lib.c59 ccb = list_scb->io_ctx;
H A Daic79xx_osm.c318 CAM_DEBUG(scb->io_ctx->ccb_h.path, CAM_DEBUG_TRACE,
321 ccb = scb->io_ctx;
419 scb->io_ctx->ccb_h.status |= CAM_AUTOSNS_VALID;
446 scb->io_ctx->ccb_h.status |= CAM_AUTOSNS_VALID;
556 scb->io_ctx = ccb;
954 ccb = scb->io_ctx;
1135 scb->io_ctx->ccb_h.status |= CAM_RELEASE_SIMQ;
H A Daic7xxx_osm.c320 CAM_DEBUG(scb->io_ctx->ccb_h.path, CAM_DEBUG_TRACE,
323 ccb = scb->io_ctx;
434 scb->io_ctx->ccb_h.status |= CAM_AUTOSNS_VALID;
527 scb->io_ctx = ccb;
939 ccb = scb->io_ctx;
1197 scb->io_ctx->ccb_h.status |= CAM_RELEASE_SIMQ;
H A Daic79xx_osm.h243 xpt_print_path(scb->io_ctx->ccb_h.path);
H A Daic7xxx_osm.h250 xpt_print_path(scb->io_ctx->ccb_h.path);
H A Daic79xx.h625 aic_io_ctx_t io_ctx; member in struct:scb
H A Daic7xxx.h589 aic_io_ctx_t io_ctx; member in struct:scb
H A Daic7xxx.c1289 && scb->io_ctx->ccb_h.func_code== XPT_RESET_DEV
5346 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code);
5353 && ((tag == scb->io_ctx->csio.tag_id)
5703 || (ctx != NULL && ctx != scb->io_ctx))
7592 ccbh = &scb->io_ctx->ccb_h;
H A Daic79xx.c2275 && scb->io_ctx->ccb_h.func_code== XPT_RESET_DEV
7299 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code);
7306 && ((tag == scb->io_ctx->csio.tag_id)
10117 ccbh = &scb->io_ctx->ccb_h;

Completed in 119 milliseconds