Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/nlm/dev/net/
HDsgmii.c142 int broadcast_en, int multicast_en, int pause_en, int promisc_en) in nlm_nae_setup_rx_mode_sgmii() argument
155 if (promisc_en == 1) { in nlm_nae_setup_rx_mode_sgmii()
172 ((promisc_en & 0x1) << 7) | /* unicast_enable - enables promisc mode */ in nlm_nae_setup_rx_mode_sgmii()
HDxaui.c140 int broadcast_en, int multicast_en, int pause_en, int promisc_en) in nlm_nae_setup_rx_mode_xaui() argument
147 ((promisc_en & 0x1) << 7) | /* unicast_enable - enables promisc mode */ in nlm_nae_setup_rx_mode_xaui()
/freebsd-11-stable/sys/dev/vxge/vxgehal/
HDvxgehal-virtualpath.h116 u32 promisc_en; member
HDvxgehal-virtualpath.c3711 if (vpath->promisc_en == VXGE_HAL_VP_PROMISC_ENABLE) { in vxge_hal_vpath_promisc_enable()
3734 vpath->promisc_en = VXGE_HAL_VP_PROMISC_ENABLE; in vxge_hal_vpath_promisc_enable()
3774 if (vpath->promisc_en == VXGE_HAL_VP_PROMISC_DISABLE) { in vxge_hal_vpath_promisc_disable()
3812 vpath->promisc_en = VXGE_HAL_VP_PROMISC_DISABLE; in vxge_hal_vpath_promisc_disable()
8569 if (vpath->promisc_en == VXGE_HAL_VP_PROMISC_ENABLE) { in __hal_vpath_mac_configure()
/freebsd-11-stable/sys/dev/mlx5/
HDmlx5_ifc.h3017 u8 promisc_en[0x1]; member