Home
last modified time | relevance | path

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

/linux/drivers/net/can/peak_canfd/
H 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()
/linux/drivers/block/rnbd/
H 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()
/linux/tools/mm/
H A Dpage-types.c179 static uint64_t opt_mask[MAX_BIT_FILTERS]; variable
462 if ((flags & opt_mask[i]) == 0) in bit_mask_ok()
465 if ((flags & opt_mask[i]) != opt_bits[i]) in bit_mask_ok()
1165 opt_mask[nr_bit_filters] = mask; in add_bits_filter()