Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 25 of 152) sorted by relevance

1234567

/openbmc/linux/fs/udf/
H A Dtruncate.c36 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
89 etype = netype; in udf_truncate_tail_extent()
124 int8_t etype = -1; in udf_discard_prealloc() local
144 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_discard_prealloc()
185 int8_t etype; in udf_truncate_extents() local
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.h6 #define packettype_name(etype) { RHF_RCV_TYPE_##etype, #etype } argument
7 #define show_packettype(etype) \ argument
8 __print_symbolic(etype, \
H A Dtrace_rx.h30 __field(u32, etype)
39 __entry->etype = packet->etype;
50 __entry->etype, show_packettype(__entry->etype),
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_ttc.c62 u16 etype; member
68 .etype = ETH_P_IP,
72 .etype = ETH_P_IPV6,
76 .etype = ETH_P_IP,
84 .etype = ETH_P_IP,
92 .etype = ETH_P_IP,
100 .etype = ETH_P_IP,
108 .etype = 0,
115 .etype = ETH_P_IP,
123 .etype = ETH_P_IP,
[all …]
/openbmc/linux/lib/
H A Derror-inject.c20 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 Dentry.py63 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 Dtag_rtl4_a.c74 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()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Diwarp.h184 __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/u-boot/tools/binman/etype/
H A Dblob.py33 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 Dcros_ec_rw.py20 def __init__(self, section, etype, node): argument
21 Entry_blob_named_by_arg.__init__(self, section, etype, node,
H A Dintel_cmc.py22 def __init__(self, section, etype, node): argument
23 Entry_blob.__init__(self, section, etype, node)
H A Dintel_vga.py24 def __init__(self, section, etype, node): argument
25 Entry_blob.__init__(self, section, etype, node)
H A Dintel_vbt.py21 def __init__(self, section, etype, node): argument
22 Entry_blob.__init__(self, section, etype, node)
H A Dintel_fsp.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
H A Dintel_me.py27 def __init__(self, section, etype, node): argument
28 Entry_blob.__init__(self, section, etype, node)
H A Dintel_mrc.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Dintel_refcode.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Du_boot.py28 def __init__(self, section, etype, node): argument
29 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_dtb.py24 def __init__(self, section, etype, node): argument
25 Entry_blob_dtb.__init__(self, section, etype, node)
H A Du_boot_spl_elf.py20 def __init__(self, section, etype, node): argument
21 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_nodtb.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Dpowerpc_mpc85xx_bootpg_resetvec.py21 def __init__(self, section, etype, node): argument
22 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_img.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_spl_dtb.py21 def __init__(self, section, etype, node): argument
22 Entry_blob_dtb.__init__(self, section, etype, node)
H A Du_boot_tpl_dtb.py21 def __init__(self, section, etype, node): argument
22 Entry_blob_dtb.__init__(self, section, etype, node)

1234567