Searched refs:Oacs (Results 1 – 4 of 4) sorted by relevance
393 UINT16 Oacs; /* Optional Admin Command Support */ member
1363 OACS *Oacs; in NvmeSecuritySendReceive() local1367 Oacs = (OACS *)&Nvme->ControllerData->Oacs; in NvmeSecuritySendReceive()1372 if (Oacs->Security == 0) { in NvmeSecuritySendReceive()
345 UINT16 Oacs; /* Optional Admin Command Support */ member
244 if ((Private->ControllerData->Oacs & SECURITY_SEND_RECEIVE_SUPPORTED) != 0) { in EnumerateNvmeDevNamespace()