Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c4775 int coal_min, int coal_max, uint32_t coal_chg_mask) in bge_sysctl_coal_chg() argument
4786 if (v < coal_min || v > coal_max) { in bge_sysctl_coal_chg()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c4572 int coal_min, int coal_max, uint32_t coal_chg_mask) in bnx_sysctl_coal_chg() argument
4583 if (v < coal_min || v > coal_max) { in bnx_sysctl_coal_chg()