Searched defs:qat_queue (Results 1 – 1 of 1) sorted by relevance
20 struct qat_queue { struct21 char memz_name[RTE_MEMZONE_NAMESIZE];22 void *base_addr; /* Base address */24 uint32_t head; /* Shadow copy of the head */26 uint32_t modulo_mask;27 uint32_t msg_size;28 uint32_t queue_size;29 uint8_t trailz;30 uint8_t hw_bundle_number;31 uint8_t hw_queue_number;[all …]