Home
last modified time | relevance | path

Searched refs:opt_mask (Results 1 – 4 of 4) sorted by relevance

/drivers/net/can/peak_canfd/
A Dpeak_canfd.c207 static int pucan_set_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_set_options() argument
213 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() argument
224 cmd->options = cpu_to_le16(opt_mask); in pucan_clr_options()
/drivers/block/rnbd/
A Drnbd-clt-sysfs.c73 int opt_mask = 0; in rnbd_clt_parse_map_options() local
91 opt_mask |= token; in rnbd_clt_parse_map_options()
210 if ((opt_mask & rnbd_opt_mandatory[i])) { in rnbd_clt_parse_map_options()
/drivers/infiniband/ulp/srp/
A Dib_srp.c3330 int opt_mask = 0; in srp_parse_options() local
3345 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()
/drivers/infiniband/hw/mlx5/
A Dqp.c3617 static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_QP_ST_MAX] = { enum
4362 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()

Completed in 49 milliseconds