Home
last modified time | relevance | path

Searched refs:edl_max_pio_alloc_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Def10_nic.c2113 if ((edlp->edl_max_pio_alloc_count > 0) && in ef10_nic_set_drv_limits()
2114 (edlp->edl_max_pio_alloc_count < blk_count)) { in ef10_nic_set_drv_limits()
2115 blk_count = edlp->edl_max_pio_alloc_count; in ef10_nic_set_drv_limits()
H A Defx.h1476 uint32_t edl_max_pio_alloc_count; member