Home
last modified time | relevance | path

Searched refs:mq_data (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_mwx.c132 struct mwx_queue_data *mq_data; member
1605 q->mq_data = mallocarray(count, sizeof(*q->mq_data), in mwx_queue_alloc()
1607 if (q->mq_data == NULL) { in mwx_queue_alloc()
1616 &q->mq_data[i].md_map); in mwx_queue_alloc()
1635 if (q->mq_data != NULL) { in mwx_queue_free()
1638 struct mwx_queue_data *md = &q->mq_data[i]; in mwx_queue_free()
1642 free(q->mq_data, M_DEVBUF, q->mq_count * sizeof(*q->mq_data)); in mwx_queue_free()
1698 md = &q->mq_data[i]; in mwx_queue_reset()
1765 rv = mwx_buf_fill(sc, &q->mq_data[idx], &q->mq_desc[idx]); in mwx_queue_fill()
1894 md = &q->mq_data[idx]; in mwx_dma_tx_enqueue()
[all …]