Searched refs:GITS_CMDQ_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance
1283 cq_offset = (rd_offset * GITS_CMDQ_ENTRY_SIZE); in process_cmdq()1285 buflen = GITS_CMDQ_ENTRY_SIZE; in process_cmdq()1288 if (!hostmem || buflen != GITS_CMDQ_ENTRY_SIZE) { in process_cmdq()1534 GITS_CMDQ_ENTRY_SIZE; in extract_cmdq_params()
349 #define GITS_CMDQ_ENTRY_SIZE (GITS_CMDQ_ENTRY_WORDS * sizeof(uint64_t)) macro