Searched refs:wq_base (Results 1 – 2 of 2) sorted by relevance
2659 mac_iocb_ptr = tx_ring->wq_base; in qlge_init_tx_ring()2674 if (tx_ring->wq_base) { in qlge_free_tx_resources()2676 tx_ring->wq_base, tx_ring->wq_base_dma); in qlge_free_tx_resources()2677 tx_ring->wq_base = NULL; in qlge_free_tx_resources()2686 tx_ring->wq_base = in qlge_alloc_tx_resources()2690 if (!tx_ring->wq_base || in qlge_alloc_tx_resources()2703 tx_ring->wq_base, tx_ring->wq_base_dma); in qlge_alloc_tx_resources()2704 tx_ring->wq_base = NULL; in qlge_alloc_tx_resources()
1375 void *wq_base; /* pci_alloc:virtual addr for tx */ member