Searched refs:pq_ex (Results 1 – 2 of 2) sorted by relevance
281 struct ioat_pq_ext_descriptor *pq_ex = ext ? ext->pq_ex : NULL; in dump_pq_desc_dbg() local282 struct ioat_raw_descriptor *descs[] = { (void *) pq, (void *) pq_ex }; in dump_pq_desc_dbg()290 (unsigned long long) (pq_ex ? pq_ex->next : pq->next), in dump_pq_desc_dbg()351 struct ioat_pq_ext_descriptor *pq_ex = NULL; in __ioat_prep_pq_lock() local400 pq_ex = ext->pq_ex; in __ioat_prep_pq_lock()403 descs[1] = (struct ioat_raw_descriptor *) pq_ex; in __ioat_prep_pq_lock()
183 struct ioat_pq_ext_descriptor *pq_ex; member