Home
last modified time | relevance | path

Searched refs:mask_type (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/char/agp/
H A Dnvidia-agp.c204 int mask_type; in nvidia_insert_memory() local
206 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in nvidia_insert_memory()
207 if (mask_type != 0 || type != mem->type) in nvidia_insert_memory()
228 page_to_phys(mem->pages[i]), mask_type), in nvidia_insert_memory()
244 int mask_type; in nvidia_remove_memory() local
246 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in nvidia_remove_memory()
247 if (mask_type != 0 || type != mem->type) in nvidia_remove_memory()
H A Dati-agp.c265 int mask_type; in ati_insert_memory() local
269 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in ati_insert_memory()
270 if (mask_type != 0 || type != mem->type) in ati_insert_memory()
313 int mask_type; in ati_remove_memory() local
315 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in ati_remove_memory()
316 if (mask_type != 0 || type != mem->type) in ati_remove_memory()
H A Duninorth-agp.c155 int mask_type; in uninorth_insert_memory() local
160 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type); in uninorth_insert_memory()
161 if (mask_type != 0) { in uninorth_insert_memory()
204 int mask_type; in uninorth_remove_memory() local
209 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type); in uninorth_remove_memory()
210 if (mask_type != 0) { in uninorth_remove_memory()
H A Dgeneric.c1032 int mask_type; in agp_generic_insert_memory() local
1070 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in agp_generic_insert_memory()
1071 if (mask_type != 0) { in agp_generic_insert_memory()
1096 mask_type), in agp_generic_insert_memory()
1111 int mask_type, num_entries; in agp_generic_remove_memory() local
1128 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in agp_generic_remove_memory()
1129 if (mask_type != 0) { in agp_generic_remove_memory()
H A Damd64-agp.c49 int mask_type; in amd64_insert_memory() local
57 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in amd64_insert_memory()
58 if (mask_type != 0) in amd64_insert_memory()
84 mask_type); in amd64_insert_memory()
/linux-6.15/drivers/iio/adc/
H A Dad7606.h43 #define AD760X_CHANNEL(num, mask_sep, mask_type, mask_all, \ argument
52 .info_mask_shared_by_type = mask_type, \
/linux-6.15/fs/orangefs/
H A Dorangefs-debugfs.c1018 if (mask_info.mask_type == KERNEL_MASK) { in orangefs_debugfs_new_debug()
1030 mask_info.mask_type); in orangefs_debugfs_new_debug()
1037 } else if (mask_info.mask_type == CLIENT_MASK) { in orangefs_debugfs_new_debug()
1039 mask_info.mask_type); in orangefs_debugfs_new_debug()
H A Dprotocol.h274 } mask_type; member
/linux-6.15/drivers/net/ethernet/sfc/
H A Dmae.c549 enum mask_type { MASK_ONES, MASK_ZEROES, MASK_PREFIX, MASK_OTHER }; enum
551 static const char *mask_type_name(enum mask_type typ) in mask_type_name()
568 static enum mask_type classify_mask(const u8 *mask, size_t len) in classify_mask()
596 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ) in efx_mae_match_check_cap_typ()
625 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
638 enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
655 enum mask_type ingress_port_mask_type; in efx_mae_match_check_caps()
722 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
749 enum mask_type ingress_port_mask_type; in efx_mae_match_check_caps_lhs()
822 enum mask_type typ; in efx_mae_check_encap_match_caps()
/linux-6.15/net/sched/
H A Dact_ct.c1215 void *mask, int mask_type, in tcf_ct_set_key_val() argument
1225 if (mask_type == TCA_CT_UNSPEC || !tb[mask_type]) in tcf_ct_set_key_val()
1228 nla_memcpy(mask, tb[mask_type], len); in tcf_ct_set_key_val()
1446 void *mask, int mask_type, in tcf_ct_dump_key_val() argument
1458 if (mask_type != TCA_CT_UNSPEC) { in tcf_ct_dump_key_val()
1459 err = nla_put(skb, mask_type, len, mask); in tcf_ct_dump_key_val()
H A Dcls_flower.c815 void *mask, int mask_type, int len) in fl_set_key_val() argument
820 if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type]) in fl_set_key_val()
823 nla_memcpy(mask, tb[mask_type], len); in fl_set_key_val()
2885 void *mask, int mask_type, int len) in fl_dump_key_val() argument
2894 if (mask_type != TCA_FLOWER_UNSPEC) { in fl_dump_key_val()
2895 err = nla_put(skb, mask_type, len, mask); in fl_dump_key_val()
/linux-6.15/kernel/
H A Dpadata.c929 int mask_type; in store_cpumask() local
939 mask_type = !strcmp(attr->name, "serial_cpumask") ? in store_cpumask()
941 ret = padata_set_cpumask(pinst, mask_type, new_cpumask); in store_cpumask()
/linux-6.15/include/linux/platform_data/
H A Dcros_ec_commands.h3668 uint8_t mask_type; member