Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dboard.h90 int max_stg2_offset; member
H A Dboard.c178 p->max_stg2_offset = XLP3XX_MAX_STG2_OFFSET; in nlm_setup_port_defaults()
194 p->max_stg2_offset = XLP8XX_MAX_STG2_OFFSET; in nlm_setup_port_defaults()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c588 if (offset > cfg[hwport].max_stg2_offset) in config_egress_fifo_carvings()
589 offset = cfg[hwport].max_stg2_offset; in config_egress_fifo_carvings()
703 max_credit = cfg[hwport].max_stg2_offset + 1; in config_egress_fifo_credits()
H A Dxlpge.c522 sc->portcfg[port].max_stg2_offset = p->max_stg2_offset; in nlm_setup_portcfg()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h584 uint32_t max_stg2_offset; member