Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_sa.h297 #define SA_CTRL_DP_RBDP 0x20 macro
H A Dscsi_sa.c4175 prot->rbdp = (dp_page->prot_bits & SA_CTRL_DP_RBDP) ? 1 :0; in sagetparams()
4326 if (dp_changeable->prot_bits & SA_CTRL_DP_RBDP) { in sasetprot()
4328 dp_page->prot_bits |= SA_CTRL_DP_RBDP; in sasetprot()
4330 dp_page->prot_bits &= ~SA_CTRL_DP_RBDP; in sasetprot()