Home
last modified time | relevance | path

Searched defs:mdev (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/linux/drivers/net/ethernet/mellanox/mlx5/core/accel/
A Dtls.h46 static inline bool mlx5_accel_is_ktls_tx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_tx()
51 static inline bool mlx5_accel_is_ktls_rx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_rx()
56 static inline bool mlx5_accel_is_ktls_device(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_device()
68 static inline bool mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check()
81 static inline bool mlx5_accel_is_ktls_tx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_tx()
84 static inline bool mlx5_accel_is_ktls_rx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_rx()
88 mlx5_ktls_create_key(struct mlx5_core_dev *mdev, in mlx5_ktls_create_key()
92 mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id) {} in mlx5_ktls_destroy_key()
95 mlx5_accel_is_ktls_device(struct mlx5_core_dev *mdev) { return false; } in mlx5_accel_is_ktls_device()
97 mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check()
[all …]
A Dtls.c43 int mlx5_accel_tls_add_flow(struct mlx5_core_dev *mdev, void *flow, in mlx5_accel_tls_add_flow()
53 void mlx5_accel_tls_del_flow(struct mlx5_core_dev *mdev, u32 swid, in mlx5_accel_tls_del_flow()
59 int mlx5_accel_tls_resync_rx(struct mlx5_core_dev *mdev, __be32 handle, in mlx5_accel_tls_resync_rx()
65 bool mlx5_accel_is_tls_device(struct mlx5_core_dev *mdev) in mlx5_accel_is_tls_device()
71 u32 mlx5_accel_tls_device_caps(struct mlx5_core_dev *mdev) in mlx5_accel_tls_device_caps()
76 int mlx5_accel_tls_init(struct mlx5_core_dev *mdev) in mlx5_accel_tls_init()
81 void mlx5_accel_tls_cleanup(struct mlx5_core_dev *mdev) in mlx5_accel_tls_cleanup()
88 int mlx5_ktls_create_key(struct mlx5_core_dev *mdev, in mlx5_ktls_create_key()
121 void mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id) in mlx5_ktls_destroy_key()
A Dipsec.c41 void mlx5_accel_ipsec_init(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_init()
64 void mlx5_accel_ipsec_cleanup(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_cleanup()
74 u32 mlx5_accel_ipsec_device_caps(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_device_caps()
85 unsigned int mlx5_accel_ipsec_counters_count(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_counters_count()
95 int mlx5_accel_ipsec_counters_read(struct mlx5_core_dev *mdev, u64 *counters, in mlx5_accel_ipsec_counters_read()
106 void *mlx5_accel_esp_create_hw_context(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_hw_context()
128 void mlx5_accel_esp_free_hw_context(struct mlx5_core_dev *mdev, void *context) in mlx5_accel_esp_free_hw_context()
139 mlx5_accel_esp_create_xfrm(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_xfrm()
/linux/drivers/virtio/
A Dvirtio_pci_modern_dev.c21 vp_modern_map_capability(struct virtio_pci_modern_device *mdev, int off, in vp_modern_map_capability()
207 int vp_modern_probe(struct virtio_pci_modern_device *mdev) in vp_modern_probe()
351 void vp_modern_remove(struct virtio_pci_modern_device *mdev) in vp_modern_remove()
371 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_features()
412 void vp_modern_set_features(struct virtio_pci_modern_device *mdev, in vp_modern_set_features()
430 u32 vp_modern_generation(struct virtio_pci_modern_device *mdev) in vp_modern_generation()
444 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status()
457 void vp_modern_set_status(struct virtio_pci_modern_device *mdev, in vp_modern_set_status()
474 u16 vp_modern_queue_vector(struct virtio_pci_modern_device *mdev, in vp_modern_queue_vector()
493 u16 vp_modern_config_vector(struct virtio_pci_modern_device *mdev, in vp_modern_config_vector()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dparams.c113 bool mlx5e_rx_mpwqe_is_linear_skb(struct mlx5_core_dev *mdev, in mlx5e_rx_mpwqe_is_linear_skb()
181 u16 mlx5e_get_rq_headroom(struct mlx5_core_dev *mdev, in mlx5e_get_rq_headroom()
296 bool slow_pci_heuristic(struct mlx5_core_dev *mdev) in slow_pci_heuristic()
333 void mlx5e_init_rq_type_params(struct mlx5_core_dev *mdev, in mlx5e_init_rq_type_params()
357 void mlx5e_build_rq_params(struct mlx5_core_dev *mdev, in mlx5e_build_rq_params()
527 int mlx5e_build_rq_param(struct mlx5_core_dev *mdev, in mlx5e_build_rq_param()
609 void mlx5e_build_tx_cq_param(struct mlx5_core_dev *mdev, in mlx5e_build_tx_cq_param()
633 void mlx5e_build_sq_param(struct mlx5_core_dev *mdev, in mlx5e_build_sq_param()
676 u32 mlx5e_shampo_hd_per_wqe(struct mlx5_core_dev *mdev, in mlx5e_shampo_hd_per_wqe()
698 u32 mlx5e_shampo_hd_per_wq(struct mlx5_core_dev *mdev, in mlx5e_shampo_hd_per_wq()
[all …]
/linux/drivers/staging/most/video/
A Dvideo.c51 struct most_video_dev *mdev; member
119 struct most_video_dev *mdev = fh->mdev; in comp_vdev_close() local
155 struct most_video_dev *mdev = fh->mdev; in comp_vdev_read() local
204 struct most_video_dev *mdev = fh->mdev; in comp_vdev_poll() local
246 struct most_video_dev *mdev = fh->mdev; in vidioc_querycap() local
280 struct most_video_dev *mdev = fh->mdev; in vidioc_try_fmt_vid_cap() local
289 struct most_video_dev *mdev = fh->mdev; in vidioc_s_fmt_vid_cap() local
371 struct most_video_dev *mdev; in get_comp_dev() local
388 struct most_video_dev *mdev = in comp_rx_data() local
443 struct most_video_dev *mdev = in comp_v4l2_dev_release() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dclock.c183 struct mlx5_core_dev *mdev; in mlx5_timestamp_overflow() local
222 struct mlx5_core_dev *mdev; in mlx5_ptp_settime() local
256 struct mlx5_core_dev *mdev; in mlx5_ptp_gettimex() local
303 struct mlx5_core_dev *mdev; in mlx5_ptp_adjtime() local
337 struct mlx5_core_dev *mdev; in mlx5_ptp_adjfreq() local
374 struct mlx5_core_dev *mdev = in mlx5_extts_configure() local
473 struct mlx5_core_dev *mdev = in mlx5_perout_configure() local
726 struct mlx5_core_dev *mdev; in mlx5_pps_event() local
858 static void mlx5_init_pps(struct mlx5_core_dev *mdev) in mlx5_init_pps()
869 void mlx5_init_clock(struct mlx5_core_dev *mdev) in mlx5_init_clock()
[all …]
A Dclock.h36 static inline bool mlx5_is_real_time_rq(struct mlx5_core_dev *mdev) in mlx5_is_real_time_rq()
45 static inline bool mlx5_is_real_time_sq(struct mlx5_core_dev *mdev) in mlx5_is_real_time_sq()
60 static inline int mlx5_clock_get_ptp_index(struct mlx5_core_dev *mdev) in mlx5_clock_get_ptp_index()
90 static inline void mlx5_init_clock(struct mlx5_core_dev *mdev) {} in mlx5_init_clock()
91 static inline void mlx5_cleanup_clock(struct mlx5_core_dev *mdev) {} in mlx5_cleanup_clock()
92 static inline int mlx5_clock_get_ptp_index(struct mlx5_core_dev *mdev) in mlx5_clock_get_ptp_index()
110 static inline cqe_ts_to_ns mlx5_rq_ts_translator(struct mlx5_core_dev *mdev) in mlx5_rq_ts_translator()
116 static inline cqe_ts_to_ns mlx5_sq_ts_translator(struct mlx5_core_dev *mdev) in mlx5_sq_ts_translator()
/linux/drivers/gpu/drm/mgag200/
A Dmgag200_mode.c38 struct mga_device *mdev = to_mga_device(dev); in mga_crtc_load_lut() local
89 static inline void mga_wait_vsync(struct mga_device *mdev) in mga_wait_vsync()
104 static inline void mga_wait_busy(struct mga_device *mdev) in mga_wait_busy()
319 static void mgag200_init_regs(struct mga_device *mdev) in mgag200_init_regs()
460 static void mgag200_set_offset(struct mga_device *mdev, in mgag200_set_offset()
710 struct mga_device *mdev = to_mga_device(dev); in mga_vga_mode_valid() local
866 struct mga_device *mdev = to_mga_device(dev); in mgag200_simple_display_pipe_enable() local
908 struct mga_device *mdev = to_mga_device(crtc->dev); in mgag200_simple_display_pipe_disable() local
920 struct mga_device *mdev = to_mga_device(dev); in mgag200_simple_display_pipe_check() local
952 struct mga_device *mdev = to_mga_device(dev); in mgag200_simple_display_pipe_update() local
[all …]
A Dmgag200_i2c.c36 static int mga_i2c_read_gpio(struct mga_device *mdev) in mga_i2c_read_gpio()
42 static void mga_i2c_set_gpio(struct mga_device *mdev, int mask, int val) in mga_i2c_set_gpio()
52 static inline void mga_i2c_set(struct mga_device *mdev, int mask, int state) in mga_i2c_set()
64 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_setsda() local
71 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_setscl() local
78 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_getsda() local
85 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_getscl() local
91 struct mga_device *mdev = to_mga_device(dev); in mgag200_i2c_create() local
/linux/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_dev.c26 struct komeda_dev *mdev = sf->private; in komeda_register_show() local
47 static void komeda_debugfs_init(struct komeda_dev *mdev) in komeda_debugfs_init()
63 struct komeda_dev *mdev = dev_to_mdev(dev); in core_id_show() local
72 struct komeda_dev *mdev = dev_to_mdev(dev); in config_id_show() local
95 struct komeda_dev *mdev = dev_to_mdev(dev); in aclk_hz_show() local
137 static int komeda_parse_dt(struct device *dev, struct komeda_dev *mdev) in komeda_parse_dt()
188 struct komeda_dev *mdev; in komeda_dev_create() local
281 void komeda_dev_destroy(struct komeda_dev *mdev) in komeda_dev_destroy()
322 int komeda_dev_resume(struct komeda_dev *mdev) in komeda_dev_resume()
335 int komeda_dev_suspend(struct komeda_dev *mdev) in komeda_dev_suspend()
/linux/drivers/sh/maple/
A Dmaple.c138 struct maple_device *mdev; in maple_release_device() local
212 struct maple_device *mdev; in maple_alloc_dev() local
236 static void maple_free_dev(struct maple_device *mdev) in maple_free_dev()
315 struct maple_device *mdev; in maple_check_matching_driver() local
409 struct maple_device *mdev; in check_maple_device() local
421 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands() local
448 struct maple_device *mdev; in maple_vblank_handler() local
523 static void maple_clean_submap(struct maple_device *mdev) in maple_clean_submap()
616 struct maple_device *mdev; in maple_port_rescan() local
633 struct maple_device *mdev; in maple_dma_handler() local
[all …]
/linux/drivers/vfio/mdev/
A Dvfio_mdev.c22 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_open_device() local
33 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_close_device() local
43 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_unlocked_ioctl() local
55 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_read() local
68 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_write() local
80 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_mmap() local
91 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_request() local
112 static int vfio_mdev_probe(struct mdev_device *mdev) in vfio_mdev_probe()
135 static void vfio_mdev_remove(struct mdev_device *mdev) in vfio_mdev_remove()
/linux/drivers/vdpa/virtio_pci/
A Dvp_vdpa.c35 struct virtio_pci_modern_device mdev; member
58 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_features() local
65 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_features() local
74 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_status() local
92 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_free_irq() local
139 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_request_irq() local
194 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_set_status() local
208 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_reset() local
368 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_get_config() local
388 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_set_config() local
[all …]
/linux/include/media/
A Dmedia-device.h203 struct media_entity_enum *ent_enum, struct media_device *mdev) in media_entity_enum_init()
391 #define media_device_for_each_entity(entity, mdev) \ argument
395 #define media_device_for_each_intf(intf, mdev) \ argument
399 #define media_device_for_each_pad(pad, mdev) \ argument
403 #define media_device_for_each_link(link, mdev) \ argument
441 static inline int media_device_register(struct media_device *mdev) in media_device_register()
445 static inline void media_device_unregister(struct media_device *mdev) in media_device_unregister()
457 struct media_device *mdev, in media_device_register_entity_notify()
463 struct media_device *mdev, in media_device_unregister_entity_notify()
468 static inline void media_device_pci_init(struct media_device *mdev, in media_device_pci_init()
[all …]
/linux/drivers/media/mc/
A Dmc-device.c81 static struct media_entity *find_entity(struct media_device *mdev, u32 id) in find_entity()
493 static long media_device_enum_links32(struct media_device *mdev, in media_device_enum_links32()
563 struct media_device *mdev = devnode->media_dev; in model_show() local
581 struct media_device *mdev = entity->graph_obj.mdev; in __media_device_unregister_entity() local
683 struct media_device *mdev = entity->graph_obj.mdev; in media_device_unregister_entity() local
704 void media_device_init(struct media_device *mdev) in media_device_init()
722 void media_device_cleanup(struct media_device *mdev) in media_device_cleanup()
732 int __must_check __media_device_register(struct media_device *mdev, in __media_device_register()
801 void media_device_unregister(struct media_device *mdev) in media_device_unregister()
854 void media_device_pci_init(struct media_device *mdev, in media_device_pci_init()
[all …]
/linux/sound/core/seq/oss/
A Dseq_oss_midi.c96 struct seq_oss_midi *mdev; in get_mdev() local
114 struct seq_oss_midi *mdev; in find_slot() local
141 struct seq_oss_midi *mdev; in snd_seq_oss_midi_check_new_port() local
218 struct seq_oss_midi *mdev; in snd_seq_oss_midi_check_exit_port() local
250 struct seq_oss_midi *mdev; in snd_seq_oss_midi_clear_all() local
321 struct seq_oss_midi *mdev; in snd_seq_oss_midi_open() local
388 struct seq_oss_midi *mdev; in snd_seq_oss_midi_close() local
426 struct seq_oss_midi *mdev; in snd_seq_oss_midi_filemode() local
450 struct seq_oss_midi *mdev; in snd_seq_oss_midi_reset() local
499 struct seq_oss_midi *mdev; in snd_seq_oss_midi_get_addr() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dqos.c8 bool mlx5_qos_is_supported(struct mlx5_core_dev *mdev) in mlx5_qos_is_supported()
21 int mlx5_qos_max_leaf_nodes(struct mlx5_core_dev *mdev) in mlx5_qos_max_leaf_nodes()
26 int mlx5_qos_create_leaf_node(struct mlx5_core_dev *mdev, u32 parent_id, in mlx5_qos_create_leaf_node()
41 int mlx5_qos_create_inner_node(struct mlx5_core_dev *mdev, u32 parent_id, in mlx5_qos_create_inner_node()
60 int mlx5_qos_create_root_node(struct mlx5_core_dev *mdev, u32 *id) in mlx5_qos_create_root_node()
65 int mlx5_qos_update_node(struct mlx5_core_dev *mdev, u32 parent_id, in mlx5_qos_update_node()
82 int mlx5_qos_destroy_node(struct mlx5_core_dev *mdev, u32 id) in mlx5_qos_destroy_node()
/linux/net/mctp/
A Ddevice.c93 struct mctp_dev *mdev; in mctp_dump_addrinfo() local
142 struct mctp_dev *mdev; in mctp_rtm_newaddr() local
204 struct mctp_dev *mdev; in mctp_rtm_deladdr() local
255 void mctp_dev_put(struct mctp_dev *mdev) in mctp_dev_put()
283 struct mctp_dev *mdev; in mctp_add_dev() local
308 struct mctp_dev *mdev; in mctp_fill_link_af() local
321 struct mctp_dev *mdev; in mctp_get_link_af_size() local
340 struct mctp_dev *mdev; in mctp_set_link_af() local
369 struct mctp_dev *mdev; in mctp_unregister() local
392 struct mctp_dev *mdev; in mctp_register() local
[all …]
/linux/drivers/infiniband/hw/mthca/
A Dmthca_main.c136 static int mthca_tune_pci(struct mthca_dev *mdev) in mthca_tune_pci()
287 static int mthca_init_tavor(struct mthca_dev *mdev) in mthca_init_tavor()
345 static int mthca_load_fw(struct mthca_dev *mdev) in mthca_load_fw()
380 static int mthca_init_icm(struct mthca_dev *mdev, in mthca_init_icm()
556 static void mthca_free_icms(struct mthca_dev *mdev) in mthca_free_icms()
574 static int mthca_init_arbel(struct mthca_dev *mdev) in mthca_init_arbel()
647 static void mthca_close_hca(struct mthca_dev *mdev) in mthca_close_hca()
663 static int mthca_init_hca(struct mthca_dev *mdev) in mthca_init_hca()
901 struct mthca_dev *mdev; in __mthca_init_one() local
1072 struct mthca_dev *mdev = pci_get_drvdata(pdev); in __mthca_remove_one() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls.h19 static inline bool mlx5e_accel_is_ktls_tx(struct mlx5_core_dev *mdev) in mlx5e_accel_is_ktls_tx()
25 static inline bool mlx5e_accel_is_ktls_rx(struct mlx5_core_dev *mdev) in mlx5e_accel_is_ktls_rx()
31 static inline bool mlx5e_accel_is_ktls_device(struct mlx5_core_dev *mdev) in mlx5e_accel_is_ktls_device()
67 static inline bool mlx5e_accel_is_ktls_tx(struct mlx5_core_dev *mdev) { return false; } in mlx5e_accel_is_ktls_tx()
68 static inline bool mlx5e_accel_is_ktls_rx(struct mlx5_core_dev *mdev) { return false; } in mlx5e_accel_is_ktls_rx()
69 static inline bool mlx5e_accel_is_ktls_device(struct mlx5_core_dev *mdev) { return false; } in mlx5e_accel_is_ktls_device()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_clock.c43 struct mlx4_en_dev *mdev = in mlx4_en_read_clock() local
61 void mlx4_en_fill_hwtstamps(struct mlx4_en_dev *mdev, in mlx4_en_fill_hwtstamps()
83 void mlx4_en_remove_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_remove_timestamp()
99 void mlx4_en_ptp_overflow_check(struct mlx4_en_dev *mdev) in mlx4_en_ptp_overflow_check()
127 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjfreq() local
156 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjtime() local
178 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_gettime() local
203 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_settime() local
263 void mlx4_en_init_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_init_timestamp()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dipoib.c57 static void mlx5i_build_nic_params(struct mlx5_core_dev *mdev, in mlx5i_build_nic_params()
154 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_underlay_qp() local
210 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_uninit_underlay_qp() local
358 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_rx() local
520 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_open() local
563 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_close() local
591 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_attach_mcast() local
615 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_detach_mcast() local
666 struct mlx5_core_dev *mdev = priv->mdev; in mlx5_rdma_netdev_free() local
694 struct mlx5_core_dev *mdev = (struct mlx5_core_dev *)param; in mlx5_rdma_setup_rn() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_cmd.c6 int mlx5dr_cmd_query_esw_vport_context(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_vport_context()
66 int mlx5dr_cmd_query_esw_caps(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_caps()
109 int mlx5dr_cmd_query_device(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_device()
263 int mlx5dr_cmd_sync_steering(struct mlx5_core_dev *mdev) in mlx5dr_cmd_sync_steering()
316 int mlx5dr_cmd_del_flow_table_entry(struct mlx5_core_dev *mdev, in mlx5dr_cmd_del_flow_table_entry()
329 int mlx5dr_cmd_alloc_modify_header(struct mlx5_core_dev *mdev, in mlx5dr_cmd_alloc_modify_header()
365 int mlx5dr_cmd_dealloc_modify_header(struct mlx5_core_dev *mdev, in mlx5dr_cmd_dealloc_modify_header()
407 int mlx5dr_cmd_destroy_flow_group(struct mlx5_core_dev *mdev, in mlx5dr_cmd_destroy_flow_group()
423 int mlx5dr_cmd_create_flow_table(struct mlx5_core_dev *mdev, in mlx5dr_cmd_create_flow_table()
479 int mlx5dr_cmd_destroy_flow_table(struct mlx5_core_dev *mdev, in mlx5dr_cmd_destroy_flow_table()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.c20 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in __otx2_mbox_reset() local
38 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_reset() local
133 struct otx2_mbox_dev *mdev; in otx2_mbox_init() local
162 struct otx2_mbox_dev *mdev; in otx2_mbox_regions_init() local
187 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_wait_for_rsp() local
202 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_busy_poll_for_rsp() local
216 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_msg_send() local
265 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_alloc_msg_rsp() local
302 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_get_rsp() local
335 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_check_rsp_msgs() local
[all …]

Completed in 73 milliseconds

12345678910>>...15