Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf.h269 #define I40EVF_FLAG_ALLMULTI_ON BIT(14) macro
Di40evf_virtchnl.c711 adapter->flags |= I40EVF_FLAG_ALLMULTI_ON; in i40evf_set_promiscuous()
718 I40EVF_FLAG_ALLMULTI_ON); in i40evf_set_promiscuous()
Di40evf_main.c904 !(adapter->flags & I40EVF_FLAG_ALLMULTI_ON)) in i40evf_set_rx_mode()
907 adapter->flags & I40EVF_FLAG_ALLMULTI_ON) in i40evf_set_rx_mode()