/linux-5.19.10/include/linux/dsa/ |
D | ocelot.h | 186 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val() 193 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 194 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 201 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port() 206 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class() 211 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_tag_type() 216 packing(extraction, vlan_tci, 15, 0, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_vlan_tci() 221 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_bypass() 226 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_rew_op() 231 packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_dest() [all …]
|
/linux-5.19.10/drivers/net/dsa/sja1105/ |
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() 59 int rc = packing(buf, val, start, end, len, op, QUIRK_LSW32_IS_FIRST); in sja1105_packing() 1149 table->ops->packing(p, entry_ptr, PACK); in sja1105_static_config_pack() 1201 .packing = sja1105et_l2_lookup_entry_packing, 1207 .packing = sja1105_l2_policing_entry_packing, 1213 .packing = sja1105_vlan_lookup_entry_packing, 1219 .packing = sja1105_l2_forwarding_entry_packing, 1225 .packing = sja1105et_mac_config_entry_packing, 1231 .packing = sja1105et_l2_lookup_params_entry_packing, [all …]
|
D | sja1105_static_config.h | 434 size_t (*packing)(void *buf, void *entry_ptr, enum packing_op op); member
|
/linux-5.19.10/drivers/media/platform/intel/ |
D | pxa_camera.c | 238 enum pxa_mbus_packing packing; member 261 .packing = PXA_MBUS_PACKING_2X8_PADHI, 271 .packing = PXA_MBUS_PACKING_2X8_PADHI, 281 .packing = PXA_MBUS_PACKING_2X8_PADHI, 291 .packing = PXA_MBUS_PACKING_2X8_PADHI, 301 .packing = PXA_MBUS_PACKING_2X8_PADHI, 311 .packing = PXA_MBUS_PACKING_2X8_PADHI, 321 .packing = PXA_MBUS_PACKING_2X8_PADHI, 331 .packing = PXA_MBUS_PACKING_2X8_PADHI, 341 .packing = PXA_MBUS_PACKING_NONE, [all …]
|
/linux-5.19.10/net/dsa/ |
D | tag_sja1105.c | 115 packing(buf, &meta->tstamp, 31, 0, 4, UNPACK, 0); in sja1105_meta_unpack() 116 packing(buf + 4, &meta->dmac_byte_4, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 117 packing(buf + 5, &meta->dmac_byte_3, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 118 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 119 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 657 packing(rx_trailer, tstamp, 63, 0, 8, UNPACK, 0); in sja1110_rcv_inband_control_extension()
|
/linux-5.19.10/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_main.c | 307 packing(ifh, &bypass, IFH_POS_BYPASS + IFH_WID_BYPASS - 1, in lan966x_ifh_set_bypass() 313 packing(ifh, &bypass, IFH_POS_DSTS + IFH_WID_DSTS - 1, in lan966x_ifh_set_port() 319 packing(ifh, &bypass, IFH_POS_QOS_CLASS + IFH_WID_QOS_CLASS - 1, in lan966x_ifh_set_qos_class() 325 packing(ifh, &bypass, IFH_POS_IPV + IFH_WID_IPV - 1, in lan966x_ifh_set_ipv() 331 packing(ifh, &vid, IFH_POS_TCI + IFH_WID_TCI - 1, in lan966x_ifh_set_vid() 337 packing(ifh, &rew_op, IFH_POS_REW_CMD + IFH_WID_REW_CMD - 1, in lan966x_ifh_set_rew_op() 343 packing(ifh, ×tamp, IFH_POS_TIMESTAMP + IFH_WID_TIMESTAMP - 1, in lan966x_ifh_set_timestamp() 565 packing(ifh, src_port, IFH_POS_SRCPORT + IFH_WID_SRCPORT - 1, in lan966x_ifh_get_src_port() 571 packing(ifh, len, IFH_POS_LEN + IFH_WID_LEN - 1, in lan966x_ifh_get_len() 577 packing(ifh, timestamp, IFH_POS_TIMESTAMP + IFH_WID_TIMESTAMP - 1, in lan966x_ifh_get_timestamp()
|
/linux-5.19.10/lib/ |
D | packing.c | 89 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing() function 211 EXPORT_SYMBOL(packing);
|
D | Kconfig | 26 bool "Generic bitfield packing and unpacking" 29 This option provides the packing() helper function, which permits
|
D | Makefile | 165 obj-$(CONFIG_PACKING) += packing.o
|
/linux-5.19.10/include/linux/ |
D | packing.h | 46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
|
/linux-5.19.10/Documentation/core-api/ |
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
|
D | index.rst | 43 packing
|
/linux-5.19.10/Documentation/translations/zh_CN/core-api/ |
D | index.rst | 54 packing
|
/linux-5.19.10/Documentation/filesystems/ |
D | btrfs.rst | 15 * Space efficient packing of small files
|
D | erofs.rst | 196 2 flat file data with tail packing data inline (no extent);
|
D | squashfs.rst | 39 Tail-end packing (fragments) yes no
|
/linux-5.19.10/drivers/staging/vt6656/ |
D | rxtx.h | 45 u16 packing; /* packing to 48 bytes */ member
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-gth | 38 Description: (RW) Force flush data from byte packing buffer for the output
|
/linux-5.19.10/fs/reiserfs/ |
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()
|
D | README | 100 space problem with packing tails of files for files larger than a node
|
/linux-5.19.10/drivers/staging/vt6655/ |
D | rxtx.h | 43 u16 packing; /* packing to 48 bytes */ member
|
/linux-5.19.10/Documentation/arm/ |
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-5.19.10/drivers/staging/media/imx/ |
D | TODO | 36 pixel components sampling size per each clock cycle and their packing mode
|
/linux-5.19.10/Documentation/devicetree/bindings/soundwire/ |
D | qcom,sdw.txt | 103 Definition: should be 0 or 1 to indicate the block packing mode.
|
/linux-5.19.10/Documentation/userspace-api/media/mediactl/ |
D | media-types.rst | 156 a subset of dithering, pixel encoding conversion and packing
|