Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c1032 uint32_t xif_cfg = 0; in nxge_xif_init() local
1069 xif_cfg |= CFG_XMAC_XIF_LFS; in nxge_xif_init()
1073 xif_cfg |= CFG_XMAC_XIF_1G_PCS_BYPASS; in nxge_xif_init()
1078 xif_cfg |= CFG_XMAC_XIF_LOOPBACK; in nxge_xif_init()
1081 xif_cfg |= CFG_XMAC_XIF_SEL_CLK_25MHZ; in nxge_xif_init()
1083 xif_cfg |= CFG_XMAC_XIF_TX_OUTPUT; in nxge_xif_init()
1093 xif_cfg |= CFG_XMAC_XIF_LED_POLARITY; in nxge_xif_init()
1095 xif_cfg |= CFG_XMAC_XIF_LED_FORCE; in nxge_xif_init()
1099 rs = npi_xmac_xif_config(handle, INIT, portn, xif_cfg); in nxge_xif_init()
1103 nxgep->mac.xif_config = xif_cfg; in nxge_xif_init()
[all …]