Searched refs:ext_type (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | message.c | 240 unsigned int offset, ext_type, ext_len; in rds_message_next_extension() local 249 ext_type = src[offset++]; in rds_message_next_extension() 251 if (ext_type == RDS_EXTHDR_NONE || ext_type >= __RDS_EXTHDR_MAX) in rds_message_next_extension() 253 ext_len = rds_exthdr_size[ext_type]; in rds_message_next_extension() 261 return ext_type; in rds_message_next_extension()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | gdth_ioctl.h | 218 u16 ext_type; /* extended type */ member
|
| H A D | gdth.c | 3854 ctrt.ext_type = 0x6000 | ha->pdev->subsystem_device; in gdth_ioctl() 3856 ctrt.ext_type = 0x6000 | ha->stype; in gdth_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_property.c | 61 u32 ext_type = flags & DRM_MODE_PROP_EXTENDED_TYPE; in drm_property_flags_valid() local 71 if (!legacy_type == !ext_type) in drm_property_flags_valid()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ssl.h | 402 typedef int (*custom_ext_add_cb) (SSL *s, unsigned int ext_type, 406 typedef void (*custom_ext_free_cb) (SSL *s, unsigned int ext_type, 409 typedef int (*custom_ext_parse_cb) (SSL *s, unsigned int ext_type, 1388 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, 1395 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, 1402 int SSL_extension_supported(unsigned int ext_type);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | oid.h | 471 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | oid.h | 471 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | oid.h | 471 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | oid.h | 471 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ddr_spd.h | 309 uint8_t ext_type; /* 15 Extended module type */ member
|
| /OK3568_Linux_fs/kernel/net/key/ |
| H A D | af_key.c | 520 uint16_t ext_type; in parse_exthdrs() local 528 ext_type = ehdr->sadb_ext_type; in parse_exthdrs() 531 ext_type == SADB_EXT_RESERVED) in parse_exthdrs() 534 if (ext_type <= SADB_EXT_MAX) { in parse_exthdrs() 535 int min = (int) sadb_ext_min_len[ext_type]; in parse_exthdrs() 538 if (ext_hdrs[ext_type-1] != NULL) in parse_exthdrs() 540 switch (ext_type) { in parse_exthdrs() 560 ext_hdrs[ext_type-1] = (void *) p; in parse_exthdrs()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 18 u8 ext_type; member 1462 if (sfp_type.ext_type < HNS3_SFF_8636_V1_3) { in hns3_get_module_info()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | interactive.c | 1451 PRINT_NXS(15, spd->ext_type, in ddr4_spd_dump()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 6313 my $ext_type = "Invalid"; 6321 "$ext_type vsprintf pointer extension '$bad_specifier'$use\n" . "$here\n$stat_real\n");
|