Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dboard.c210 p->rx_slots_reqd = SGMII_CAL_SLOTS; in nlm_setup_port_defaults()
220 p->rx_slots_reqd = IL8_CAL_SLOTS; in nlm_setup_port_defaults()
229 p->rx_slots_reqd = XAUI_CAL_SLOTS; in nlm_setup_port_defaults()
H A Dboard.h81 int rx_slots_reqd; member
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c89 if (cfg[port].rx_slots_reqd) in nlm_setup_rx_cal_cfg()
90 rx_slots += cfg[port].rx_slots_reqd; in nlm_setup_rx_cal_cfg()
104 if (cfg[port].rx_slots_reqd > 0) { in nlm_setup_rx_cal_cfg()
109 cfg[port].rx_slots_reqd--; in nlm_setup_rx_cal_cfg()
H A Dxlpge.c512 sc->portcfg[port].rx_slots_reqd = p->rx_slots_reqd; in nlm_setup_portcfg()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h576 uint32_t rx_slots_reqd; member