OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntxbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sun3/dev/
if_ievar.h
10
#define
NTXBUF
2 /* number of transmit buffer/command pairs */
85
int
ntxbuf
; /* number of tx frames/buffers */
member in struct:ie_softc
106
volatile struct ie_xmit_cmd *xmit_cmds[
NTXBUF
];
107
volatile struct ie_xmit_buf *xmit_buffs[
NTXBUF
];
108
char *xmit_cbuffs[
NTXBUF
];
if_ie.c
298
sc->
ntxbuf
=
NTXBUF
; /* XXX - Fix me... */
323
(sc->sc_msize >> 10), sc->
ntxbuf
, sc->nframes, sc->nrxbuf);
631
sc->xctail = (sc->xctail + 1) %
NTXBUF
;
964
while (sc->xmit_busy < sc->
ntxbuf
) {
1001
sc->xchead = (sc->xchead + 1) % sc->
ntxbuf
;
1166
for (i = 0; i <
NTXBUF
; i++) {
1179
for (i = 0; i <
NTXBUF
; i++) {
1206
for (i = 0; i <
NTXBUF
; i++) {
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025