Home
last modified time | relevance | path

Searched refs:promisc_all (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Dvport.h93 int *promisc_all);
97 int promisc_all);
Dmlx5_ifc.h2819 u8 promisc_all[0x1]; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c833 int *promisc_all) in mlx5_query_nic_vport_promisc() argument
851 *promisc_all = MLX5_GET(query_nic_vport_context_out, out, in mlx5_query_nic_vport_promisc()
852 nic_vport_context.promisc_all); in mlx5_query_nic_vport_promisc()
863 int promisc_all) in mlx5_modify_nic_vport_promisc() argument
879 nic_vport_context.promisc_all, promisc_all); in mlx5_modify_nic_vport_promisc()
Deswitch.c769 int promisc_all = 0; in esw_update_vport_rx_mode() local
778 &promisc_all); in esw_update_vport_rx_mode()
782 vport_num, promisc_all, promisc_mc); in esw_update_vport_rx_mode()
787 promisc_all = 0; in esw_update_vport_rx_mode()
790 esw_apply_vport_rx_mode(esw, vport_num, promisc_all, in esw_update_vport_rx_mode()
791 (promisc_all || promisc_mc)); in esw_update_vport_rx_mode()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c693 int promisc_all; in i40evf_set_promiscuous() local
702 promisc_all = FLAG_VF_UNICAST_PROMISC | in i40evf_set_promiscuous()
704 if ((flags & promisc_all) == promisc_all) { in i40evf_set_promiscuous()