Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/
H A Dsgmii.c144 int broadcast_en, int multicast_en, int pause_en, int promisc_en) in nlm_nae_setup_rx_mode_sgmii() argument
157 if (promisc_en == 1) { in nlm_nae_setup_rx_mode_sgmii()
174 ((promisc_en & 0x1) << 7) | /* unicast_enable - enables promisc mode */ in nlm_nae_setup_rx_mode_sgmii()
H A Dxaui.c141 int broadcast_en, int multicast_en, int pause_en, int promisc_en) in nlm_nae_setup_rx_mode_xaui() argument
148 ((promisc_en & 0x1) << 7) | /* unicast_enable - enables promisc mode */ in nlm_nae_setup_rx_mode_xaui()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c341 hns3_handle_promisc_info(struct hns3_hw *hw, uint16_t promisc_en) in hns3_handle_promisc_info() argument
343 if (!promisc_en) { in hns3_handle_promisc_info()