OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tx_cons
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_casvar.h
186
uint32_t sc_tx_cnt, sc_tx_prod,
sc_tx_cons
;
member in struct:cas_softc
/src/sys/arch/sparc64/dev/
vnet.c
165
u_int
sc_tx_cons
;
member in struct:vnet_softc
811
if (dm->desc_handle != sc->
sc_tx_cons
) {
816
cons = sc->
sc_tx_cons
& (sc->sc_vd->vd_nentries - 1);
824
sc->
sc_tx_cons
++;
935
cons = sc->
sc_tx_cons
& (sc->sc_vd->vd_nentries - 1);
944
sc->
sc_tx_cons
++;
945
cons = sc->
sc_tx_cons
& (sc->sc_vd->vd_nentries - 1);
948
count = sc->sc_tx_prod - sc->
sc_tx_cons
;
980
sc->sc_tx_prod = sc->
sc_tx_cons
= 0;
1184
count = sc->sc_tx_prod - sc->
sc_tx_cons
;
[
all
...]
vdsk.c
171
int
sc_tx_cons
;
member in struct:vdsk_softc
722
sc->sc_tx_prod = sc->
sc_tx_cons
;
774
cons = sc->
sc_tx_cons
;
782
sc->
sc_tx_cons
= cons;
Completed in 13 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025