Searched refs:AHCI_MAX_CMDS (Results 1 – 2 of 2) sorted by relevance
35 #define AHCI_MAX_CMDS 32 macro37 #define AHCI_CMD_SLOT_SZ (AHCI_MAX_CMDS * AHCI_CMD_SZ)42 #define AHCI_CMD_TBL_AR_SZ (AHCI_CMD_TBL_SZ * AHCI_MAX_CMDS)322 NCQTransferState ncq_tfs[AHCI_MAX_CMDS];
632 ide_state->ncq_queues = AHCI_MAX_CMDS; in ahci_reset_port()649 for (i = 0; i < AHCI_MAX_CMDS; i++) { in ahci_reset_port()1188 if (port >= s->ports || slot >= AHCI_MAX_CMDS) { in get_cmd_header()1455 for (i = 0; i < AHCI_MAX_CMDS; i++) { in ahci_restart()1694 VMSTATE_STRUCT_ARRAY(ncq_tfs, AHCIDevice, AHCI_MAX_CMDS,1730 for (j = 0; j < AHCI_MAX_CMDS; j++) { in ahci_state_post_load()1775 if (ad->busy_slot < 0 || ad->busy_slot >= AHCI_MAX_CMDS) { in ahci_state_post_load()