/Linux-v5.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() 791 table->ops->packing(p, entry_ptr, PACK); in sja1105_static_config_pack() 843 .packing = sja1105et_l2_lookup_entry_packing, 849 .packing = sja1105_l2_policing_entry_packing, 855 .packing = sja1105_vlan_lookup_entry_packing, 861 .packing = sja1105_l2_forwarding_entry_packing, 867 .packing = sja1105et_mac_config_entry_packing, 873 .packing = sja1105et_l2_lookup_params_entry_packing, [all …]
|
D | sja1105_static_config.h | 367 size_t (*packing)(void *buf, void *entry_ptr, enum packing_op op); member
|
/Linux-v5.10/net/dsa/ |
D | tag_ocelot.c | 166 packing(injection, &qos_class, 19, 17, OCELOT_TAG_LEN, PACK, 0); in ocelot_xmit() 177 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_xmit() 220 packing(extraction, &src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv() 221 packing(extraction, &qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv() 222 packing(extraction, &tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv() 223 packing(extraction, &vlan_tci, 15, 0, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_rcv()
|
D | tag_sja1105.c | 50 packing(buf, &meta->tstamp, 31, 0, 4, UNPACK, 0); in sja1105_meta_unpack() 51 packing(buf + 4, &meta->dmac_byte_4, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 52 packing(buf + 5, &meta->dmac_byte_3, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 53 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 54 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack()
|
/Linux-v5.10/drivers/media/platform/ |
D | pxa_camera.c | 239 enum pxa_mbus_packing packing; member 262 .packing = PXA_MBUS_PACKING_2X8_PADHI, 272 .packing = PXA_MBUS_PACKING_2X8_PADHI, 282 .packing = PXA_MBUS_PACKING_2X8_PADHI, 292 .packing = PXA_MBUS_PACKING_2X8_PADHI, 302 .packing = PXA_MBUS_PACKING_2X8_PADHI, 312 .packing = PXA_MBUS_PACKING_2X8_PADHI, 322 .packing = PXA_MBUS_PACKING_2X8_PADHI, 332 .packing = PXA_MBUS_PACKING_2X8_PADHI, 342 .packing = PXA_MBUS_PACKING_NONE, [all …]
|
/Linux-v5.10/drivers/staging/gasket/ |
D | gasket_interrupt.c | 103 interrupt_data->interrupts[i].packing); in gasket_interrupt_setup() 104 if (interrupt_data->interrupts[i].packing == UNPACKED) { in gasket_interrupt_setup() 107 switch (interrupt_data->interrupts[i].packing) { in gasket_interrupt_setup() 123 interrupt_data->interrupts[i].packing); in gasket_interrupt_setup()
|
D | gasket_core.h | 67 int packing; member
|
/Linux-v5.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 | 163 obj-$(CONFIG_PACKING) += packing.o
|
/Linux-v5.10/include/linux/ |
D | packing.h | 46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
|
/Linux-v5.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 | 41 packing
|
/Linux-v5.10/Documentation/filesystems/ |
D | btrfs.rst | 15 * Space efficient packing of small files
|
D | erofs.rst | 161 2 flat file data with tail packing data inline (no extent);
|
/Linux-v5.10/drivers/staging/vt6656/ |
D | rxtx.h | 47 u16 packing; /* packing to 48 bytes */ member
|
/Linux-v5.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-v5.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-v5.10/drivers/staging/vt6655/ |
D | rxtx.h | 45 u16 packing; /* packing to 48 bytes */ member
|
/Linux-v5.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-v5.10/drivers/net/dsa/ocelot/ |
D | seville_vsc9953.c | 1168 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0); in vsc9953_xmit_template_populate() 1169 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0); in vsc9953_xmit_template_populate() 1170 packing(injection, &src, 46, 43, OCELOT_TAG_LEN, PACK, 0); in vsc9953_xmit_template_populate()
|
D | felix_vsc9959.c | 1342 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0); in vsc9959_xmit_template_populate() 1343 packing(injection, &dest, 68, 56, OCELOT_TAG_LEN, PACK, 0); in vsc9959_xmit_template_populate() 1344 packing(injection, &src, 46, 43, OCELOT_TAG_LEN, PACK, 0); in vsc9959_xmit_template_populate()
|
D | felix.c | 662 packing(extraction, &val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in felix_rxtstamp()
|
/Linux-v5.10/Documentation/devicetree/bindings/soundwire/ |
D | qcom,sdw.txt | 83 Definition: should be 0 or 1 to indicate the block packing mode.
|