Home
last modified time | relevance | path

Searched refs:map_id (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dxdp.h109 __field(u32, map_id)
120 __entry->map_id = map ? map->id : 0;
129 __entry->err, __entry->map_id, __entry->map_index)
179 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
182 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
185 __field(int, map_id)
197 __entry->map_id = map_id;
213 __entry->cpu, __entry->map_id,
222 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
225 TP_ARGS(map_id, processed, drops, to_cpu),
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dmap_iter.c10 u32 map_id; member
18 map = bpf_map_get_curr_or_next(&info->map_id); in bpf_map_seq_start()
32 ++info->map_id; in bpf_map_seq_next()
34 return bpf_map_get_curr_or_next(&info->map_id); in bpf_map_seq_next()
161 info->iter.map.map_id = aux->map->id; in bpf_iter_map_fill_link_info()
H A Dcpumap.c54 int map_id; /* Back reference to map */ member
379 trace_xdp_cpumap_kthread(rcpu->map_id, n, drops, sched, &stats); in cpu_map_kthread_run()
415 __cpu_map_entry_alloc(struct bpf_cpumap_val *value, u32 cpu, int map_id) in __cpu_map_entry_alloc() argument
450 rcpu->map_id = map_id; in __cpu_map_entry_alloc()
458 "cpumap/%d/map:%d", cpu, map_id); in __cpu_map_entry_alloc()
701 trace_xdp_cpumap_enqueue(rcpu->map_id, processed, drops, to_cpu); in bq_flush_to_queue()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsyscall_tp_user.c26 static void verify_map(int map_id) in verify_map() argument
31 if (bpf_map_lookup_elem(map_id, &key, &val) != 0) { in verify_map()
36 fprintf(stderr, "failed: map #%d returns value 0\n", map_id); in verify_map()
40 if (bpf_map_update_elem(map_id, &key, &val, BPF_ANY) != 0) { in verify_map()
H A Dxdp_monitor_kern.c35 u32 map_id; // offset:28 size:4; signed:0; member
151 int map_id; // offset:8; size:4; signed:1; member
186 int map_id; // offset:8; size:4; signed:1; member
H A Dxdp_redirect_cpu_kern.c585 u32 map_id; // offset:28 size:4; signed:0; member
659 int map_id; // offset:8; size:4; signed:1; member
699 int map_id; // offset:8; size:4; signed:1; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_common.c207 int map_id; in _ump_ukk_map_mem() local
237 map_id = ump_descriptor_mapping_allocate_mapping(session_data->cookies_map, (void *) descriptor); in _ump_ukk_map_mem()
239 if (map_id < 0) { in _ump_ukk_map_mem()
252 descriptor->cookie = (u32)map_id; in _ump_ukk_map_mem()
267 ump_descriptor_mapping_free(session_data->cookies_map, map_id); in _ump_ukk_map_mem()
292 ump_descriptor_mapping_free(session_data->cookies_map, map_id); in _ump_ukk_map_mem()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c36 __u32 map_id, map_id2, duration = 0; in test_pinning() local
82 map_id = get_map_id(obj, "pinmap"); in test_pinning()
83 if (!map_id) in test_pinning()
100 if (CHECK(map_id != map_id2, "check reuse", in test_pinning()
101 "err %d errno %d id %d id2 %d\n", err, errno, map_id, map_id2)) in test_pinning()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_entries.h264 __field_desc( int, rw, map_id )
271 __entry->map_id, __entry->opcode, __entry->width)
283 __field_desc( int, map, map_id )
289 __entry->map_id, __entry->opcode)
H A Dtrace_mmiotrace.c184 rw->width, secs, usec_rem, rw->map_id, in mmio_print_rw()
191 rw->width, secs, usec_rem, rw->map_id, in mmio_print_rw()
199 secs, usec_rem, rw->map_id, in mmio_print_rw()
229 secs, usec_rem, m->map_id, in mmio_print_map()
236 secs, usec_rem, m->map_id, 0UL, 0); in mmio_print_map()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmiotrace.h92 int map_id; member
101 int map_id; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmvnic.h310 u8 map_id; member
605 u8 map_id; member
615 u8 map_id; member
624 u8 map_id; member
632 u8 map_id; member
880 u8 map_id; member
1066 u8 map_id; member
H A Dibmvnic.c209 ltb->map_id = adapter->map_id; in alloc_long_term_buff()
210 adapter->map_id++; in alloc_long_term_buff()
216 rc = send_request_map(adapter, ltb->addr, ltb->size, ltb->map_id); in alloc_long_term_buff()
261 send_request_unmap(adapter, ltb->map_id); in free_long_term_buff()
264 ltb->map_id = 0; in free_long_term_buff()
279 rc = send_request_map(adapter, ltb->addr, ltb->size, ltb->map_id); in reset_long_term_buff()
363 sub_crq.rx_add.map_id = pool->long_term_buff.map_id; in replenish_rx_pool()
1124 adapter->map_id = 1; in init_resources()
1637 tx_crq.v1.dma_reg = cpu_to_be16(tx_pool->long_term_buff.map_id); in ibmvnic_xmit()
3882 u32 len, u8 map_id) in send_request_map() argument
[all …]
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dmmio-mod.c150 my_trace->map_id = trace->id; in pre()
250 map.map_id = trace->id; in ioremap_trace_core()
307 map.map_id = (found_trace) ? found_trace->id : -1; in iounmap_trace_core()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dsfdp.c668 u8 read_data_mask, map_id; in spi_nor_get_map_in_use() local
679 map_id = 0; in spi_nor_get_map_in_use()
701 map_id = map_id << 1 | !!(*buf & read_data_mask); in spi_nor_get_map_in_use()
713 if (SMPT_MAP_ID(smpt[i]) == map_id) { in spi_nor_get_map_in_use()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dnan.h129 #define NAN_MAPID_SET_SPECIFIC_MAPID(map_id) ((((map_id) << NAN_MAPID_MAPID_SHIFT) \ argument
310 uint8 map_id;
559 uint8 map_id; /* map id */
893 uint8 map_id; /* map id */
1197 uint8 map_id; /* map id */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dnan.h129 #define NAN_MAPID_SET_SPECIFIC_MAPID(map_id) ((((map_id) << NAN_MAPID_MAPID_SHIFT) \ argument
310 uint8 map_id;
559 uint8 map_id; /* map id */
893 uint8 map_id; /* map id */
1197 uint8 map_id; /* map id */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c58 record->map_id = map->id; in nfp_map_ptr_record()
450 u32 pkt_size, data_size, map_id; in nfp_bpf_event_output() local
459 map_id = map_id_full; in nfp_bpf_event_output()
467 record = rhashtable_lookup(&bpf->maps_neutral, &map_id, in nfp_bpf_event_output()
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c157 static int MR_PopulateDrvRaidMap(struct megasas_instance *instance, u64 map_id) in MR_PopulateDrvRaidMap() argument
170 fusion->ld_drv_map[(map_id & 1)]; in MR_PopulateDrvRaidMap()
179 fw_map_dyn = fusion->ld_map[(map_id & 1)]; in MR_PopulateDrvRaidMap()
244 (struct MR_FW_RAID_MAP_EXT *)fusion->ld_map[(map_id & 1)]; in MR_PopulateDrvRaidMap()
271 fusion->ld_map[(map_id & 1)]; in MR_PopulateDrvRaidMap()
302 u8 MR_ValidateMapInfo(struct megasas_instance *instance, u64 map_id) in MR_ValidateMapInfo() argument
314 if (MR_PopulateDrvRaidMap(instance, map_id)) in MR_ValidateMapInfo()
318 drv_map = fusion->ld_drv_map[(map_id & 1)]; in MR_ValidateMapInfo()
H A Dmegaraid_sas_debugfs.c72 debug->buf = (void *)fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_debugfs_raidmap_open()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dlink.c93 jsonw_uint_field(wtr, "map_id", info->iter.map.map_id); in show_iter_json()
204 printf("map_id %u ", info->iter.map.map_id); in show_iter_plain()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dnan.h288 uint8 map_id;
528 uint8 map_id; /* map id */
858 uint8 map_id; /* map id */
1117 uint8 map_id; /* map id */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dnan.h293 uint8 map_id;
542 uint8 map_id; /* map id */
872 uint8 map_id; /* map id */
1148 uint8 map_id; /* map id */
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dnan.h293 uint8 map_id;
542 uint8 map_id; /* map id */
872 uint8 map_id; /* map id */
1148 uint8 map_id; /* map id */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dnan.h293 uint8 map_id;
542 uint8 map_id; /* map id */
872 uint8 map_id; /* map id */
1148 uint8 map_id; /* map id */

12