Home
last modified time | relevance | path

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

/freebsd/sys/dev/enetc/
H A Dif_enetc.c593 ENETC_PORT_WR4(sc, ENETC_PSIPMAR0(0), low); in enetc_set_hwaddr()
615 ENETC_PORT_WR4(sc, ENETC_PRSSK(i), reg); in enetc_setup_rss()
691 ENETC_PORT_WR4(sc, ENETC_PM0_CMD_CFG, in enetc_init_hw()
694 ENETC_PORT_WR4(sc, ENETC_PM0_RX_FIFO, ENETC_PM0_RX_FIFO_VAL); in enetc_init_hw()
698 ENETC_PORT_WR4(sc, ENETC_PSICFGR0(0), val); in enetc_init_hw()
699 ENETC_PORT_WR4(sc, ENETC_PSIPVMR, ENETC_PSIPVMR_SET_VUTA(1)); in enetc_init_hw()
700 ENETC_PORT_WR4(sc, ENETC_PVCLCTR, ENETC_VLAN_TYPE_C | ENETC_VLAN_TYPE_S); in enetc_init_hw()
701 ENETC_PORT_WR4(sc, ENETC_PSIVLANFMR, ENETC_PSIVLANFMR_VS); in enetc_init_hw()
702 ENETC_PORT_WR4(sc, ENETC_PAR_PORT_CFG, ENETC_PAR_PORT_L4CD); in enetc_init_hw()
703 ENETC_PORT_WR4(sc, ENETC_PMR, ENETC_PMR_SI0EN | ENETC_PMR_PSPEED_1000M); in enetc_init_hw()
[all …]
H A Denetc.h112 #define ENETC_PORT_WR4(sc, reg, value) \ macro