OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_fifo_addr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_wm.c
367
uint32_t
txq_fifo_addr
; /* internal address of start of FIFO */
member in struct:wm_txqueue
5517
txq->
txq_fifo_addr
= sc->sc_pba << PBA_ADDR_SHIFT;
7796
CSR_WRITE(sc, WMREG_TDFT, txq->
txq_fifo_addr
);
7797
CSR_WRITE(sc, WMREG_TDFH, txq->
txq_fifo_addr
);
7798
CSR_WRITE(sc, WMREG_TDFTS, txq->
txq_fifo_addr
);
7799
CSR_WRITE(sc, WMREG_TDFHS, txq->
txq_fifo_addr
);
Completed in 21 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025