Searched refs:pgt_dma_alloc_queue (Results 1 – 1 of 1) sorted by relevance
180 int pgt_dma_alloc_queue(struct pgt_softc *sc, enum pgt_queue pq);3082 error = pgt_dma_alloc_queue(sc, PGT_QUEUE_DATA_LOW_RX); in pgt_dma_alloc()3086 error = pgt_dma_alloc_queue(sc, PGT_QUEUE_DATA_LOW_TX); in pgt_dma_alloc()3090 error = pgt_dma_alloc_queue(sc, PGT_QUEUE_DATA_HIGH_RX); in pgt_dma_alloc()3094 error = pgt_dma_alloc_queue(sc, PGT_QUEUE_DATA_HIGH_TX); in pgt_dma_alloc()3098 error = pgt_dma_alloc_queue(sc, PGT_QUEUE_MGMT_RX); in pgt_dma_alloc()3102 error = pgt_dma_alloc_queue(sc, PGT_QUEUE_MGMT_TX); in pgt_dma_alloc()3116 pgt_dma_alloc_queue(struct pgt_softc *sc, enum pgt_queue pq) in pgt_dma_alloc_queue() function