Searched refs:opt_mask (Results 1 – 5 of 5) sorted by relevance
207 static int pucan_set_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_set_options() argument213 cmd->options = cpu_to_le16(opt_mask); in pucan_set_options()218 static int pucan_clr_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_clr_options() argument224 cmd->options = cpu_to_le16(opt_mask); in pucan_clr_options()
71 int opt_mask = 0; in rnbd_clt_parse_map_options() local89 opt_mask |= token; in rnbd_clt_parse_map_options()208 if ((opt_mask & rnbd_opt_mandatory[i])) { in rnbd_clt_parse_map_options()
181 static uint64_t opt_mask[MAX_BIT_FILTERS]; variable464 if ((flags & opt_mask[i]) == 0) in bit_mask_ok()467 if ((flags & opt_mask[i]) != opt_bits[i]) in bit_mask_ok()1169 opt_mask[nr_bit_filters] = mask; in add_bits_filter()
3344 int opt_mask = 0; in srp_parse_options() local3359 opt_mask |= token; in srp_parse_options()3497 if (!(opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()3677 if ((opt_mask & srp_opt_mandatory[i]) == srp_opt_mandatory[i]) { in srp_parse_options()3686 && (opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()
3588 static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_QP_ST_MAX] = { enum4296 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()
Completed in 24 milliseconds