/openbmc/linux/fs/udf/ |
H A D | truncate.c | 26 struct kernel_lb_addr *eloc, int8_t etype, uint32_t elen, in extent_trunc() argument 36 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in extent_trunc() 39 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30); in extent_trunc() 42 nelen = (etype << 30) | nelen; in extent_trunc() 48 if (etype == (EXT_RECORDED_ALLOCATED >> 30)) in extent_trunc() 51 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in extent_trunc() 69 int8_t etype = -1, netype; in udf_truncate_tail_extent() local 93 etype = netype; in udf_truncate_tail_extent() 106 extent_trunc(inode, &epos, &eloc, etype, elen, nelen); in udf_truncate_tail_extent() 130 int8_t etype = -1; in udf_discard_prealloc() local [all …]
|
H A D | balloc.c | 388 int8_t etype; in udf_table_free_blocks() local 405 ret = udf_next_aext(table, &epos, &eloc, &elen, &etype, 1); in udf_table_free_blocks() 418 elen = (etype << 30) | in udf_table_free_blocks() 421 elen = (etype << 30) | in udf_table_free_blocks() 436 elen = (etype << 30) | in udf_table_free_blocks() 440 elen = (etype << 30) | in udf_table_free_blocks() 518 int8_t etype = -1; in udf_table_prealloc_blocks() local 540 ret = udf_next_aext(table, &epos, &eloc, &elen, &etype, 1); in udf_table_prealloc_blocks() 558 (etype << 30) | elen, 1); in udf_table_prealloc_blocks() 585 int8_t etype; in udf_table_new_block() local [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | fs_ttc.c | 62 u16 etype; member 68 .etype = ETH_P_IP, 72 .etype = ETH_P_IPV6, 76 .etype = ETH_P_IP, 80 .etype = ETH_P_IPV6, 84 .etype = ETH_P_IP, 88 .etype = ETH_P_IPV6, 92 .etype = ETH_P_IP, 96 .etype = ETH_P_IPV6, 100 .etype = ETH_P_IP, [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace.h | 6 #define packettype_name(etype) { RHF_RCV_TYPE_##etype, #etype } argument 7 #define show_packettype(etype) \ argument 8 __print_symbolic(etype, \
|
H A D | trace_rx.h | 30 __field(u32, etype) 39 __entry->etype = packet->etype; 50 __entry->etype, show_packettype(__entry->etype),
|
/openbmc/linux/lib/ |
H A D | error-inject.c | 20 int etype; member 48 ei_type = ent->etype; in get_injectable_error_type() 88 ent->etype = iter->etype; in populate_error_injection_list() 181 static const char *error_type_string(int etype) in error_type_string() argument 183 switch (etype) { in error_type_string() 202 error_type_string(ent->etype)); in ei_seq_show()
|
/openbmc/u-boot/tools/binman/ |
H A D | entry.py | 63 def __init__(self, section, etype, node, read_node=True, name_prefix=''): argument 65 self.etype = etype 84 def Lookup(section, node_path, etype): argument 98 module_name = etype.replace('-', '_') 116 (etype, node_path, module_name, e)) 125 def Create(section, node, etype=None): argument 137 if not etype: 138 etype = fdt_util.GetString(node, 'type', node.name) 139 obj = Entry.Lookup(section, node.path, etype) 142 return obj(section, etype, node)
|
/openbmc/linux/net/dsa/ |
H A D | tag_rtl4_a.c | 74 u16 etype; in rtl4a_tag_rcv() local 84 etype = ntohs(*p); in rtl4a_tag_rcv() 85 if (etype != RTL4_A_ETHERTYPE) { in rtl4a_tag_rcv() 87 netdev_dbg(dev, "non-realtek ethertype 0x%04x\n", etype); in rtl4a_tag_rcv()
|
H A D | tag_rtl8_4.c | 154 u16 etype; in rtl8_4_read_tag() local 162 etype = ntohs(tag16[0]); in rtl8_4_read_tag() 163 if (unlikely(etype != ETH_P_REALTEK)) { in rtl8_4_read_tag() 165 "non-realtek ethertype 0x%04x\n", etype); in rtl8_4_read_tag()
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | iwarp.h | 184 __be32 etype : 4; member 196 __be32 etype : 4; member 229 return term->etype; in __rdmap_term_etype() 233 u8 etype) in __rdmap_term_set_etype() argument 235 term->etype = etype & 0xf; in __rdmap_term_set_etype()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_arfs.c | 70 __be16 etype; member 498 u8 ip_proto, __be16 etype) in arfs_get_table() argument 500 if (etype == htons(ETH_P_IP) && ip_proto == IPPROTO_TCP) in arfs_get_table() 502 if (etype == htons(ETH_P_IP) && ip_proto == IPPROTO_UDP) in arfs_get_table() 504 if (etype == htons(ETH_P_IPV6) && ip_proto == IPPROTO_TCP) in arfs_get_table() 506 if (etype == htons(ETH_P_IPV6) && ip_proto == IPPROTO_UDP) in arfs_get_table() 535 ntohs(tuple->etype)); in arfs_add_rule() 536 arfs_table = arfs_get_table(arfs, tuple->ip_proto, tuple->etype); in arfs_add_rule() 539 tuple->etype, tuple->ip_proto); in arfs_add_rule() 564 if (tuple->etype == htons(ETH_P_IP)) { in arfs_add_rule() [all …]
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | blob.py | 33 def __init__(self, section, etype, node): argument 34 Entry.__init__(self, section, etype, node) 35 self._filename = fdt_util.GetString(self._node, 'filename', self.etype)
|
H A D | cros_ec_rw.py | 20 def __init__(self, section, etype, node): argument 21 Entry_blob_named_by_arg.__init__(self, section, etype, node,
|
H A D | intel_cmc.py | 22 def __init__(self, section, etype, node): argument 23 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_vbt.py | 21 def __init__(self, section, etype, node): argument 22 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_fsp.py | 26 def __init__(self, section, etype, node): argument 27 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_vga.py | 24 def __init__(self, section, etype, node): argument 25 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_me.py | 27 def __init__(self, section, etype, node): argument 28 Entry_blob.__init__(self, section, etype, node)
|
H A D | x86_start16_spl.py | 26 def __init__(self, section, etype, node): argument 27 Entry_blob.__init__(self, section, etype, node)
|
H A D | x86_start16_tpl.py | 26 def __init__(self, section, etype, node): argument 27 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_refcode.py | 23 def __init__(self, section, etype, node): argument 24 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_mrc.py | 23 def __init__(self, section, etype, node): argument 24 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot_nodtb.py | 23 def __init__(self, section, etype, node): argument 24 Entry_blob.__init__(self, section, etype, node)
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_vcap.c | 390 struct ocelot_vcap_key_etype *etype = &filter->key.etype; in is2_entry_set() local 394 etype->dmac.value, etype->dmac.mask); in is2_entry_set() 396 etype->smac.value, etype->smac.mask); in is2_entry_set() 398 etype->etype.value, etype->etype.mask); in is2_entry_set() 408 etype->data.value, etype->data.mask); in is2_entry_set() 706 struct ocelot_vcap_key_etype *etype = &filter->key.etype; in is1_entry_set() local 709 etype->smac.value, etype->smac.mask); in is1_entry_set() 711 etype->etype.value, etype->etype.mask); in is1_entry_set() 753 struct ocelot_vcap_u16 etype = {0}; in is1_entry_set() local 756 etype.value[0] = proto.value[0]; in is1_entry_set() [all …]
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_mech.c | 39 .etype = ENCTYPE_AES128_CTS_HMAC_SHA1_96, 68 .etype = ENCTYPE_AES256_CTS_HMAC_SHA1_96, 100 .etype = ENCTYPE_CAMELLIA128_CTS_CMAC, 126 .etype = ENCTYPE_CAMELLIA256_CTS_CMAC, 155 .etype = ENCTYPE_AES128_CTS_HMAC_SHA256_128, 181 .etype = ENCTYPE_AES256_CTS_HMAC_SHA384_192, 255 const struct gss_krb5_enctype *gss_krb5_lookup_enctype(u32 etype) in gss_krb5_lookup_enctype() argument 260 if (supported_gss_krb5_enctypes[i].etype == etype) in gss_krb5_lookup_enctype()
|