OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_free_bd
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_bnx.c
3985
uint16_t
min_free_bd
;
local in function:bnx_get_buf
4002
min_free_bd
= (MCLBYTES + PAGE_SIZE - 1) / PAGE_SIZE;
4004
min_free_bd
= (BNX_MAX_JUMBO_MRU + PAGE_SIZE - 1) / PAGE_SIZE;
4005
while (sc->free_rx_bd >=
min_free_bd
) {
Completed in 15 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025