Searched refs:AHCI_CMD_TBL_HDR_SZ (Results 1 – 4 of 4) sorted by relevance
49 AHCI_CMD_TBL_HDR_SZ = 0x80, enumerator50 AHCI_CMD_TBL_SZ = AHCI_CMD_TBL_HDR_SZ + (AHCI_MAX_SG * 16),
185 struct acard_sg *acard_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; in acard_ahci_fill_sg()
1596 struct ahci_sg *ahci_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; in ahci_fill_sg()
56 #define AHCI_CMD_TBL_HDR_SZ 0x80 macro59 #define AHCI_CMD_TBL_SGL_OFFSET AHCI_CMD_TBL_HDR_SZ60 #define CMD_DMA_ALLOC_SZ (AHCI_CMD_TBL_SGL_SZ + AHCI_CMD_TBL_HDR_SZ)1467 command_sg = command->command + AHCI_CMD_TBL_HDR_SZ; in fill_command_sg()3466 command_sg = cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_issue_reserved_cmd()