OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txthresh
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mips/atheros/dev/
if_ae.c
853
int handled = 0,
txthresh
;
local in function:ae_intr
914
txthresh
= sc->sc_txthresh + 1;
915
if (ae_txthresh[
txthresh
].txth_name != NULL) {
921
sc->sc_txthresh =
txthresh
;
924
ae_txthresh[
txthresh
].txth_opmode;
928
ae_txthresh[
txthresh
].txth_name);
/src/sys/dev/ic/
atw.c
2817
int
txthresh
, s;
local in function:atw_softintr
2907
txthresh
= sc->sc_txthresh + 1;
2909
sc->sc_txth[
txthresh
].txth_name != NULL) {
2913
sc->sc_txthresh =
txthresh
;
2916
sc->sc_txth[
txthresh
].txth_opmode;
2919
sc->sc_txth[
txthresh
].txth_name);
tulip.c
1017
int handled = 0,
txthresh
;
local in function:tlp_intr
1098
txthresh
= sc->sc_txthresh + 1;
1099
if (sc->sc_txth[
txthresh
].txth_name != NULL) {
1103
sc->sc_txthresh =
txthresh
;
1106
sc->sc_txth[
txthresh
].txth_opmode;
1110
sc->sc_txth[
txthresh
].txth_name);
Completed in 57 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025