Searched refs:opt_mask (Results 1 – 3 of 3) sorted by relevance
183 static uint64_t opt_mask[MAX_BIT_FILTERS]; variable426 if ((flags & opt_mask[i]) == 0) in bit_mask_ok()429 if ((flags & opt_mask[i]) != opt_bits[i]) in bit_mask_ok()1005 opt_mask[nr_bit_filters] = mask; in add_bits_filter()
2925 int opt_mask = 0; in srp_parse_options() local2940 opt_mask |= token; in srp_parse_options()3021 if (!(opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()3110 if ((opt_mask & SRP_OPT_ALL) == SRP_OPT_ALL) in srp_parse_options()3115 !(srp_opt_tokens[i].token & opt_mask)) in srp_parse_options()3120 && (opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()
1422 static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_QP_ST_MAX] = { enum1727 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()