Home
last modified time | relevance | path

Searched defs:mask_type (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/char/agp/
H A Duninorth-agp.c155 int mask_type; in uninorth_insert_memory() local
204 int mask_type; in uninorth_remove_memory() local
H A Dati-agp.c265 int mask_type; in ati_insert_memory() local
313 int mask_type; in ati_remove_memory() local
H A Dgeneric.c1032 int mask_type; in agp_generic_insert_memory() local
1111 int mask_type, num_entries; in agp_generic_remove_memory() local
/linux/net/sched/
H A Dact_ct.c1215 void *mask, int mask_type, in tcf_ct_set_key_val()
1446 void *mask, int mask_type, in tcf_ct_dump_key_val()
H A Dcls_flower.c815 void *mask, int mask_type, int len) in fl_set_key_val()
2885 void *mask, int mask_type, int len) in fl_dump_key_val()
/linux/fs/orangefs/
H A Dprotocol.h274 } mask_type; member
/linux/kernel/
H A Dpadata.c929 int mask_type; in store_cpumask() local
/linux/drivers/net/ethernet/sfc/
H A Dmae.c549 enum mask_type { MASK_ONES, MASK_ZEROES, MASK_PREFIX, MASK_OTHER }; enum