Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_acpi.c255 const union acpi_object *fields; in cs_acpi_record_endpoint() local
264 fields = link->Package.Elements; in cs_acpi_record_endpoint()
265 if (fields[0].Type != ACPI_TYPE_INTEGER || in cs_acpi_record_endpoint()
266 fields[1].Type != ACPI_TYPE_INTEGER || in cs_acpi_record_endpoint()
267 fields[2].Type != ACPI_TYPE_LOCAL_REFERENCE || in cs_acpi_record_endpoint()
268 fields[3].Type != ACPI_TYPE_INTEGER) in cs_acpi_record_endpoint()
271 handle = fields[2].Reference.Handle; in cs_acpi_record_endpoint()
272 dir = fields[3].Integer.Value; in cs_acpi_record_endpoint()
/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c936 struct mrs_field *fields; member
959 .fields = id_aa64pfr0_fields,
1133 struct mrs_field *fields; in update_special_regs() local
1157 fields = user_regs[i].fields; in update_special_regs()
1164 fields[j].shift; in update_special_regs()
1168 value, fields[j].shift, 4, fields[j].sign); in update_special_regs()
1174 fields[j].shift, 4, fields[j].sign); in update_special_regs()
1490 fv = fields[i].values; in print_id_fields()
1496 field = (reg & fields[i].mask) >> fields[i].shift; in print_id_fields()
1507 fields[i].name, field); in print_id_fields()
[all …]
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline_spec.c102 struct rte_swx_field_params *fields; member
123 free(s->fields); in struct_spec_free()
124 s->fields = NULL; in struct_spec_free()
223 new_fields = realloc(s->fields, in struct_block_parse()
235 s->fields = new_fields; in struct_block_parse()
236 s->fields[s->n_fields].name = name; in struct_block_parse()
237 s->fields[s->n_fields].n_bits = n_bits; in struct_block_parse()
534 free(s->params.fields); in table_spec_free()
535 s->params.fields = NULL; in table_spec_free()
650 s->params.fields = new_fields; in table_key_block_parse()
[all …]
H A Drte_swx_pipeline.h318 struct rte_swx_field_params *fields,
548 struct rte_swx_match_field_params *fields; member
/f-stack/freebsd/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/
H A Dmodule-setup.sh.in52 fields="n n n n mp n n fstype dev n"
54 fields="n n n n mp n n n fstype dev n"
56 while read $fields ; do
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_rxtx.h65 init.fields.data_off += apad; in nicvf_mbuff_init_update()
78 init.fields.data_off += apad; in nicvf_mbuff_init_mseg_update()
82 init.fields.nb_segs = nb_segs; in nicvf_mbuff_init_mseg_update()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_receive_offload_lib.rst114 fields (we call them as "key"). To process an input packet, the algorithm
148 Header fields used to define a TCP/IPv4 flow include:
157 Header fields deciding if two packets are neighbors include:
161 - IPv4 ID. The IPv4 ID fields of the packets, whose DF bit is 0, should
169 similar with that of TCP/IPv4 GRO. Differently, the header fields used
178 Header fields deciding if packets are neighbors include:
180 - outer IPv4 ID. The IPv4 ID fields of the packets, whose DF bit in the
185 - inner IPv4 ID. The IPv4 ID fields of the packets, whose DF bit in the
190 we check IPv4 ID fields for the packets whose DF bit is 0 and
191 ignore IPv4 ID fields for the packets whose DF bit is 1.
H A Dpacket_classif_access_ctrl.rst32 Though there are few restrictions on the rule fields layout:
35 * All subsequent fields has to be grouped into sets of 4 consecutive bytes.
56 * _RANGE - for fields such as ports that have a lower and upper value for the field.
58 * _BITMASK - for fields such as protocol identifiers that have a value and a bit mask.
62 …e that due to the grouping of input bytes, 1 or 2 byte fields must be defined as consecutive fields
64 Also, it is best to define fields of 8 or more bytes as 4 byte fields so that
65 the build processes can eliminate fields that are all wild.
123 * Next 2 fields (src & dst ports) form 4 consecutive bytes.
311 When adding new rules into an ACL context, all fields must be in host byte order (LSB).
421 /* define a structure for the rule with up to 5 fields. */
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/ata/
H A Dahci-ceva.txt10 The fields for the above parameter must be as shown below:
18 The fields for the above parameter must be as shown below:
26 The fields for the above parameter must be as shown below:
34 The fields for the above parameter must be as shown below:
/f-stack/dpdk/doc/guides/tools/
H A Dflow-perf.rst131 Other fields are open mask.
136 Other fields are open mask.
141 Other fields are open mask.
153 Other fields are open mask.
159 Other fields are open mask.
165 Other fields are open mask.
171 Other fields are open mask.
177 Other fields are open mask.
183 Other fields are open mask.
192 Other fields are open mask.
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst62 This scheme will allow PMDs to avoid writes to ``rte_mbuf`` fields on Rx and
110 fields in the struct. To clarify the intention and to be sure protocol header
111 is intact, will replace those fields with relevant protocol header struct.
112 In v21.02 both individual protocol header fields and the protocol header struct
114 In v21.11 LTS, protocol header fields will be cleaned and only protocol header
117 * ethdev: Queue specific stats fields will be removed from ``struct rte_eth_stats``.
118 Mentioned fields are: ``q_ipackets``, ``q_opackets``, ``q_ibytes``, ``q_obytes``,
/f-stack/dpdk/buildtools/pkg-config/
H A Dmeson.build13 # statically that the .a files depend upon. The output order of .pc fields is:
15 # The fields Requires* are for package names.
16 # The flags of the DPDK libraries must be defined in Libs* fields.
/f-stack/dpdk/usertools/
H A Ddpdk-hugepages.py154 fields = line.split()
155 if fields[2] != 'hugetlbfs':
157 mounted.append(fields[1])
/f-stack/app/redis-5.0.5/tests/support/
H A Dutil.tcl301 set fields [{*}$r hgetall $k]
303 foreach {k v} $fields {
306 set fields [lsort -index 0 $newfields]
307 foreach kv $fields {
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_dev.h115 #define CCP_CMD_DW5(p) ((p)->dw5.fields.dst_hi)
117 #define CCP_CMD_DST_MEM(p) ((p)->dw5.fields.dst_mem)
118 #define CCP_CMD_FIX_DST(p) ((p)->dw5.fields.fixed)
410 fields; member
/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c2749 fields++; in addReplySentinelRedisInstance()
2753 fields++; in addReplySentinelRedisInstance()
2757 fields++; in addReplySentinelRedisInstance()
2761 fields++; in addReplySentinelRedisInstance()
2781 fields++; in addReplySentinelRedisInstance()
2785 fields++; in addReplySentinelRedisInstance()
2789 fields++; in addReplySentinelRedisInstance()
2800 fields++; in addReplySentinelRedisInstance()
2804 fields++; in addReplySentinelRedisInstance()
2808 fields++; in addReplySentinelRedisInstance()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/soundwire/
H A Dsoundwire-controller.yaml38 Valid sizes of these fields are
44 More Information on detail of encoding of these fields can be
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt8 bit fields placement in SCM are different between SoCs while fields meaning
H A Dti,phy-gmii-sel.yaml18 bit fields placement in SCM are different between SoCs while fields meaning
/f-stack/tools/libxo/libxo/
H A Dlibxo.c1465 memcpy(xfip, fields, num_fields * sizeof(*fields)); in xo_retain_add()
5638 xo_field_info_t *fields) in xo_gettext_finish_numbering_fields() argument
5731 xo_field_info_t *xfip = fields; in xo_parse_fields()
5895 xo_field_info_t *fields, in xo_gettext_simplify_format() argument
6252 xo_field_info_t *fields UNUSED, in xo_gettext_build_format()
6420 fields, new_fields + 1, in xo_do_emit_fields()
6520 xo_field_info_t *fields = NULL; in xo_do_emit() local
6535 || fields == NULL) { in xo_do_emit()
6539 fields = alloca(max_fields * sizeof(fields[0])); in xo_do_emit()
6540 bzero(fields, max_fields * sizeof(fields[0])); in xo_do_emit()
[all …]
/f-stack/tools/libxo/doc/
H A Dencoders.rst97 The CSV encoder will emit the leaf values in this output as `fields`
146 number of fields with the same order. In contrast, XML and JSON allow
150 To maintain a consistent set of fields inside the CSV file, the same
161 In addition, the order of the output fields follows the order in which
191 CSV files typical begin with a line that defines the fields included
210 :RFC:`4180` specifies that fields containing spaces should be quoted, but
/f-stack/freebsd/netgraph/
H A Dng_parse.c1272 fields = type->info; in ng_parse_composite() local
1281 field = &fields[index]; in ng_parse_composite()
1435 fields = type->info; in ng_unparse_composite() local
1438 &cbuflen, "%s=", fields[index].name)) != 0) in ng_unparse_composite()
1521 const struct ng_parse_struct_field *const fields = type->info; in ng_get_composite_len() local
1526 fi = &fields[numFields]; in ng_get_composite_len()
1563 const struct ng_parse_struct_field *const fields = type->info; in ng_get_composite_etype() local
1565 etype = fields[index].type; in ng_get_composite_etype()
1603 const struct ng_parse_struct_field *const fields = type->info; in ng_parse_get_elem_pad() local
1605 if (fields[index].alignment != 0) in ng_parse_get_elem_pad()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/opal/
H A Dpower-mgt.txt80 indicating which psscr fields are set in the corresponding
89 remaining fields of the psscr to the following sane-default
103 psscr fields of the corresponding entry in
116 which of the fields of the PMICR are set in the corresponding
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Diqs5xx.txt47 FLIP_X and FLIP_Y register fields.
51 FLIP_X and FLIP_Y register fields.
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_82575.h74 } fields; member
88 } fields; member

12345678910>>...12