Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf.h297 #define IAVF_FLAG_ALLMULTI_ON BIT(14) macro
A Diavf_virtchnl.c965 adapter->flags |= IAVF_FLAG_ALLMULTI_ON; in iavf_set_promiscuous()
978 if (adapter->flags & IAVF_FLAG_ALLMULTI_ON) { in iavf_set_promiscuous()
979 adapter->flags &= ~IAVF_FLAG_ALLMULTI_ON; in iavf_set_promiscuous()
A Diavf_main.c1179 !(adapter->flags & IAVF_FLAG_ALLMULTI_ON)) in iavf_set_rx_mode()
1182 adapter->flags & IAVF_FLAG_ALLMULTI_ON) in iavf_set_rx_mode()

Completed in 15 milliseconds