Searched refs:opt_mask (Results 1 – 3 of 3) sorted by relevance
181 static uint64_t opt_mask[MAX_BIT_FILTERS]; variable424 if ((flags & opt_mask[i]) == 0) in bit_mask_ok()427 if ((flags & opt_mask[i]) != opt_bits[i]) in bit_mask_ok()1007 opt_mask[nr_bit_filters] = mask; in add_bits_filter()
2980 int opt_mask = 0; in srp_parse_options() local2995 opt_mask |= token; in srp_parse_options()3076 if (!(opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()3165 if ((opt_mask & SRP_OPT_ALL) == SRP_OPT_ALL) in srp_parse_options()3170 !(srp_opt_tokens[i].token & opt_mask)) in srp_parse_options()3175 && (opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()
1409 static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_QP_ST_MAX] = { enum1713 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()