Searched refs:packing (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/linux/dsa/
H A Docelot.h9 #include <linux/packing.h>
186 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0);
193 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0);
194 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0);
201 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0);
206 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0);
211 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0);
216 packing(extraction, vlan_tci, 15, 0, OCELOT_TAG_LEN, UNPACK, 0);
221 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0);
226 packing(injectio
[all...]
/linux-master/include/linux/
H A Dpacking.h21 * packing - Convert numbers (currently u64) between a packed and an unpacked
46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c11 /* Convenience wrappers over the generic packing functions. These take into
19 int rc = packing(buf, (u64 *)val, start, end, len,
41 int rc = packing((void *)buf, val, start, end, len,
59 int rc = packing(buf, val, start, end, len, op, QUIRK_LSW32_IS_FIRST);
930 * modifying the CRC of the header for a 2-stage packing operation
1149 table->ops->packing(p, entry_ptr, PACK);
1201 .packing = sja1105et_l2_lookup_entry_packing,
1207 .packing = sja1105_l2_policing_entry_packing,
1213 .packing = sja1105_vlan_lookup_entry_packing,
1219 .packing
[all...]
H A Dsja1105_dynamic_config.h8 #include <linux/packing.h>
H A Dsja1105_static_config.h8 #include <linux/packing.h>
434 size_t (*packing)(void *buf, void *entry_ptr, enum packing_op op); member in struct:sja1105_table_ops
H A Dsja1105_spi.c7 #include <linux/packing.h>
159 /* The packing API only supports u64 as CPU word size,
H A Dsja1105_clocking.c5 #include <linux/packing.h>
/linux-master/lib/
H A Dpacking.c5 #include <linux/packing.h>
51 * packing - Convert numbers (currently u64) between a packed and an unpacked
77 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, function
199 EXPORT_SYMBOL(packing); variable
201 MODULE_DESCRIPTION("Generic bitfield packing and unpacking");
H A DMakefile176 obj-$(CONFIG_PACKING) += packing.o
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c183 * enum pxa_mbus_packing - data packing types on the media-bus
184 * @PXA_MBUS_PACKING_NONE: no packing, bit-for-bit transfer to RAM, one
230 * @packing: Type of sample-packing, that has to be used
238 enum pxa_mbus_packing packing; member in struct:pxa_mbus_pixelfmt
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
[all...]
/linux-master/net/dsa/
H A Dtag_sja1105.c7 #include <linux/packing.h>
117 packing(buf, &meta->tstamp, 31, 0, 4, UNPACK, 0);
118 packing(buf + 4, &meta->dmac_byte_3, 7, 0, 1, UNPACK, 0);
119 packing(buf + 5, &meta->dmac_byte_4, 7, 0, 1, UNPACK, 0);
120 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0);
121 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0);
642 /* The timestamp is unaligned, so we need to use packing()
645 packing(rx_trailer, tstamp, 63, 0, 8, UNPACK, 0);
/linux-master/drivers/staging/vt6656/
H A Drxtx.h45 u16 packing; /* packing to 48 bytes */ member in struct:vnt_mic_hdr
/linux-master/drivers/staging/vt6655/
H A Drxtx.h42 u16 packing; /* packing to 48 bytes */ member in struct:vnt_mic_hdr
/linux-master/include/net/bluetooth/
H A Dbluetooth.h181 __u8 packing; member in struct:bt_iso_ucast_qos
191 __u8 packing; member in struct:bt_iso_bcast_qos
H A Dhci.h2142 __u8 packing; member in struct:hci_cp_le_set_cig_params
2191 __u8 packing; member in struct:hci_bis
/linux-master/fs/reiserfs/
H A Dbitmap.c323 * the packing is returned in disk byte order
327 __le32 packing; local
331 * some versions of reiserfsck expect packing locality 1 to be
335 packing = INODE_PKEY(dir)->k_objectid;
337 packing = INODE_PKEY(dir)->k_dir_id;
339 packing = INODE_PKEY(dir)->k_objectid;
340 return packing;
1043 * if new packing locality is being displaced
/linux-master/net/bluetooth/
H A Dhci_conn.c1715 cp.bis.packing = qos->bcast.packing;
1742 pdu.cp.packing = qos->ucast.packing;
H A Diso.c829 .packing = 0x00,
1437 if (qos->ucast.packing > 0x01)
1457 if (qos->bcast.packing > 0x01)

Completed in 248 milliseconds