Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c1595 u32 xmac_rxctrl = 0; in ecore_link_init_bb() local
1630 xmac_rxctrl = ecore_rd(p_hwfn, p_ptt, in ecore_link_init_bb()
1632 xmac_rxctrl |= XMAC_REG_RX_CTRL_PROCESS_VARIABLE_PREAMBLE_BB; in ecore_link_init_bb()
1633 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_CTRL_BB + port_offset, xmac_rxctrl); in ecore_link_init_bb()