Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.h17 u8 ext_type; member
/linux/drivers/gpu/drm/
H A Ddrm_property.c62 u32 ext_type = flags & DRM_MODE_PROP_EXTENDED_TYPE; in drm_property_flags_valid() local
72 if (!legacy_type == !ext_type) in drm_property_flags_valid()
/linux/net/key/
H A Daf_key.c516 uint16_t ext_type; in parse_exthdrs() local
524 ext_type = ehdr->sadb_ext_type; in parse_exthdrs()
527 ext_type == SADB_EXT_RESERVED) in parse_exthdrs()
530 if (ext_type <= SADB_EXT_MAX) { in parse_exthdrs()
531 int min = (int) sadb_ext_min_len[ext_type]; in parse_exthdrs()
534 if (ext_hdrs[ext_type-1] != NULL) in parse_exthdrs()
536 switch (ext_type) { in parse_exthdrs()
556 ext_hdrs[ext_type-1] = (void *) p; in parse_exthdrs()
/linux/scripts/
H A Dcheckpatch.pl6962 my $ext_type = "Invalid";
6973 "$ext_type vsprintf pointer extension '$bad_specifier'$use\n" . "$here\n$stat_real\n");