Searched refs:opt_mask (Results 1 – 4 of 4) 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()
73 int opt_mask = 0; in rnbd_clt_parse_map_options() local91 opt_mask |= token; in rnbd_clt_parse_map_options()210 if ((opt_mask & rnbd_opt_mandatory[i])) { in rnbd_clt_parse_map_options()
3330 int opt_mask = 0; in srp_parse_options() local3345 opt_mask |= token; in srp_parse_options()3483 if (!(opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()3663 if ((opt_mask & srp_opt_mandatory[i]) == srp_opt_mandatory[i]) { in srp_parse_options()3672 && (opt_mask & SRP_OPT_MAX_CMD_PER_LUN)) in srp_parse_options()
3617 static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_QP_ST_MAX] = { enum4362 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()
Completed in 49 milliseconds