| /linux/include/linux/dsa/ |
| A D | ocelot.h | 185 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 186 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 208 packing(extraction, vlan_tci, 15, 0, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_vlan_tci() 213 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_bypass() 218 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_rew_op() 223 packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_dest() 228 packing(injection, &qos_class, 19, 17, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_qos_class() 233 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0); in seville_ifh_set_dest() 238 packing(injection, &src, 46, 43, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_src() 243 packing(injection, &tag_type, 16, 16, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_tag_type() [all …]
|
| /linux/drivers/net/dsa/sja1105/ |
| A D | sja1105_static_config.c | 19 int rc = packing(buf, (u64 *)val, start, end, len, in sja1105_pack() 41 int rc = packing((void *)buf, val, start, end, len, in sja1105_unpack() 1149 table->ops->packing(p, entry_ptr, PACK); in sja1105_static_config_pack() 1255 .packing = sja1105_retagging_entry_packing, 1271 .packing = sja1105_schedule_entry_packing, 1283 .packing = sja1105_vl_lookup_entry_packing, 1373 .packing = sja1105_retagging_entry_packing, 1443 .packing = sja1105_retagging_entry_packing, 1459 .packing = sja1105_schedule_entry_packing, 1647 .packing = sja1105_schedule_entry_packing, [all …]
|
| A D | sja1105_static_config.h | 434 size_t (*packing)(void *buf, void *entry_ptr, enum packing_op op); member
|
| /linux/drivers/media/platform/ |
| A D | pxa_camera.c | 238 enum pxa_mbus_packing packing; member 341 .packing = PXA_MBUS_PACKING_NONE, 351 .packing = PXA_MBUS_PACKING_NONE, 361 .packing = PXA_MBUS_PACKING_NONE, 371 .packing = PXA_MBUS_PACKING_NONE, 381 .packing = PXA_MBUS_PACKING_EXTEND16, 391 .packing = PXA_MBUS_PACKING_NONE, 401 .packing = PXA_MBUS_PACKING_EXTEND16, 481 .packing = PXA_MBUS_PACKING_NONE, 563 switch (mf->packing) { in pxa_mbus_bytes_per_line() [all …]
|
| /linux/net/dsa/ |
| A D | tag_sja1105.c | 102 packing(buf, &meta->tstamp, 31, 0, 4, UNPACK, 0); in sja1105_meta_unpack() 103 packing(buf + 4, &meta->dmac_byte_4, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 104 packing(buf + 5, &meta->dmac_byte_3, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 105 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 106 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 633 packing(rx_trailer, tstamp, 63, 0, 8, UNPACK, 0); in sja1110_rcv_inband_control_extension()
|
| /linux/lib/ |
| A D | packing.c | 89 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing() function 211 EXPORT_SYMBOL(packing);
|
| A D | .packing.o.cmd | 1 …packing.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/… 3 source_lib/packing.o := lib/packing.c 5 deps_lib/packing.o := \ 22 include/linux/packing.h \ 879 lib/packing.o: $(deps_lib/packing.o) 881 $(deps_lib/packing.o):
|
| A D | .built-in.a.cmd | 1 …b/interval_tree.o lib/assoc_array.o lib/bitrev.o lib/linear_ranges.o lib/packing.o lib/crc16.o lib…
|
| A D | built-in.a | 52 packing.o/
|
| A D | Kconfig | 26 bool "Generic bitfield packing and unpacking" 29 This option provides the packing() helper function, which permits
|
| A D | Makefile | 165 obj-$(CONFIG_PACKING) += packing.o
|
| /linux/include/linux/ |
| A D | packing.h | 46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
|
| /linux/Documentation/core-api/ |
| A D | packing.rst | 2 Generic bitfield packing and unpacking functions 159 describes. Then they should wrap the packing() function, creating a new 162 The packing() function returns an int-encoded error code, which protects the
|
| A D | index.rst | 41 packing
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | index.rst | 54 packing
|
| /linux/Documentation/filesystems/ |
| A D | btrfs.rst | 15 * Space efficient packing of small files
|
| A D | erofs.rst | 168 2 flat file data with tail packing data inline (no extent);
|
| A D | squashfs.rst | 39 Tail-end packing (fragments) yes no
|
| /linux/fs/reiserfs/ |
| A D | bitmap.c | 327 __le32 packing; in reiserfs_choose_packing() local 335 packing = INODE_PKEY(dir)->k_objectid; in reiserfs_choose_packing() 337 packing = INODE_PKEY(dir)->k_dir_id; in reiserfs_choose_packing() 339 packing = INODE_PKEY(dir)->k_objectid; in reiserfs_choose_packing() 340 return packing; in reiserfs_choose_packing()
|
| A D | README | 100 space problem with packing tails of files for files larger than a node
|
| /linux/drivers/staging/vt6656/ |
| A D | rxtx.h | 45 u16 packing; /* packing to 48 bytes */ member
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-intel_th-devices-gth | 38 Description: (RW) Force flush data from byte packing buffer for the output
|
| /linux/drivers/staging/vt6655/ |
| A D | rxtx.h | 43 u16 packing; /* packing to 48 bytes */ member
|
| /linux/Documentation/arm/ |
| A D | vlocks.rst | 125 * By packing the members of the currently_voting array close together, 174 packing of the currently_voting array does not work with cached
|
| /linux/Documentation/devicetree/bindings/soundwire/ |
| A D | qcom,sdw.txt | 91 Definition: should be 0 or 1 to indicate the block packing mode.
|