Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dboard.h93 int max_ms_offset; member
H A Dboard.c181 p->max_ms_offset = XLP3XX_MAX_MS_OFFSET; in nlm_setup_port_defaults()
197 p->max_ms_offset = XLP8XX_MAX_MS_OFFSET; in nlm_setup_port_defaults()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c645 if (offset > cfg[hwport].max_ms_offset) in config_egress_fifo_carvings()
646 offset = cfg[hwport].max_ms_offset; in config_egress_fifo_carvings()
739 max_credit = cfg[hwport].max_ms_offset + 1; in config_egress_fifo_credits()
H A Dxlpge.c525 sc->portcfg[port].max_ms_offset = p->max_ms_offset; in nlm_setup_portcfg()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h587 uint32_t max_ms_offset; member