Searched refs:AHCI_CMD_SLOT_SZ (Results 1 – 7 of 7) sorted by relevance
46 AHCI_CMD_SLOT_SZ = AHCI_MAX_CMDS * AHCI_CMD_SZ, enumerator52 AHCI_PORT_PRIV_DMA_SZ = AHCI_CMD_SLOT_SZ + AHCI_CMD_TBL_AR_SZ +54 AHCI_PORT_PRIV_FBS_DMA_SZ = AHCI_CMD_SLOT_SZ +
324 mem += AHCI_CMD_SLOT_SZ; in acard_ahci_port_start()325 mem_dma += AHCI_CMD_SLOT_SZ; in acard_ahci_port_start()
2382 mem += AHCI_CMD_SLOT_SZ; in ahci_port_start()2383 mem_dma += AHCI_CMD_SLOT_SZ; in ahci_port_start()
15 #define AHCI_CMD_SLOT_SZ 32 macro21 #define AHCI_PORT_PRIV_DMA_SZ (AHCI_CMD_SLOT_SZ * AHCI_MAX_CMD_SLOT + \
355 AHCI_CMD_SLOT_SZ * cmd_slot); in ahci_fill_cmd_slot()357 memset(cmd_hdr, 0, AHCI_CMD_SLOT_SZ); in ahci_fill_cmd_slot()466 mem += (AHCI_CMD_SLOT_SZ * DWC_AHSATA_MAX_CMD_SLOTS); in ahci_port_start()
590 mem += (AHCI_CMD_SLOT_SZ + 224); in ahci_port_start()
51 #define AHCI_CMD_SLOT_SZ sizeof(struct mtip_cmd_hdr) macro52 #define AHCI_CMD_TBL_SZ (MTIP_MAX_COMMAND_SLOTS * AHCI_CMD_SLOT_SZ)