Searched refs:opt_mask (Results 1 – 5 of 5) sorted by relevance
214 static int pucan_set_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_set_options() argument220 cmd->options = cpu_to_le16(opt_mask); in pucan_set_options()225 static int pucan_clr_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_clr_options() argument231 cmd->options = cpu_to_le16(opt_mask); in pucan_clr_options()
189 static uint64_t opt_mask[MAX_BIT_FILTERS]; variable472 if ((flags & opt_mask[i]) == 0) in bit_mask_ok()475 if ((flags & opt_mask[i]) != opt_bits[i]) in bit_mask_ok()1162 opt_mask[nr_bit_filters] = mask; in add_bits_filter()
761 u32 opt_mask; in mlx5_fpga_conn_rts_qp() local780 opt_mask = MLX5_QP_OPTPAR_RNR_TIMEOUT; in mlx5_fpga_conn_rts_qp()781 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_RTR2RTS_QP, opt_mask, qpc, in mlx5_fpga_conn_rts_qp()
3453 int opt_mask = 0; in srp_parse_options() local3468 opt_mask |= token; in srp_parse_options()3593 if (!(opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()3698 if ((opt_mask & srp_opt_mandatory[i]) == srp_opt_mandatory[i]) { in srp_parse_options()3707 && (opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()
2588 static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_QP_ST_MAX] = { enum3140 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()