Searched defs:ahci_cmd_table_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c363 static size_t ahci_cmd_table_size; variable
890 ahci_cmd_table_size = (sizeof (ahci_cmd_table_t) +
896 " ahci_cmd_table_size is 0x%x",
897 ahci_dma_prdt_number, ahci_cmd_table_size);
2133 bzero((void *)cmd_table, ahci_cmd_table_size);
2379 ahci_cmd_table_size,
5042 bzero((void *)cmd_table, ahci_cmd_table_size);
5064 ahci_cmd_table_size,
5105 bzero((void *)cmd_table, ahci_cmd_table_size);
5124 ahci_cmd_table_size,
[all...]

Completed in 68 milliseconds