Searched refs:AHCI_CMD_SLOT_SZ (Results 1 – 8 of 8) sorted by relevance
14 #define AHCI_CMD_SLOT_SZ 32 macro20 #define AHCI_PORT_PRIV_DMA_SZ (AHCI_CMD_SLOT_SZ * AHCI_MAX_CMD_SLOT + \
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 +
320 mem += AHCI_CMD_SLOT_SZ; in acard_ahci_port_start()321 mem_dma += AHCI_CMD_SLOT_SZ; in acard_ahci_port_start()
2540 mem += AHCI_CMD_SLOT_SZ; in ahci_port_start()2541 mem_dma += AHCI_CMD_SLOT_SZ; in ahci_port_start()
38 #define AHCI_CMD_SLOT_SZ (AHCI_MAX_CMDS * AHCI_CMD_SZ) macro44 #define AHCI_PORT_PRIV_DMA_SZ (AHCI_CMD_SLOT_SZ + AHCI_CMD_TBL_AR_SZ + \
354 AHCI_CMD_SLOT_SZ * cmd_slot); in ahci_fill_cmd_slot()356 memset(cmd_hdr, 0, AHCI_CMD_SLOT_SZ); in ahci_fill_cmd_slot()465 mem += (AHCI_CMD_SLOT_SZ * DWC_AHSATA_MAX_CMD_SLOTS); in ahci_port_start()
592 mem += (AHCI_CMD_SLOT_SZ + 224); in ahci_port_start()
50 #define AHCI_CMD_SLOT_SZ sizeof(struct mtip_cmd_hdr) macro51 #define AHCI_CMD_TBL_SZ (MTIP_MAX_COMMAND_SLOTS * AHCI_CMD_SLOT_SZ)