Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_wm.c347 txdescs_t *txq_descs_u; member
352 #define txq_descs txq_descs_u->sctxu_txdescs
353 #define txq_nq_descs txq_descs_u->sctxu_nq_txdescs
7778 (void **)&txq->txq_descs_u, BUS_DMA_COHERENT)) != 0) { in wm_alloc_tx_descs()
7793 txq->txq_descs_u, WM_TXDESCS_SIZE(txq), NULL, 0)) != 0) { in wm_alloc_tx_descs()
7805 bus_dmamem_unmap(sc->sc_dmat, (void *)txq->txq_descs_u, in wm_alloc_tx_descs()
7819 bus_dmamem_unmap(sc->sc_dmat, (void *)txq->txq_descs_u, in wm_free_tx_descs()