HomeSort by: relevance | last modified time | path
    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