Home
last modified time | relevance | path

Searched refs:max_frout_offset (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/nlm/
H A Dboard.h92 int max_frout_offset; member
H A Dboard.c180 p->max_frout_offset = XLP3XX_MAX_FREE_OUT_OFFSET; in nlm_setup_port_defaults()
196 p->max_frout_offset = XLP8XX_MAX_FREE_OUT_OFFSET; in nlm_setup_port_defaults()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c626 if (offset > cfg[hwport].max_frout_offset) in config_egress_fifo_carvings()
627 offset = cfg[hwport].max_frout_offset; in config_egress_fifo_carvings()
727 max_credit = cfg[hwport].max_frout_offset + 1; in config_egress_fifo_credits()
H A Dxlpge.c524 sc->portcfg[port].max_frout_offset = p->max_frout_offset; in nlm_setup_portcfg()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h586 uint32_t max_frout_offset; member