Searched refs:AHCI_CMD_TBL_HDR_SZ (Results 1 – 4 of 4) sorted by relevance
48 AHCI_CMD_TBL_HDR_SZ = 0x80, enumerator49 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()
1647 struct ahci_sg *ahci_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; in ahci_fill_sg()
55 #define AHCI_CMD_TBL_HDR_SZ 0x80 macro58 #define AHCI_CMD_TBL_SGL_OFFSET AHCI_CMD_TBL_HDR_SZ59 #define CMD_DMA_ALLOC_SZ (AHCI_CMD_TBL_SGL_SZ + AHCI_CMD_TBL_HDR_SZ)1455 command_sg = command->command + AHCI_CMD_TBL_HDR_SZ; in fill_command_sg()3292 command_sg = cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_issue_reserved_cmd()