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 - 2
of
2
) 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
) {
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 148 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025