Searched refs:ahci_cl_t (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.h133 } __attribute__((packed)) ahci_cl_t; typedef in typeref:struct:__anon188
160 static_assert(sizeof(ahci_cl_t) == 0x20, "unexpected command list size");
H A Dahci.c56 ahci_cl_t* cl;
284 ahci_cl_t* cl = port->cl + slot;
384 size_t mem_sz = sizeof(ahci_fis_t) + sizeof(ahci_cl_t) * AHCI_MAX_COMMANDS
404 mem_phys += sizeof(ahci_cl_t) * AHCI_MAX_COMMANDS;
406 mem += sizeof(ahci_cl_t) * AHCI_MAX_COMMANDS;

Completed in 77 milliseconds