Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/dsa/
A Docelot.h193 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()
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()
236 packing(injection, &qos_class, 19, 17, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_qos_class()
241 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0); in seville_ifh_set_dest()
246 packing(injection, &src, 46, 43, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_src()
251 packing(injection, &tag_type, 16, 16, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_tag_type()
[all …]
/linux-6.3-rc2/drivers/net/dsa/sja1105/
A 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()
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 Dsja1105_static_config.h434 size_t (*packing)(void *buf, void *entry_ptr, enum packing_op op); member
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dpacking.rst5 :Original: Documentation/core-api/packing.rst
155 中描述的相匹配。然后,他们应该封装packing()函数,创建一个新的xxx_packing(),使用
158 packing()函数返回一个int类型的错误码,以防止程序员使用不正确的API。这些错误预计不
A Dindex.rst50 packing
/linux-6.3-rc2/drivers/media/platform/intel/
A Dpxa_camera.c238 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-6.3-rc2/lib/
A Dpacking.c77 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing() function
199 EXPORT_SYMBOL(packing);
A DKconfig26 bool "Generic bitfield packing and unpacking"
30 This option provides the packing() helper function, which permits
A DMakefile169 obj-$(CONFIG_PACKING) += packing.o
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_main.c310 packing(ifh, &bypass, IFH_POS_BYPASS + IFH_WID_BYPASS - 1, in lan966x_ifh_set_bypass()
316 packing(ifh, &bypass, IFH_POS_DSTS + IFH_WID_DSTS - 1, in lan966x_ifh_set_port()
322 packing(ifh, &bypass, IFH_POS_QOS_CLASS + IFH_WID_QOS_CLASS - 1, in lan966x_ifh_set_qos_class()
328 packing(ifh, &bypass, IFH_POS_IPV + IFH_WID_IPV - 1, in lan966x_ifh_set_ipv()
334 packing(ifh, &vid, IFH_POS_TCI + IFH_WID_TCI - 1, in lan966x_ifh_set_vid()
340 packing(ifh, &rew_op, IFH_POS_REW_CMD + IFH_WID_REW_CMD - 1, in lan966x_ifh_set_rew_op()
346 packing(ifh, &timestamp, IFH_POS_TIMESTAMP + IFH_WID_TIMESTAMP - 1, in lan966x_ifh_set_timestamp()
587 packing(ifh, src_port, IFH_POS_SRCPORT + IFH_WID_SRCPORT - 1, in lan966x_ifh_get_src_port()
593 packing(ifh, len, IFH_POS_LEN + IFH_WID_LEN - 1, in lan966x_ifh_get_len()
599 packing(ifh, timestamp, IFH_POS_TIMESTAMP + IFH_WID_TIMESTAMP - 1, in lan966x_ifh_get_timestamp()
/linux-6.3-rc2/net/dsa/
A Dtag_sja1105.c120 packing(buf, &meta->tstamp, 31, 0, 4, UNPACK, 0); in sja1105_meta_unpack()
121 packing(buf + 4, &meta->dmac_byte_4, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack()
122 packing(buf + 5, &meta->dmac_byte_3, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack()
123 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack()
124 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack()
662 packing(rx_trailer, tstamp, 63, 0, 8, UNPACK, 0); in sja1110_rcv_inband_control_extension()
/linux-6.3-rc2/include/linux/
A Dpacking.h46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
/linux-6.3-rc2/Documentation/core-api/
A 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
A Dindex.rst45 packing
/linux-6.3-rc2/Documentation/filesystems/
A Dbtrfs.rst15 * Space efficient packing of small files
/linux-6.3-rc2/drivers/staging/vt6656/
A Drxtx.h45 u16 packing; /* packing to 48 bytes */ member
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-intel_th-devices-gth38 Description: (RW) Force flush data from byte packing buffer for the output
/linux-6.3-rc2/fs/reiserfs/
A 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()
/linux-6.3-rc2/drivers/staging/vt6655/
A Drxtx.h43 u16 packing; /* packing to 48 bytes */ member
/linux-6.3-rc2/Documentation/arm/
A 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-6.3-rc2/include/net/bluetooth/
A Dbluetooth.h187 __u8 packing; member
/linux-6.3-rc2/Documentation/devicetree/bindings/soundwire/
A Dqcom,soundwire.yaml132 Indicate the block packing mode.
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dmultigen_lru.rst99 optimize job scheduling (bin packing) to improve memory utilizations.
/linux-6.3-rc2/Documentation/bpf/
A Dmap_devmap.rst22 - While ``BPF_MAP_TYPE_DEVMAP_HASH`` allows for densely packing the net devices
/linux-6.3-rc2/net/bluetooth/
A Dhci_conn.c1690 cp.bis.packing = qos->packing; in hci_le_create_big()
1733 data.pdu.cp.packing = qos->packing; in hci_le_set_cig_params()

Completed in 62 milliseconds

12