Searched refs:map (Results 101 - 125 of 2546) sorted by last modified time

1234567891011>>

/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1300 /* map itct entry */
1402 /* map itct entry */
3302 qmap = &shost->tag_set.map[i];
4822 dev_err(dev, "cannot map register\n");
H A Dhisi_sas_main.c547 struct blk_mq_queue_map *qmap = &shost->tag_set.map[HCTX_TYPE_DEFAULT];
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c1173 /* Use mapping table, with classified QoS as index, to map QoS and DP
1185 for (i = 0; i < ARRAY_SIZE(qos->map.map); i++) {
1187 pcp = qos->map.map[i];
1226 u8 *pcp_itr = qos->map.map;
1237 for (i = 0; i < ARRAY_SIZE(qos->map.map); i++) {
1276 /* On ingress, map eac
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c35 struct msi_map map; member in struct:mlx5_irq
164 irq_update_affinity_hint(irq->map.virq, NULL);
168 irq_cpu_rmap_remove(rmap, irq->map.virq);
171 free_irq(irq->map.virq, &irq->nh);
172 if (irq->map.index && pci_msix_can_alloc_dyn(pool->dev->pdev))
173 pci_msix_free_irq(pool->dev->pdev, irq->map);
275 irq->map.virq = pci_irq_vector(dev->pdev, i);
276 irq->map.index = i;
278 irq->map = pci_msix_alloc_irq_at(dev->pdev, MSI_ANY_INDEX, af_desc);
279 if (!irq->map
526 struct msi_map map; local
555 mlx5_msix_free(struct mlx5_core_dev *dev, struct msi_map map) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.h110 mlx5e_ptp_metadata_map_put(struct mlx5e_ptp_metadata_map *map, argument
113 WARN_ON_ONCE(map->data[metadata]);
114 map->data[metadata] = skb;
/linux-master/drivers/hv/
H A Dvmbus_drv.c37 #include <linux/dma-map-ops.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_lrc.c631 struct iosys_map map = lrc->bo->vmap; \
633 xe_assert(lrc_to_xe(lrc), !iosys_map_is_null(&map)); \
634 iosys_map_incr(&map, __xe_lrc_##elem##_offset(lrc)); \
635 return map; \
659 struct iosys_map map; local
661 map = __xe_lrc_regs_map(lrc);
662 iosys_map_incr(&map, reg_nr * sizeof(u32));
663 return xe_map_read32(xe, &map);
669 struct iosys_map map; local
671 map
713 struct iosys_map map; local
797 xe_map_write32(lrc_to_xe(lrc), &map, lrc->fence_ctx.next_seqno - 1); local
800 xe_map_write32(lrc_to_xe(lrc), &map, lrc->fence_ctx.next_seqno - 1); local
893 struct iosys_map map = __xe_lrc_seqno_map(lrc); local
900 struct iosys_map map = __xe_lrc_start_seqno_map(lrc); local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c846 static const u8 map[] = { local
862 tmp = map[psr->alpm_parameters.io_wake_lines -
866 tmp = map[psr->alpm_parameters.fast_wake_lines - TGL_EDP_PSR2_FAST_WAKE_MIN_LINES];
/linux-master/drivers/cxl/core/
H A Dregs.c31 * @map: Map object describing the register block information found
36 * Probe for component register information and return it in map object.
39 struct cxl_component_reg_map *map)
44 *map = (struct cxl_component_reg_map) { 0 };
86 rmap = &map->hdm_decoder;
93 rmap = &map->ras;
115 * @map: Map object describing the register block information found
117 * Probe for device register information and return it in map object.
120 struct cxl_device_reg_map *map)
125 *map
38 cxl_probe_component_regs(struct device *dev, void __iomem *base, struct cxl_component_reg_map *map) argument
119 cxl_probe_device_regs(struct device *dev, void __iomem *base, struct cxl_device_reg_map *map) argument
203 cxl_map_component_regs(const struct cxl_register_map *map, struct cxl_component_regs *regs, unsigned long map_mask) argument
237 cxl_map_device_regs(const struct cxl_register_map *map, struct cxl_device_regs *regs) argument
271 cxl_decode_regblock(struct pci_dev *pdev, u32 reg_lo, u32 reg_hi, struct cxl_register_map *map) argument
305 cxl_find_regblock_instance(struct pci_dev *pdev, enum cxl_regloc_type type, struct cxl_register_map *map, int index) argument
360 cxl_find_regblock(struct pci_dev *pdev, enum cxl_regloc_type type, struct cxl_register_map *map) argument
378 struct cxl_register_map map; local
390 cxl_map_pmu_regs(struct cxl_register_map *map, struct cxl_pmu_regs *regs) argument
404 cxl_map_regblock(struct cxl_register_map *map) argument
418 cxl_unmap_regblock(struct cxl_register_map *map) argument
424 cxl_probe_regs(struct cxl_register_map *map) argument
458 cxl_setup_regs(struct cxl_register_map *map) argument
[all...]
/linux-master/drivers/cxl/
H A Dcxl.h283 struct cxl_component_reg_map *map);
285 struct cxl_device_reg_map *map);
286 int cxl_map_component_regs(const struct cxl_register_map *map,
289 int cxl_map_device_regs(const struct cxl_register_map *map,
291 int cxl_map_pmu_regs(struct cxl_register_map *map, struct cxl_pmu_regs *regs);
296 struct cxl_register_map *map, int index);
298 struct cxl_register_map *map);
299 int cxl_setup_regs(struct cxl_register_map *map);
/linux-master/drivers/acpi/
H A Dscan.c19 #include <linux/dma-map-ops.h>
1511 * @map: pointer to DMA ranges result
1518 int acpi_dma_get_range(struct device *dev, const struct bus_dma_region **map) argument
1556 *map = r;
1560 kfree(*map);
1561 *map = NULL;
/linux-master/arch/x86/kernel/
H A Dsev.c625 void *map; local
634 map = early_memremap(pa_data, sizeof(info));
635 if (!map) {
636 pr_err("Unable to locate SNP secrets page: failed to map the Confidential Computing blob.\n");
639 memcpy(&info, map, sizeof(info));
640 early_memunmap(map, sizeof(info));
661 pr_err("Unable to locate AP jump table address: failed to map the SNP secrets page.\n");
1361 panic("Can't map GHCBs unencrypted");
H A Dsetup.c11 #include <linux/dma-map-ops.h>
931 printk(KERN_INFO "fixed physical RAM map:\n");
1144 /* Last opportunity to detect and map the local APIC */
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1400 fail_test "got $count infinite map[s] TX expected $infi_tx"
1410 fail_test "got $count infinite map[s] RX expected $infi_rx"
2593 # subflow v4-map-v6
2594 if reset "single subflow v4-map-v6"; then
2602 # signal address v4-map-v6
2603 if reset "signal address v4-map-v6"; then
2612 # subflow v6-map-v4
2613 if reset "single subflow v6-map-v4"; then
2621 # signal address v6-map-v4
2622 if reset "signal address v6-map
[all...]
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c313 u32 psst, dsl, map, ccca, vtarget; local
330 /* dev_err(hw->card->devK, "emu: cannot map!\n"); */
363 map = (hw->silent_page.addr << hw->address_mode) | (hw->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MASK0);
427 MAPA, map,
428 MAPB, map,
/linux-master/net/core/
H A Dsock_map.c18 struct bpf_map map; member in struct:bpf_stab
27 static int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog,
29 static struct sk_psock_progs *sock_map_progs(struct bpf_map *map);
46 bpf_map_init_from_attr(&stab->map, attr);
49 stab->sks = bpf_map_area_alloc((u64) stab->map.max_entries *
51 stab->map.numa_node);
57 return &stab->map;
63 struct bpf_map *map; local
71 map = __bpf_map_get(f);
72 if (IS_ERR(map))
83 struct bpf_map *map; local
128 sock_map_add_link(struct sk_psock *psock, struct sk_psock_link *link, struct bpf_map *map, void *link_raw) argument
148 struct bpf_map *map = link->map; local
213 sock_map_link(struct bpf_map *map, struct sock *sk) argument
332 sock_map_free(struct bpf_map *map) argument
365 sock_map_release_progs(struct bpf_map *map) argument
370 __sock_map_lookup_elem(struct bpf_map *map, u32 key) argument
381 sock_map_lookup(struct bpf_map *map, void *key) argument
393 sock_map_lookup_sys(struct bpf_map *map, void *key) argument
431 sock_map_delete_from_link(struct bpf_map *map, struct sock *sk, void *link_raw) argument
439 sock_map_delete_elem(struct bpf_map *map, void *key) argument
452 sock_map_get_next_key(struct bpf_map *map, void *key, void *next) argument
467 sock_map_update_common(struct bpf_map *map, u32 idx, struct sock *sk, u64 flags) argument
550 sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, u64 flags) argument
591 sock_map_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) argument
695 struct bpf_map *map; member in struct:sock_map_seq_info
803 sock_map_mem_usage(const struct bpf_map *map) argument
849 struct bpf_map map; member in struct:bpf_shtab
883 __sock_hash_lookup_elem(struct bpf_map *map, void *key) argument
906 sock_hash_delete_from_link(struct bpf_map *map, struct sock *sk, void *link_raw) argument
931 sock_hash_delete_elem(struct bpf_map *map, void *key) argument
984 sock_hash_update_common(struct bpf_map *map, void *key, struct sock *sk, u64 flags) argument
1049 sock_hash_get_next_key(struct bpf_map *map, void *key, void *key_next) argument
1137 sock_hash_free(struct bpf_map *map) argument
1189 sock_hash_lookup_sys(struct bpf_map *map, void *key) argument
1204 sock_hash_lookup(struct bpf_map *map, void *key) argument
1216 sock_hash_release_progs(struct bpf_map *map) argument
1299 struct bpf_map *map; member in struct:sock_hash_seq_info
1415 sock_hash_mem_usage(const struct bpf_map *map) argument
1449 sock_map_progs(struct bpf_map *map) argument
1463 sock_map_prog_lookup(struct bpf_map *map, struct bpf_prog ***pprog, u32 which) argument
1497 sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, struct bpf_prog *old, u32 which) argument
1521 struct bpf_map *map; local
1670 struct bpf_map *map; local
[all...]
/linux-master/kernel/trace/
H A Dbpf_trace.c213 * and keys a hash map with it, then semantically identical strings can
214 * occupy multiple entries in the map.
549 get_map_perf_counter(struct bpf_map *map, u64 flags, argument
552 struct bpf_array *array = container_of(map, struct bpf_array, map);
561 if (unlikely(index >= array->map.max_entries))
571 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags)
576 err = get_map_perf_counter(map, flags, &value, NULL, NULL);
594 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags,
601 err = get_map_perf_counter(map, flag
622 __bpf_perf_event_output(struct pt_regs *regs, struct bpf_map *map, u64 flags, struct perf_sample_data *sd) argument
718 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, void *ctx, u64 ctx_size, bpf_ctx_copy_t ctx_copy) argument
[all...]
/linux-master/kernel/bpf/
H A Dsyscall.c43 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \
44 (map)->map_type == BPF_MAP_TYPE_CGROUP_ARRAY || \
45 (map)->map_type == BPF_MAP_TYPE_ARRAY_OF_MAPS)
46 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY)
47 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS)
48 #define IS_FD_MAP(map) (IS_FD_ARRAY(map) || IS_FD_PROG_ARRA
115 bpf_map_write_active_inc(struct bpf_map *map) argument
120 bpf_map_write_active_dec(struct bpf_map *map) argument
125 bpf_map_write_active(const struct bpf_map *map) argument
130 bpf_map_value_size(const struct bpf_map *map) argument
143 maybe_wait_bpf_programs(struct bpf_map *map) argument
158 bpf_map_update_value(struct bpf_map *map, struct file *map_file, void *key, void *value, __u64 flags) argument
211 bpf_map_copy_value(struct bpf_map *map, void *key, void *value, __u64 flags) argument
339 bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) argument
350 bpf_map_alloc_id(struct bpf_map *map) argument
368 bpf_map_free_id(struct bpf_map *map) argument
389 bpf_map_save_memcg(struct bpf_map *map) argument
400 bpf_map_release_memcg(struct bpf_map *map) argument
406 bpf_map_get_memcg(const struct bpf_map *map) argument
414 bpf_map_kmalloc_node(const struct bpf_map *map, size_t size, gfp_t flags, int node) argument
429 bpf_map_kzalloc(const struct bpf_map *map, size_t size, gfp_t flags) argument
443 bpf_map_kvcalloc(struct bpf_map *map, size_t n, size_t size, gfp_t flags) argument
458 bpf_map_alloc_percpu(const struct bpf_map *map, size_t size, size_t align, gfp_t flags) argument
474 bpf_map_save_memcg(struct bpf_map *map) argument
478 bpf_map_release_memcg(struct bpf_map *map) argument
483 bpf_map_alloc_pages(const struct bpf_map *map, gfp_t gfp, int nid, unsigned long nr_pages, struct page **pages) argument
572 bpf_map_free_record(struct bpf_map *map) argument
727 struct bpf_map *map = container_of(work, struct bpf_map, work); local
751 bpf_map_put_uref(struct bpf_map *map) argument
759 bpf_map_free_in_work(struct bpf_map *map) argument
784 bpf_map_put(struct bpf_map *map) argument
801 bpf_map_put_with_uref(struct bpf_map *map) argument
809 struct bpf_map *map = filp->private_data; local
818 map_get_sys_perms(struct bpf_map *map, struct fd f) argument
832 bpf_map_memory_usage(const struct bpf_map *map) argument
839 struct bpf_map *map = filp->private_data; local
896 struct bpf_map *map = vma->vm_file->private_data; local
905 struct bpf_map *map = vma->vm_file->private_data; local
918 struct bpf_map *map = filp->private_data; local
966 struct bpf_map *map = filp->private_data; local
978 struct bpf_map *map = filp->private_data; local
1001 bpf_map_new_fd(struct bpf_map *map, int flags) argument
1056 map_check_no_btf(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_type, const struct btf_type *value_type) argument
1064 map_check_btf(struct bpf_map *map, struct bpf_token *token, const struct btf *btf, u32 btf_key_id, u32 btf_value_id) argument
1189 struct bpf_map *map; local
1423 bpf_map_inc(struct bpf_map *map) argument
1429 bpf_map_inc_with_uref(struct bpf_map *map) argument
1439 struct bpf_map *map; local
1455 struct bpf_map *map; local
1470 __bpf_map_inc_not_zero(struct bpf_map *map, bool uref) argument
1483 bpf_map_inc_not_zero(struct bpf_map *map) argument
1493 bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) argument
1528 struct bpf_map *map; local
1603 struct bpf_map *map; local
1660 struct bpf_map *map; local
1717 struct bpf_map *map; local
1776 generic_map_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) argument
1832 generic_map_update_batch(struct bpf_map *map, struct file *map_file, const union bpf_attr *attr, union bpf_attr __user *uattr) argument
1895 generic_map_lookup_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) argument
2002 struct bpf_map *map; local
2093 struct bpf_map *map; local
4305 struct bpf_map *map; local
4387 struct bpf_map *map; local
4425 const struct bpf_map *map; local
4452 const struct bpf_map *map; local
4827 bpf_map_get_info_by_fd(struct file *file, struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) argument
5146 struct bpf_map *map; local
5545 struct bpf_map *map; local
[all...]
/linux-master/include/linux/
H A Dbpf.h80 /* map is generic key/value storage optionally accessible by eBPF programs */
85 void (*map_release)(struct bpf_map *map, struct file *map_file);
86 void (*map_free)(struct bpf_map *map);
87 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key);
88 void (*map_release_uref)(struct bpf_map *map);
89 void *(*map_lookup_elem_sys_only)(struct bpf_map *map, void *key);
90 int (*map_lookup_batch)(struct bpf_map *map, const union bpf_attr *attr,
92 int (*map_lookup_and_delete_elem)(struct bpf_map *map, void *key,
94 int (*map_lookup_and_delete_batch)(struct bpf_map *map,
97 int (*map_update_batch)(struct bpf_map *map, struc
443 check_and_init_map_value(struct bpf_map *map, void *dst) argument
490 copy_map_value(struct bpf_map *map, void *dst, void *src) argument
495 copy_map_value_long(struct bpf_map *map, void *dst, void *src) argument
520 zero_map_value(struct bpf_map *map, void *dst) argument
550 struct bpf_map map; member in struct:bpf_offloaded_map
557 map_to_offmap(struct bpf_map *map) argument
562 bpf_map_offload_neutral(const struct bpf_map *map) argument
567 bpf_map_support_seq_show(const struct bpf_map *map) argument
1404 struct bpf_map *map; member in struct:bpf_jit_poke_descriptor::__anon216::__anon217
1566 struct bpf_map *map; member in struct:bpf_array_aux
1837 bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, void *value) argument
1847 bpf_map_struct_ops_info_fill(struct bpf_map_info *info, struct bpf_map *map) argument
1873 struct bpf_map map; member in struct:bpf_array
1907 bpf_map_flags_to_cap(struct bpf_map *map) argument
1935 map_type_contains_progs(struct bpf_map *map) argument
2248 bpf_map_kmalloc_node(const struct bpf_map *map, size_t size, gfp_t flags, int node) argument
2255 bpf_map_kzalloc(const struct bpf_map *map, size_t size, gfp_t flags) argument
2261 bpf_map_kvcalloc(struct bpf_map *map, size_t n, size_t size, gfp_t flags) argument
2267 bpf_map_alloc_percpu(const struct bpf_map *map, size_t size, size_t align, gfp_t flags) argument
2275 bpf_map_init_elem_count(struct bpf_map *map) argument
2288 bpf_map_free_elem_count(struct bpf_map *map) argument
2293 bpf_map_inc_elem_count(struct bpf_map *map) argument
2298 bpf_map_dec_elem_count(struct bpf_map *map) argument
2385 struct bpf_map *map; member in struct:bpf_iter_aux_info
2757 dev_map_enqueue_multi(struct xdp_frame *xdpf, struct net_device *dev_rx, struct bpf_map *map, bool exclude_ingress) argument
2773 dev_map_redirect_multi(struct net_device *dev, struct sk_buff *skb, struct bpf_prog *xdp_prog, struct bpf_map *map, bool exclude_ingress) argument
2838 bpf_map_put(struct bpf_map *map) argument
2991 bpf_map_is_offloaded(struct bpf_map *map) argument
3056 bpf_map_is_offloaded(struct bpf_map *map) argument
3066 bpf_map_offload_map_free(struct bpf_map *map) argument
3070 bpf_map_offload_map_mem_usage(const struct bpf_map *map) argument
3095 sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, u64 flags) argument
3137 bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, void *value) argument
3143 bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_buf.c77 * enough to know it doesn't have to map a single page, so the check has
221 struct xfs_buf_map *map,
263 bp->b_rhash_key = map[0].bm_bn;
266 bp->b_maps[i].bm_bn = map[i].bm_bn;
267 bp->b_maps[i].bm_len = map[i].bm_len;
268 bp->b_length += map[i].bm_len;
477 const struct xfs_buf_map *map = arg->key; local
486 if (bp->b_rhash_key != map->bm_bn)
489 if (unlikely(bp->b_length != map->bm_len)) {
498 if (!(map
219 _xfs_buf_alloc( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
531 xfs_buf_map_verify( struct xfs_buftarg *btp, struct xfs_buf_map *map) argument
589 xfs_buf_lookup( struct xfs_buf_cache *bch, struct xfs_buf_map *map, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
622 xfs_buf_find_insert( struct xfs_buftarg *btp, struct xfs_buf_cache *bch, struct xfs_perag *pag, struct xfs_buf_map *cmap, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
690 xfs_buftarg_get_pag( struct xfs_buftarg *btp, const struct xfs_buf_map *map) argument
717 xfs_buf_get_map( struct xfs_buftarg *btp, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
845 xfs_buf_read_map( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops, xfs_failaddr_t fa) argument
930 xfs_buf_readahead_map( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, const struct xfs_buf_ops *ops) argument
1521 xfs_buf_ioapply_map( struct xfs_buf *bp, int map, int *buf_offset, int *count, blk_opf_t op) argument
[all...]
/linux-master/fs/ext4/
H A Dsuper.c5799 struct ext4_map_blocks map; local
5805 map.m_lblk = *block;
5806 map.m_len = 1;
5807 ret = ext4_map_blocks(NULL, journal->j_inode, &map, 0);
5815 *block = map.m_pblk;
/linux-master/drivers/ufs/core/
H A Dufshcd.c1257 * the budget map before scsi_host_queue_ready() checks the host_self_blocked
2931 struct blk_mq_queue_map *map = &shost->tag_set.map[i]; local
2933 map->nr_queues = hba->nr_queues[i];
2934 if (!map->nr_queues)
2936 map->queue_offset = queue_offset;
2938 map->queue_offset = 0;
2940 blk_mq_map_queues(map);
2941 queue_offset += map->nr_queues;
/linux-master/drivers/nvme/host/
H A Dfc.c2258 * and CQEs and dma map them - mapping their respective entries
2868 struct blk_mq_queue_map *map = &set->map[i]; local
2870 if (!map->nr_queues) {
2875 /* Call LLDD map queue functionality if defined */
2878 map);
2880 blk_mq_map_queues(map);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2155 const struct ethtool_forced_speed_map *map; local
2159 map = ice_adv_lnk_speed_maps + i;
2160 if (linkmode_intersects(ks->link_modes.advertising, map->caps))
2161 adv_link_speed |= ice_speed_to_aq_link(map->speed);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c366 * @vecmap: irq map info
368 * configure irq link list from the map
2443 * i40e_validate_queue_map - check queue map is valid
2446 * @queuemap: Tx or Rx queue map
2448 * check if Tx or Rx queue map is valid
2476 * queue map
2482 struct virtchnl_vector_map *map; local
2499 map = &irqmap_info->vecmap[i];
2501 if (!i40e_vc_isvalid_vector_id(vf, map->vector_id) ||
2502 !i40e_vc_isvalid_vsi_id(vf, map
[all...]

Completed in 417 milliseconds

1234567891011>>