Searched refs:MLX4_PROT_ETH (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mcg.c | 527 mgm->members_count = cpu_to_be32(members_count | MLX4_PROT_ETH << 30); in add_promisc_qp() 592 mgm->members_count = cpu_to_be32(members_count | MLX4_PROT_ETH << 30); in remove_promisc_qp() 656 (MLX4_PROT_ETH << 30)); in remove_promisc_qp() 704 u8 op_mod = (prot == MLX4_PROT_ETH) ? in find_entry() 1191 if (prot == MLX4_PROT_ETH && index != -1) { in mlx4_qp_attach_common() 1248 if (prot == MLX4_PROT_ETH && in mlx4_qp_detach_common() 1271 if (prot == MLX4_PROT_ETH) in mlx4_qp_detach_common() 1274 if (members_count && (prot != MLX4_PROT_ETH || !removed_entry)) { in mlx4_qp_detach_common() 1388 case MLX4_PROT_ETH: in mlx4_trans_to_dmfs_attach() 1413 if (prot == MLX4_PROT_ETH) in mlx4_multicast_attach() [all …]
|
H A D | en_main.c | 396 .protocol = MLX4_PROT_ETH,
|
H A D | en_netdev.c | 577 err = mlx4_unicast_attach(dev, &qp, gid, 0, MLX4_PROT_ETH); in mlx4_en_uc_steer_add() 629 mlx4_unicast_detach(dev, &qp, gid, MLX4_PROT_ETH); in mlx4_en_uc_steer_release() 1098 MLX4_PROT_ETH, in mlx4_en_do_multicast() 1121 MLX4_PROT_ETH, in mlx4_en_do_multicast() 1824 priv->port, 0, MLX4_PROT_ETH, in mlx4_en_start_port() 1949 MLX4_PROT_ETH, priv->broadcast_id); in mlx4_en_stop_port() 1954 mc_list, MLX4_PROT_ETH, mclist->reg_id); in mlx4_en_stop_port()
|
H A D | resource_tracker.c | 4092 if (prot == MLX4_PROT_ETH) { in qp_attach() 4124 if (prot != MLX4_PROT_ETH) in mlx4_adjust_port()
|
/openbmc/linux/include/linux/mlx4/ |
H A D | device.h | 392 MLX4_PROT_ETH, enumerator
|