Symbol: mask_type
drivers/char/agp/amd64-agp.c
49
int mask_type;
drivers/char/agp/amd64-agp.c
57
mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
drivers/char/agp/amd64-agp.c
58
if (mask_type != 0)
drivers/char/agp/amd64-agp.c
84
mask_type);
drivers/char/agp/ati-agp.c
264
int mask_type;
drivers/char/agp/ati-agp.c
268
mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
drivers/char/agp/ati-agp.c
269
if (mask_type != 0 || type != mem->type)
drivers/char/agp/ati-agp.c
312
int mask_type;
drivers/char/agp/ati-agp.c
314
mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
drivers/char/agp/ati-agp.c
315
if (mask_type != 0 || type != mem->type)
drivers/char/agp/generic.c
1032
int mask_type;
drivers/char/agp/generic.c
1070
mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
drivers/char/agp/generic.c
1071
if (mask_type != 0) {
drivers/char/agp/generic.c
1096
mask_type),
drivers/char/agp/generic.c
1111
int mask_type, num_entries;
drivers/char/agp/generic.c
1128
mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
drivers/char/agp/generic.c
1129
if (mask_type != 0) {
drivers/char/agp/nvidia-agp.c
205
int mask_type;
drivers/char/agp/nvidia-agp.c
207
mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
drivers/char/agp/nvidia-agp.c
208
if (mask_type != 0 || type != mem->type)
drivers/char/agp/nvidia-agp.c
229
page_to_phys(mem->pages[i]), mask_type),
drivers/char/agp/nvidia-agp.c
245
int mask_type;
drivers/char/agp/nvidia-agp.c
247
mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
drivers/char/agp/nvidia-agp.c
248
if (mask_type != 0 || type != mem->type)
drivers/char/agp/uninorth-agp.c
155
int mask_type;
drivers/char/agp/uninorth-agp.c
160
mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
drivers/char/agp/uninorth-agp.c
161
if (mask_type != 0) {
drivers/char/agp/uninorth-agp.c
204
int mask_type;
drivers/char/agp/uninorth-agp.c
209
mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
drivers/char/agp/uninorth-agp.c
210
if (mask_type != 0) {
drivers/net/ethernet/sfc/mae.c
549
static const char *mask_type_name(enum mask_type typ)
drivers/net/ethernet/sfc/mae.c
566
static enum mask_type classify_mask(const u8 *mask, size_t len)
drivers/net/ethernet/sfc/mae.c
594
static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ)
drivers/net/ethernet/sfc/mae.c
623
enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
drivers/net/ethernet/sfc/mae.c
636
enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
drivers/net/ethernet/sfc/mae.c
653
enum mask_type ingress_port_mask_type;
drivers/net/ethernet/sfc/mae.c
720
enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
drivers/net/ethernet/sfc/mae.c
747
enum mask_type ingress_port_mask_type;
drivers/net/ethernet/sfc/mae.c
820
enum mask_type typ;
fs/orangefs/orangefs-debugfs.c
1016
if (mask_info.mask_type == KERNEL_MASK) {
fs/orangefs/orangefs-debugfs.c
1028
mask_info.mask_type);
fs/orangefs/orangefs-debugfs.c
1035
} else if (mask_info.mask_type == CLIENT_MASK) {
fs/orangefs/orangefs-debugfs.c
1037
mask_info.mask_type);
fs/orangefs/protocol.h
274
} mask_type;
include/linux/platform_data/cros_ec_commands.h
3747
uint8_t mask_type;
kernel/padata.c
859
int mask_type;
kernel/padata.c
869
mask_type = !strcmp(attr->name, "serial_cpumask") ?
kernel/padata.c
871
ret = padata_set_cpumask(pinst, mask_type, new_cpumask);
net/sched/act_ct.c
1222
void *mask, int mask_type,
net/sched/act_ct.c
1232
if (mask_type == TCA_CT_UNSPEC || !tb[mask_type])
net/sched/act_ct.c
1235
nla_memcpy(mask, tb[mask_type], len);
net/sched/act_ct.c
1462
const void *mask, int mask_type,
net/sched/act_ct.c
1474
if (mask_type != TCA_CT_UNSPEC) {
net/sched/act_ct.c
1475
err = nla_put(skb, mask_type, len, mask);
net/sched/cls_flower.c
2881
void *mask, int mask_type, int len)
net/sched/cls_flower.c
2890
if (mask_type != TCA_FLOWER_UNSPEC) {
net/sched/cls_flower.c
2891
err = nla_put(skb, mask_type, len, mask);
net/sched/cls_flower.c
811
void *mask, int mask_type, int len)
net/sched/cls_flower.c
816
if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type])
net/sched/cls_flower.c
819
nla_memcpy(mask, tb[mask_type], len);