OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_tx
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
mtd803var.h
69
volatile unsigned int
cur_tx
;
member in struct:mtd_softc
/src/sys/dev/pci/
if_msk.c
2176
struct msk_tx_desc *
cur_tx
;
local in function:msk_txeof
2197
cur_tx
= &sc_if->sk_rdata->sk_tx_ring[idx];
2198
sk_ctl =
cur_tx
->sk_ctl;
2201
msk_dump_txdesc(
cur_tx
, idx);
if_sk.c
2124
struct sk_tx_desc *
cur_tx
;
local in function:sk_txeof
2140
cur_tx
= &sc_if->sk_rdata->sk_tx_ring[idx];
2141
sk_ctl = le32toh(
cur_tx
->sk_ctl);
2144
sk_dump_txdesc(
cur_tx
, idx);
if_ti.c
2046
struct ti_tx_desc *
cur_tx
= NULL;
local in function:ti_txeof_tigon1
2072
cur_tx
= &sc->ti_tx_ring_nic[idx % 128];
2073
if (
cur_tx
->ti_flags & TI_BDFLAG_END)
2093
if (
cur_tx
!= NULL)
2100
struct ti_tx_desc *
cur_tx
= NULL;
local in function:ti_txeof_tigon2
2117
cur_tx
= &sc->ti_rdata->ti_tx_ring[idx];
2118
if (
cur_tx
->ti_flags & TI_BDFLAG_END)
2142
if (
cur_tx
!= NULL)
if_bge.c
4658
struct bge_tx_bd *
cur_tx
= NULL;
local in function:bge_txeof
4703
cur_tx
= &sc->bge_rdata->bge_tx_ring[idx];
4704
if (
cur_tx
->bge_flags & BGE_TXBDFLAG_END)
/src/sys/dev/marvell/
if_mvgbe.c
2085
struct mvgbe_tx_desc *
cur_tx
;
local in function:mvgbe_txeof
2102
cur_tx
= &sc->sc_rdata->mvgbe_tx_ring[idx];
2105
mvgbe_dump_txdesc(
cur_tx
, idx);
2107
txstat = MVGBE2H32(
cur_tx
->cmdsts);
Completed in 25 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025