Home
last modified time | relevance | path

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

/linux/drivers/staging/qlge/
A Dqlge_main.c2659 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()
A Dqlge.h1375 void *wq_base; /* pci_alloc:virtual addr for tx */ member

Completed in 19 milliseconds