OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_MBS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
elink3var.h
51
#define
MAX_MBS
8 /* # of mbufs we keep around */
52
struct mbuf *mb[
MAX_MBS
]; /* spare mbuf storage. */
elink3.c
1556
sc->next_mb = (sc->next_mb + 1) %
MAX_MBS
;
1911
i = (i + 1) %
MAX_MBS
;
1926
for (i = 0; i <
MAX_MBS
; i++) {
Completed in 11 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025