opmod             350 drivers/infiniband/hw/mlx5/cmd.c 		     u16 opmod, u8 port)
opmod             366 drivers/infiniband/hw/mlx5/cmd.c 	MLX5_SET(mad_ifc_in, in, op_mod, opmod);
opmod              67 drivers/infiniband/hw/mlx5/cmd.h 		     u16 opmod, u8 port);
opmod            4937 drivers/infiniband/hw/mlx5/qp.c 	u8 opmod = 0;
opmod            4940 drivers/infiniband/hw/mlx5/qp.c 					     mlx5_opcode | ((u32)opmod << 24));
opmod             147 drivers/net/ethernet/mellanox/mlx4/cq.c 			 int cq_num, u8 opmod)
opmod             149 drivers/net/ethernet/mellanox/mlx4/cq.c 	return mlx4_cmd(dev, mailbox->dma, cq_num, opmod,
opmod             155 drivers/net/ethernet/mellanox/mlx4/cq.c 			 int cq_num, u32 opmod)
opmod             157 drivers/net/ethernet/mellanox/mlx4/cq.c 	return mlx4_cmd(dev, mailbox->dma, cq_num, opmod, MLX4_CMD_MODIFY_CQ,
opmod             400 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			    int opmod, int modify_mask,
opmod             430 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(set_fte_in, in, op_mod, opmod);
opmod             584 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	int opmod;
opmod             591 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	opmod = 1;
opmod             593 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	return	mlx5_cmd_set_fte(dev, opmod, modify_mask, ft, fg->id, fte);
opmod             358 drivers/net/ethernet/mellanox/mlx5/core/main.c 	u16 opmod = (cap_type << 1) | (cap_mode & 0x01);
opmod             367 drivers/net/ethernet/mellanox/mlx5/core/main.c 	MLX5_SET(query_hca_cap_in, in, op_mod, opmod);
opmod             409 drivers/net/ethernet/mellanox/mlx5/core/main.c static int set_caps(struct mlx5_core_dev *dev, void *in, int in_sz, int opmod)
opmod             414 drivers/net/ethernet/mellanox/mlx5/core/main.c 	MLX5_SET(set_hca_cap_in, in, op_mod, opmod << 1);
opmod              43 drivers/net/ethernet/mellanox/mlx5/core/vport.c static int _mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod,
opmod              50 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	MLX5_SET(query_vport_state_in, in, op_mod, opmod);
opmod              58 drivers/net/ethernet/mellanox/mlx5/core/vport.c u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport)
opmod              62 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	_mlx5_query_vport_state(mdev, opmod, vport, out, sizeof(out));
opmod              67 drivers/net/ethernet/mellanox/mlx5/core/vport.c int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
opmod              75 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	MLX5_SET(modify_vport_state_in, in, op_mod, opmod);
opmod              66 include/linux/mlx5/vport.h u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport);
opmod              67 include/linux/mlx5/vport.h int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,