Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dboard.c211 p->tx_slots_reqd = SGMII_CAL_SLOTS; in nlm_setup_port_defaults()
221 p->tx_slots_reqd = IL8_CAL_SLOTS; in nlm_setup_port_defaults()
230 p->tx_slots_reqd = XAUI_CAL_SLOTS; in nlm_setup_port_defaults()
H A Dboard.h82 int tx_slots_reqd; member
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c126 if (cfg[port].tx_slots_reqd) in nlm_setup_tx_cal_cfg()
127 tx_slots += cfg[port].tx_slots_reqd; in nlm_setup_tx_cal_cfg()
140 if (cfg[port].tx_slots_reqd > 0) { in nlm_setup_tx_cal_cfg()
145 cfg[port].tx_slots_reqd--; in nlm_setup_tx_cal_cfg()
H A Dxlpge.c513 sc->portcfg[port].tx_slots_reqd = p->tx_slots_reqd; in nlm_setup_portcfg()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h577 uint32_t tx_slots_reqd; member