Searched refs:promisc_en (Results 1 – 3 of 3) sorted by relevance
144 int broadcast_en, int multicast_en, int pause_en, int promisc_en) in nlm_nae_setup_rx_mode_sgmii() argument157 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()
141 int broadcast_en, int multicast_en, int pause_en, int promisc_en) in nlm_nae_setup_rx_mode_xaui() argument148 ((promisc_en & 0x1) << 7) | /* unicast_enable - enables promisc mode */ in nlm_nae_setup_rx_mode_xaui()
341 hns3_handle_promisc_info(struct hns3_hw *hw, uint16_t promisc_en) in hns3_handle_promisc_info() argument343 if (!promisc_en) { in hns3_handle_promisc_info()