Home
last modified time | relevance | path

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

/src/sys/dev/iavf/
H A Diavf_lib.h217 #define IAVF_FLAG_AQ_CONFIGURE_PROMISC (u32)(1 << 9) macro
H A Diavf_lib.c1208 iavf_send_vc_msg(sc, IAVF_FLAG_AQ_CONFIGURE_PROMISC); in iavf_config_promisc()
1280 iavf_send_vc_msg(sc, IAVF_FLAG_AQ_CONFIGURE_PROMISC); in iavf_multi_set()
H A Diavf_vc_common.c882 case IAVF_FLAG_AQ_CONFIGURE_PROMISC: in iavf_vc_send_cmd()