Searched refs:AHCI_CMD_TBL_HDR_SZ (Results 1 – 4 of 4) sorted by relevance
64 AHCI_CMD_TBL_HDR_SZ = 0x80, enumerator65 AHCI_CMD_TBL_SZ = AHCI_CMD_TBL_HDR_SZ + (AHCI_MAX_SG * 16),
232 struct acard_sg *acard_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; in acard_ahci_fill_sg()
1508 struct ahci_sg *ahci_sg = cmd_tbl + AHCI_CMD_TBL_HDR_SZ; in ahci_fill_sg()
65 #define AHCI_CMD_TBL_HDR_SZ 0x80 macro68 #define AHCI_CMD_TBL_SGL_OFFSET AHCI_CMD_TBL_HDR_SZ69 #define CMD_DMA_ALLOC_SZ (AHCI_CMD_TBL_SGL_SZ + AHCI_CMD_TBL_HDR_SZ)1157 command_sg = int_cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_exec_internal_command()1769 command_sg = command->command + AHCI_CMD_TBL_HDR_SZ; in fill_command_sg()