Searched refs:PRD (Results 1 – 3 of 3) sorted by relevance
31 Prep OS For OPAL PRD Installation32 [Documentation] Prepare OS for OPAL PRD tool installation.96 # Download and install PRD packages.
469 typedef struct PRD { struct473 } __attribute__((__packed__)) PRD; typedef503 #define CMD_TBL_SIZ(n) ((0x80 + ((n) * sizeof(PRD)) + 0x7F) & ~0x7F)
1190 PRD prd; in ahci_command_commit()1237 qtest_memwrite(ahci->parent->qts, table_ptr + 0x80 + (i * sizeof(PRD)), in ahci_command_commit()1238 &prd, sizeof(PRD)); in ahci_command_commit()