Home
last modified time | relevance | path

Searched refs:packing (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_static_config.c19 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 …]
Dsja1105_static_config.h367 size_t (*packing)(void *buf, void *entry_ptr, enum packing_op op); member
/Linux-v5.10/net/dsa/
Dtag_ocelot.c166 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()
Dtag_sja1105.c50 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/
Dpxa_camera.c239 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/
Dgasket_interrupt.c103 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()
Dgasket_core.h67 int packing; member
/Linux-v5.10/lib/
Dpacking.c89 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing() function
211 EXPORT_SYMBOL(packing);
DKconfig26 bool "Generic bitfield packing and unpacking"
29 This option provides the packing() helper function, which permits
DMakefile163 obj-$(CONFIG_PACKING) += packing.o
/Linux-v5.10/include/linux/
Dpacking.h46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
/Linux-v5.10/Documentation/core-api/
Dpacking.rst2 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
Dindex.rst41 packing
/Linux-v5.10/Documentation/filesystems/
Dbtrfs.rst15 * Space efficient packing of small files
Derofs.rst161 2 flat file data with tail packing data inline (no extent);
/Linux-v5.10/drivers/staging/vt6656/
Drxtx.h47 u16 packing; /* packing to 48 bytes */ member
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-gth38 Description: (RW) Force flush data from byte packing buffer for the output
/Linux-v5.10/fs/reiserfs/
Dbitmap.c327 __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()
DREADME100 space problem with packing tails of files for files larger than a node
/Linux-v5.10/drivers/staging/vt6655/
Drxtx.h45 u16 packing; /* packing to 48 bytes */ member
/Linux-v5.10/Documentation/arm/
Dvlocks.rst125 * 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/
Dseville_vsc9953.c1168 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()
Dfelix_vsc9959.c1342 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()
Dfelix.c662 packing(extraction, &val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in felix_rxtstamp()
/Linux-v5.10/Documentation/devicetree/bindings/soundwire/
Dqcom,sdw.txt83 Definition: should be 0 or 1 to indicate the block packing mode.

12