OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_txsring
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
athnvar.h
564
void *
sc_txsring
;
member in struct:athn_softc
arn9003.c
652
(void **)&sc->
sc_txsring
, BUS_DMA_NOWAIT | BUS_DMA_COHERENT);
656
error = bus_dmamap_load(sc->sc_dmat, sc->sc_txsmap, sc->
sc_txsring
,
736
if (sc->
sc_txsring
!= NULL) {
738
bus_dmamem_unmap(sc->sc_dmat, (void *)sc->
sc_txsring
,
826
memset(sc->
sc_txsring
, 0, AR9003_NTXSTATUS * sizeof(struct ar_tx_status));
1107
ds = &((struct ar_tx_status *)sc->
sc_txsring
)[sc->sc_txscur];
Completed in 15 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025