Searched refs:UNPACK (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/dsa/ |
| H A D | ocelot.h | 189 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val() 196 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 197 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 204 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port() 209 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class() 214 packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_tag_type() 219 packing(extraction, vlan_tci, 15, 0, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_vlan_tci()
|
| /linux/tools/perf/ |
| H A D | perf-archive.sh | 10 UNPACK=0 17 UNPACK=1 33 if [ $UNPACK -eq 1 ]; then
|
| /linux/net/dsa/ |
| H A D | tag_sja1105.c | 117 packing(buf, &meta->tstamp, 31, 0, 4, UNPACK, 0); in sja1105_meta_unpack() 118 packing(buf + 4, &meta->dmac_byte_3, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 119 packing(buf + 5, &meta->dmac_byte_4, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 120 packing(buf + 6, &meta->source_port, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 121 packing(buf + 7, &meta->switch_id, 7, 0, 1, UNPACK, 0); in sja1105_meta_unpack() 601 packing(rx_trailer, tstamp, 63, 0, 8, UNPACK, 0); in sja1110_rcv_inband_control_extension()
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_dynamic_config.c | 546 } else if (op == UNPACK) { in sja1110_vlan_lookup_cmd_packing() 548 SJA1110_SIZE_VLAN_LOOKUP_ENTRY, UNPACK); in sja1110_vlan_lookup_cmd_packing() 1195 ops->cmd_packing(packed_buf, &cmd, UNPACK); in sja1105_dynamic_config_poll_valid() 1211 ops->entry_packing(packed_buf, entry, UNPACK); in sja1105_dynamic_config_poll_valid()
|
| H A D | sja1105_spi.c | 304 sja1105_table_header_packing(final_header_ptr, &final_header, UNPACK); in static_config_buf_prepare_for_upload()
|
| H A D | sja1105_static_config.c | 38 UNPACK, QUIRK_LSW32_IS_FIRST); in sja1105_unpack()
|
| /linux/include/linux/ |
| H A D | packing.h | 98 UNPACK, enumerator
|