Searched refs:cq_entries (Results 1 – 2 of 2) sorted by relevance
310 cmdQ_e *q = Q->cq_entries; in sge_data_out()1387 Q->cq_entries = pe_os_malloc_contig_wait_zero(sge->obj, in alloc_tx_resources()1390 if (!Q->cq_entries) in alloc_tx_resources()1392 memset(Q->cq_entries, 0, size); in alloc_tx_resources()1623 if (Q->cq_entries) { in free_tx_resources()1625 pe_os_free_contig(sge->obj, size, Q->cq_entries, in free_tx_resources()
254 cmdQ_e *cq_entries; member