Searched refs:wq_base (Results 1 – 2 of 2) sorted by relevance
2663 mac_iocb_ptr = tx_ring->wq_base; in qlge_init_tx_ring()2678 if (tx_ring->wq_base) { in qlge_free_tx_resources()2680 tx_ring->wq_base, tx_ring->wq_base_dma); in qlge_free_tx_resources()2681 tx_ring->wq_base = NULL; in qlge_free_tx_resources()2690 tx_ring->wq_base = in qlge_alloc_tx_resources()2694 if (!tx_ring->wq_base || in qlge_alloc_tx_resources()2707 tx_ring->wq_base, tx_ring->wq_base_dma); in qlge_alloc_tx_resources()2708 tx_ring->wq_base = NULL; in qlge_alloc_tx_resources()
1375 void *wq_base; /* pci_alloc:virtual addr for tx */ member