Home
last modified time | relevance | path

Searched refs:PRD (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dos_utils_install.robot31 Prep OS For OPAL PRD Installation
32 [Documentation] Prepare OS for OPAL PRD tool installation.
96 # Download and install PRD packages.
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h469 typedef struct PRD { struct
473 } __attribute__((__packed__)) PRD; argument
503 #define CMD_TBL_SIZ(n) ((0x80 + ((n) * sizeof(PRD)) + 0x7F) & ~0x7F)
H A Dahci.c1190 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()