Searched refs:CAM_TAG_ACTION_VALID (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h251 scb->io_ctx->ccb_h.flags |= CAM_TAG_ACTION_VALID;
253 scb->io_ctx->ccb_h.flags &= ~CAM_TAG_ACTION_VALID;
H A Daic79xx_osm.c531 if ((ccb->ccb_h.flags & CAM_TAG_ACTION_VALID) == 0
592 if (ccb->ccb_h.flags & CAM_TAG_ACTION_VALID)
H A Daic7xxx_osm.c558 if (ccb->ccb_h.flags & CAM_TAG_ACTION_VALID)
H A Daic7xxx.c7804 atio->ccb_h.flags |= CAM_TAG_ACTION_VALID;
7806 atio->ccb_h.flags &= ~CAM_TAG_ACTION_VALID;
H A Daic79xx.c10282 atio->ccb_h.flags |= CAM_TAG_ACTION_VALID;
10284 atio->ccb_h.flags &= ~CAM_TAG_ACTION_VALID;
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c465 (CAM_DIS_DISCONNECT|CAM_TAG_ACTION_VALID|CAM_DIR_MASK);
487 (flags & CAM_TAG_ACTION_VALID)?
/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c792 (CAM_DIS_DISCONNECT|CAM_TAG_ACTION_VALID|CAM_DIR_MASK);
888 (flags & CAM_TAG_ACTION_VALID) ? MSG_SIMPLE_Q_TAG : 0,
1353 CAM_TAG_ACTION_VALID);
1373 (flags & CAM_TAG_ACTION_VALID) ?
/freebsd-13-stable/sys/dev/isci/
H A Disci_io_request.c445 if((isci_request->ccb->ccb_h.flags & CAM_TAG_ACTION_VALID) != 0)
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.h477 (((ccb)->ccb_h.flags & CAM_TAG_ACTION_VALID) && \
H A Disp_freebsd.c1399 atiop->ccb_h.flags |= CAM_TAG_ACTION_VALID;
1403 atiop->ccb_h.flags |= CAM_TAG_ACTION_VALID;
1407 atiop->ccb_h.flags |= CAM_TAG_ACTION_VALID;
1411 atiop->ccb_h.flags |= CAM_TAG_ACTION_VALID;
/freebsd-13-stable/share/examples/scsi_target/
H A Dscsi_target.c572 (CAM_DIS_DISCONNECT | CAM_TAG_ACTION_VALID);
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h90 CAM_TAG_ACTION_VALID = 0x00008000,/* Use the tag action in this ccb*/ enumerator in enum:__anon8550
H A Dcam_xpt.c3476 work_ccb->ccb_h.flags |= CAM_TAG_ACTION_VALID;
3482 work_ccb->ccb_h.flags &= ~CAM_TAG_ACTION_VALID;
/freebsd-13-stable/sys/dev/vmware/pvscsi/
H A Dpvscsi.c1348 if (ccb_h->flags & CAM_TAG_ACTION_VALID) {
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9x.c1275 else if ((ecb->ccb->ccb_h.flags & CAM_TAG_ACTION_VALID) == 0)
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp_targ.c1476 atio->ccb_h.flags |= CAM_TAG_ACTION_VALID;
/freebsd-13-stable/sys/dev/iscsi/
H A Discsi.c2290 if ((ccb->ccb_h.flags & CAM_TAG_ACTION_VALID) != 0) {
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c2123 if ((ccb->ccb_h.flags & CAM_TAG_ACTION_VALID) != 0) {
5053 atiop->ccb_h.flags |= CAM_TAG_ACTION_VALID;
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2996 if ((ccb->ccb_h.flags & CAM_TAG_ACTION_VALID) != 0)
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c7482 tmp = ((ccb_h->flags & CAM_TAG_ACTION_VALID) != 0);

Completed in 383 milliseconds