Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/ctl/
HDctl.c215 /*flags1*/ SCP_DISC | SCP_WCE,
231 /*flags1*/ SCP_WCE | SCP_RCD,
4289 caching_page->flags1 &= ~SCP_WCE; in ctl_init_page_index()
8945 if ((lun->MODE_CACHING.flags1 & SCP_WCE) == 0) in ctl_read_write()
9046 if ((lun->MODE_CACHING.flags1 & SCP_WCE) == 0) in ctl_cnw()
/freebsd-13-stable/sys/cam/scsi/
HDscsi_all.h792 #define SCP_WCE 0x04 macro