Searched refs:promisc_all (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/
H A Dvport.h67 int *promisc_all);
72 int promisc_all);
94 bool promisc_all);
H A Dmlx5_ifc.h2369 u8 promisc_all[0x1]; member in struct:mlx5_ifc_nic_vport_context_bits
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c699 bool promisc_all)
716 if (promisc_all)
717 MLX5_SET(nic_vport_context, ctx, promisc_all, 1);
1447 int *promisc_all)
1465 *promisc_all = MLX5_GET(query_nic_vport_context_out, out,
1466 nic_vport_context.promisc_all);
1477 int promisc_all)
1495 nic_vport_context.promisc_all, promisc_all);
697 mlx5_set_nic_vport_promisc(struct mlx5_core_dev *mdev, int vport, bool promisc_mc, bool promisc_uc, bool promisc_all) argument
1443 mlx5_query_nic_vport_promisc(struct mlx5_core_dev *mdev, u16 vport, int *promisc_uc, int *promisc_mc, int *promisc_all) argument
1474 mlx5_modify_nic_vport_promisc(struct mlx5_core_dev *mdev, int promisc_uc, int promisc_mc, int promisc_all) argument

Completed in 189 milliseconds