Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/scsi/
Dscsi_sa.h300 #define SA_CTRL_DP_RBDP 0x20 macro
Dscsi_sa.c4183 prot->rbdp = (dp_page->prot_bits & SA_CTRL_DP_RBDP) ? 1 :0; in sagetparams()
4334 if (dp_changeable->prot_bits & SA_CTRL_DP_RBDP) { in sasetprot()
4336 dp_page->prot_bits |= SA_CTRL_DP_RBDP; in sasetprot()
4338 dp_page->prot_bits &= ~SA_CTRL_DP_RBDP; in sasetprot()