OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_txwin
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
gemvar.h
198
int
sc_txwin
; /* Tx descriptors since last Tx int */
member in struct:gem_softc
gem.c
960
sc->
sc_txwin
= 0;
1534
if (++sc->
sc_txwin
> GEM_NTXSEGS * 2 / 3) {
1535
sc->
sc_txwin
= 0;
1734
sc->
sc_txwin
= 0;
/src/sys/dev/pci/
if_sip.c
287
int
sc_txwin
; /* Tx descriptors since last intr */
member in struct:sip_softc
554
sc->
sc_txwin
= 0;
1687
if (++sc->
sc_txwin
>= (SIP_TXQUEUELEN * 2 / 3)) {
1691
sc->
sc_txwin
= 0;
2100
sc->
sc_txwin
= 0;
Completed in 16 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025