OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_txbufs
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/mips/alchemy/dev/
if_aumac.c
133
struct aumac_buf
sc_txbufs
[AUMAC_NTXDESC];
member in struct:aumac_softc
287
sc->
sc_txbufs
[i].buf_vaddr = vbufaddr + offset;
288
sc->
sc_txbufs
[i].buf_paddr = bufaddr + offset;
421
(void *)sc->
sc_txbufs
[nexttx].buf_vaddr);
425
memset((char *)sc->
sc_txbufs
[nexttx].buf_vaddr +
437
sc->
sc_txbufs
[nexttx].buf_paddr | TX_ADDR_EN);
770
MACDMA_TX_ADDR(i), sc->
sc_txbufs
[i].buf_paddr);
/src/sys/dev/ic/
athnvar.h
558
SIMPLEQ_HEAD(, athn_tx_buf)
sc_txbufs
;
arn5008.c
526
SIMPLEQ_INIT(&sc->
sc_txbufs
);
544
SIMPLEQ_INSERT_TAIL(&sc->
sc_txbufs
, bf, bf_list);
1025
SIMPLEQ_INSERT_TAIL(&sc->
sc_txbufs
, bf, bf_list);
1052
if (!SIMPLEQ_EMPTY(&sc->
sc_txbufs
)) {
1159
if (SIMPLEQ_EMPTY(&sc->
sc_txbufs
))
1322
bf = SIMPLEQ_FIRST(&sc->
sc_txbufs
);
1661
SIMPLEQ_REMOVE_HEAD(&sc->
sc_txbufs
, bf_list);
arn9003.c
687
SIMPLEQ_INIT(&sc->
sc_txbufs
);
704
SIMPLEQ_INSERT_TAIL(&sc->
sc_txbufs
, bf, bf_list);
1175
SIMPLEQ_INSERT_TAIL(&sc->
sc_txbufs
, bf, bf_list);
1197
if (!SIMPLEQ_EMPTY(&sc->
sc_txbufs
)) {
1317
if (SIMPLEQ_EMPTY(&sc->
sc_txbufs
))
1475
bf = SIMPLEQ_FIRST(&sc->
sc_txbufs
);
1843
SIMPLEQ_REMOVE_HEAD(&sc->
sc_txbufs
, bf_list);
athn.c
207
sc->sc_bcnbuf = SIMPLEQ_FIRST(&sc->
sc_txbufs
);
208
SIMPLEQ_REMOVE_HEAD(&sc->
sc_txbufs
, bf_list);
1829
SIMPLEQ_INSERT_TAIL(&sc->
sc_txbufs
, bf, bf_list);
2643
if (SIMPLEQ_EMPTY(&sc->
sc_txbufs
)) {
Completed in 19 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025