Home
last modified time | relevance | path

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

12345678910>>...14

/drivers/net/ethernet/mellanox/mlx5/core/accel/
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 …]
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()
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()
/drivers/virtio/
Dvirtio_pci_modern_dev.c21 vp_modern_map_capability(struct virtio_pci_modern_device *mdev, int off, in vp_modern_map_capability()
214 int vp_modern_probe(struct virtio_pci_modern_device *mdev) in vp_modern_probe()
359 void vp_modern_remove(struct virtio_pci_modern_device *mdev) in vp_modern_remove()
379 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_features()
400 u64 vp_modern_get_driver_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_driver_features()
420 void vp_modern_set_features(struct virtio_pci_modern_device *mdev, in vp_modern_set_features()
438 u32 vp_modern_generation(struct virtio_pci_modern_device *mdev) in vp_modern_generation()
452 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status()
465 void vp_modern_set_status(struct virtio_pci_modern_device *mdev, in vp_modern_set_status()
482 u16 vp_modern_queue_vector(struct virtio_pci_modern_device *mdev, in vp_modern_queue_vector()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c94 bool mlx5e_verify_rx_mpwqe_strides(struct mlx5_core_dev *mdev, in mlx5e_verify_rx_mpwqe_strides()
113 bool mlx5e_rx_mpwqe_is_linear_skb(struct mlx5_core_dev *mdev, in mlx5e_rx_mpwqe_is_linear_skb()
142 u8 mlx5e_mpwqe_get_log_stride_size(struct mlx5_core_dev *mdev, in mlx5e_mpwqe_get_log_stride_size()
152 u8 mlx5e_mpwqe_get_log_num_strides(struct mlx5_core_dev *mdev, in mlx5e_mpwqe_get_log_num_strides()
160 u16 mlx5e_get_rq_headroom(struct mlx5_core_dev *mdev, in mlx5e_get_rq_headroom()
172 u16 mlx5e_calc_sq_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_calc_sq_stop_room()
189 int mlx5e_validate_params(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_validate_params()
275 bool slow_pci_heuristic(struct mlx5_core_dev *mdev) in slow_pci_heuristic()
291 bool mlx5e_striding_rq_possible(struct mlx5_core_dev *mdev, in mlx5e_striding_rq_possible()
312 void mlx5e_init_rq_type_params(struct mlx5_core_dev *mdev, in mlx5e_init_rq_type_params()
[all …]
/drivers/staging/most/video/
Dvideo.c51 struct most_video_dev *mdev; member
58 static inline bool data_ready(struct most_video_dev *mdev) in data_ready()
63 static inline struct mbo *get_top_mbo(struct most_video_dev *mdev) in get_top_mbo()
72 struct most_video_dev *mdev = video_drvdata(filp); in comp_vdev_open() local
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
228 static int comp_set_format(struct most_video_dev *mdev, unsigned int cmd, in comp_set_format()
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
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c70 static bool mlx5_real_time_mode(struct mlx5_core_dev *mdev) in mlx5_real_time_mode()
75 static bool mlx5_modify_mtutc_allowed(struct mlx5_core_dev *mdev) in mlx5_modify_mtutc_allowed()
121 struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev, in read_internal_timer() local
127 static void mlx5_update_clock_info_page(struct mlx5_core_dev *mdev) in mlx5_update_clock_info_page()
157 struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev, in mlx5_pps_out() local
183 struct mlx5_core_dev *mdev; in mlx5_timestamp_overflow() local
204 static int mlx5_ptp_settime_real_time(struct mlx5_core_dev *mdev, in mlx5_ptp_settime_real_time()
227 struct mlx5_core_dev *mdev; in mlx5_ptp_settime() local
245 struct timespec64 mlx5_ptp_gettimex_real_time(struct mlx5_core_dev *mdev, in mlx5_ptp_gettimex_real_time()
261 struct mlx5_core_dev *mdev; in mlx5_ptp_gettimex() local
[all …]
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()
/drivers/gpu/drm/mgag200/
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()
113 static void mgag200_g200wb_hold_bmc(struct mga_device *mdev) in mgag200_g200wb_hold_bmc()
166 static void mgag200_g200wb_release_bmc(struct mga_device *mdev) in mgag200_g200wb_release_bmc()
217 static void mgag200_set_startadd(struct mga_device *mdev, in mgag200_set_startadd()
245 static void mgag200_set_dac_regs(struct mga_device *mdev) in mgag200_set_dac_regs()
319 static void mgag200_init_regs(struct mga_device *mdev) in mgag200_init_regs()
353 static void mgag200_set_mode_regs(struct mga_device *mdev, in mgag200_set_mode_regs()
446 static u32 mgag200_calculate_offset(struct mga_device *mdev, in mgag200_calculate_offset()
[all …]
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
/drivers/sh/maple/
Dmaple.c138 struct maple_device *mdev; in maple_release_device() local
156 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, in maple_add_packet()
185 static struct mapleq *maple_allocq(struct maple_device *mdev) in maple_allocq()
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
324 static void maple_detach_driver(struct maple_device *mdev) in maple_detach_driver()
330 static void maple_attach_driver(struct maple_device *mdev) in maple_attach_driver()
409 struct maple_device *mdev; in check_maple_device() local
421 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands() local
[all …]
/drivers/vdpa/virtio_pci/
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
81 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_free_irq() local
128 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_request_irq() local
183 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_set_status() local
197 struct virtio_pci_modern_device *mdev = &vp_vdpa->mdev; in vp_vdpa_reset() local
251 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_state() local
280 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_ready() local
[all …]
/drivers/gpu/drm/arm/display/komeda/
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()
/drivers/media/mc/
Dmc-device.c81 static struct media_entity *find_entity(struct media_device *mdev, u32 id) in find_entity()
98 static long media_device_enum_entities(struct media_device *mdev, void *arg) in media_device_enum_entities()
151 static long media_device_enum_links(struct media_device *mdev, void *arg) in media_device_enum_links()
200 static long media_device_setup_link(struct media_device *mdev, void *arg) in media_device_setup_link()
230 static long media_device_get_topology(struct media_device *mdev, void *arg) in media_device_get_topology()
373 static long media_device_request_alloc(struct media_device *mdev, void *arg) in media_device_request_alloc()
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
616 int __must_check media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
[all …]
/drivers/vfio/mdev/
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()
/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c6 int mlx5dr_cmd_query_esw_vport_context(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_vport_context()
34 int mlx5dr_cmd_query_gvmi(struct mlx5_core_dev *mdev, bool other_vport, in mlx5dr_cmd_query_gvmi()
66 int mlx5dr_cmd_query_esw_caps(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_caps()
88 static int dr_cmd_query_nic_vport_roce_en(struct mlx5_core_dev *mdev, in dr_cmd_query_nic_vport_roce_en()
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()
272 int mlx5dr_cmd_set_fte_modify_and_vport(struct mlx5_core_dev *mdev, in mlx5dr_cmd_set_fte_modify_and_vport()
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()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c57 static void mlx5i_build_nic_params(struct mlx5_core_dev *mdev, in mlx5i_build_nic_params()
80 int mlx5i_init(struct mlx5_core_dev *mdev, struct net_device *netdev) in mlx5i_init()
158 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_underlay_qp() local
214 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_uninit_underlay_qp() local
261 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, u32 qpn) in mlx5i_destroy_underlay_qp()
275 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn) in mlx5i_create_tis()
359 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_rx() local
519 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_open() local
562 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_close() local
590 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_attach_mcast() local
[all …]
/drivers/infiniband/hw/mthca/
Dmthca_main.c136 static int mthca_tune_pci(struct mthca_dev *mdev) in mthca_tune_pci()
164 static int mthca_dev_lim(struct mthca_dev *mdev, struct mthca_dev_lim *dev_lim) in mthca_dev_lim()
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()
851 static int mthca_enable_msi_x(struct mthca_dev *mdev) in mthca_enable_msi_x()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c44 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) in mlx5_query_vport_state()
64 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod, in mlx5_modify_vport_admin_state()
79 static int mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport, in mlx5_query_nic_vport_context()
93 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_min_inline()
107 void mlx5_query_min_inline(struct mlx5_core_dev *mdev, in mlx5_query_min_inline()
125 int mlx5_modify_nic_vport_min_inline(struct mlx5_core_dev *mdev, in mlx5_modify_nic_vport_min_inline()
146 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_mac_address()
170 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr) in mlx5_query_mac_address()
176 int mlx5_modify_nic_vport_mac_address(struct mlx5_core_dev *mdev, in mlx5_modify_nic_vport_mac_address()
211 int mlx5_query_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 *mtu) in mlx5_query_nic_vport_mtu()
[all …]
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()
Duar.c63 static int uars_per_sys_page(struct mlx5_core_dev *mdev) in uars_per_sys_page()
71 static u64 uar2pfn(struct mlx5_core_dev *mdev, u32 index) in uar2pfn()
96 static struct mlx5_uars_page *alloc_uars_page(struct mlx5_core_dev *mdev, in alloc_uars_page()
164 struct mlx5_uars_page *mlx5_get_uars_page(struct mlx5_core_dev *mdev) in mlx5_get_uars_page()
186 void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up) in mlx5_put_uars_page()
194 static unsigned long map_offset(struct mlx5_core_dev *mdev, int dbi) in map_offset()
204 static int alloc_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg, in alloc_bfreg()
257 int mlx5_alloc_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg, in mlx5_alloc_bfreg()
289 void mlx5_free_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg) in mlx5_free_bfreg()
/drivers/net/ethernet/mellanox/mlx4/
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()
/drivers/dma/
Daltera-msgdma.c210 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev) in msgdma_get_descriptor()
230 static void msgdma_free_descriptor(struct msgdma_device *mdev, in msgdma_free_descriptor()
248 static void msgdma_free_desc_list(struct msgdma_device *mdev, in msgdma_free_desc_list()
306 struct msgdma_device *mdev = to_mdev(tx->chan); in msgdma_tx_submit() local
335 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_prep_memcpy() local
393 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_prep_slave_sg() local
464 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_dma_config() local
471 static void msgdma_reset(struct msgdma_device *mdev) in msgdma_reset()
496 static void msgdma_copy_one(struct msgdma_device *mdev, in msgdma_copy_one()
534 static void msgdma_copy_desc_to_fifo(struct msgdma_device *mdev, in msgdma_copy_desc_to_fifo()
[all …]
/drivers/net/ethernet/marvell/octeontx2/af/
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
190 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_wait_for_rsp() local
205 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_busy_poll_for_rsp() local
219 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_msg_send() local
268 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_alloc_msg_rsp() local
305 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_get_rsp() local
338 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_check_rsp_msgs() local
[all …]
/drivers/mailbox/
Dmailbox-sti.c36 #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4)) argument
81 struct sti_mbox_device *mdev; member
89 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_channel_is_enabled() local
122 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_enable_channel() local
137 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_disable_channel() local
152 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_clear_irq() local
160 static struct mbox_chan *sti_mbox_irq_to_channel(struct sti_mbox_device *mdev, in sti_mbox_irq_to_channel()
193 struct sti_mbox_device *mdev = data; in sti_mbox_thread_handler() local
215 struct sti_mbox_device *mdev = data; in sti_mbox_irq_handler() local
254 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_tx_is_ready() local
[all …]

12345678910>>...14