Searched refs:pq_ex (Results 1 – 2 of 2) sorted by relevance
778 struct ioat_pq_ext_descriptor *pq_ex = ext ? ext->pq_ex : NULL; in dump_pq_desc_dbg() local779 struct ioat_raw_descriptor *descs[] = { (void *) pq, (void *) pq_ex }; in dump_pq_desc_dbg()787 (unsigned long long) (pq_ex ? pq_ex->next : pq->next), in dump_pq_desc_dbg()849 struct ioat_pq_ext_descriptor *pq_ex = NULL; in __ioat3_prep_pq_lock() local897 pq_ex = ext->pq_ex; in __ioat3_prep_pq_lock()900 descs[1] = (struct ioat_raw_descriptor *) pq_ex; in __ioat3_prep_pq_lock()
125 struct ioat_pq_ext_descriptor *pq_ex; member