Home
last modified time | relevance | path

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

12345678910>>...16

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c13 static u8 mlx5e_mpwrq_min_page_shift(struct mlx5_core_dev *mdev) in mlx5e_mpwrq_min_page_shift()
20 u8 mlx5e_mpwrq_page_shift(struct mlx5_core_dev *mdev, struct mlx5e_xsk_param *xsk) in mlx5e_mpwrq_page_shift()
33 mlx5e_mpwrq_umr_mode(struct mlx5_core_dev *mdev, struct mlx5e_xsk_param *xsk) in mlx5e_mpwrq_umr_mode()
102 u8 mlx5e_mpwrq_log_wqe_sz(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_log_wqe_sz()
120 u8 mlx5e_mpwrq_pages_per_wqe(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_pages_per_wqe()
143 u16 mlx5e_mpwrq_umr_wqe_sz(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_umr_wqe_sz()
158 u8 mlx5e_mpwrq_umr_wqebbs(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_umr_wqebbs()
165 u8 mlx5e_mpwrq_mtts_per_wqe(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_mtts_per_wqe()
179 u32 mlx5e_mpwrq_max_num_entries(struct mlx5_core_dev *mdev, in mlx5e_mpwrq_max_num_entries()
202 static u8 mlx5e_mpwrq_max_log_rq_size(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_max_log_rq_size()
[all …]
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c22 vp_modern_map_capability(struct virtio_pci_modern_device *mdev, int off, in vp_modern_map_capability()
223 int vp_modern_probe(struct virtio_pci_modern_device *mdev) in vp_modern_probe()
376 void vp_modern_remove(struct virtio_pci_modern_device *mdev) in vp_modern_remove()
396 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_features()
417 u64 vp_modern_get_driver_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_driver_features()
437 void vp_modern_set_features(struct virtio_pci_modern_device *mdev, in vp_modern_set_features()
455 u32 vp_modern_generation(struct virtio_pci_modern_device *mdev) in vp_modern_generation()
469 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status()
482 void vp_modern_set_status(struct virtio_pci_modern_device *mdev, in vp_modern_set_status()
501 int vp_modern_get_queue_reset(struct virtio_pci_modern_device *mdev, u16 index) in vp_modern_get_queue_reset()
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_mig_dev.c15 struct qat_mig_dev *mdev; in qat_vfmig_create() local
38 int qat_vfmig_init(struct qat_mig_dev *mdev) in qat_vfmig_init()
46 void qat_vfmig_cleanup(struct qat_mig_dev *mdev) in qat_vfmig_cleanup()
54 void qat_vfmig_reset(struct qat_mig_dev *mdev) in qat_vfmig_reset()
62 int qat_vfmig_open(struct qat_mig_dev *mdev) in qat_vfmig_open()
70 void qat_vfmig_close(struct qat_mig_dev *mdev) in qat_vfmig_close()
78 int qat_vfmig_suspend(struct qat_mig_dev *mdev) in qat_vfmig_suspend()
86 int qat_vfmig_resume(struct qat_mig_dev *mdev) in qat_vfmig_resume()
94 int qat_vfmig_save_state(struct qat_mig_dev *mdev) in qat_vfmig_save_state()
102 int qat_vfmig_save_setup(struct qat_mig_dev *mdev) in qat_vfmig_save_setup()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_cmd.c33 static int hws_cmd_general_obj_destroy(struct mlx5_core_dev *mdev, in hws_cmd_general_obj_destroy()
47 int mlx5hws_cmd_flow_table_create(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_create()
74 int mlx5hws_cmd_flow_table_modify(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_modify()
96 int mlx5hws_cmd_flow_table_query(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_query()
121 int mlx5hws_cmd_flow_table_destroy(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_destroy()
133 void mlx5hws_cmd_alias_flow_table_destroy(struct mlx5_core_dev *mdev, in mlx5hws_cmd_alias_flow_table_destroy()
139 static int hws_cmd_flow_group_create(struct mlx5_core_dev *mdev, in hws_cmd_flow_group_create()
167 static int hws_cmd_flow_group_destroy(struct mlx5_core_dev *mdev, in hws_cmd_flow_group_destroy()
180 int mlx5hws_cmd_set_fte(struct mlx5_core_dev *mdev, in mlx5hws_cmd_set_fte()
279 int mlx5hws_cmd_delete_fte(struct mlx5_core_dev *mdev, in mlx5hws_cmd_delete_fte()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c80 static bool mlx5_real_time_mode(struct mlx5_core_dev *mdev) in mlx5_real_time_mode()
85 static bool mlx5_npps_real_time_supported(struct mlx5_core_dev *mdev) in mlx5_npps_real_time_supported()
92 static bool mlx5_modify_mtutc_allowed(struct mlx5_core_dev *mdev) in mlx5_modify_mtutc_allowed()
125 struct mlx5_core_dev *mdev; in mlx5_ptp_getmaxphase() local
134 static bool mlx5_is_mtutc_time_adj_cap(struct mlx5_core_dev *mdev, s64 delta) in mlx5_is_mtutc_time_adj_cap()
179 struct mlx5_core_dev *mdev = ctx; in mlx5_mtctr_syncdevicetime() local
222 struct mlx5_core_dev *mdev; in mlx5_ptp_getcrosststamp() local
266 struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev, in read_internal_timer() local
272 static void mlx5_update_clock_info_page(struct mlx5_core_dev *mdev) in mlx5_update_clock_info_page()
302 struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev, in mlx5_pps_out() local
[all …]
H 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()
H A Dipsec_fs_roce.c59 static bool ipsec_fs_create_alias_supported_one(struct mlx5_core_dev *mdev) in ipsec_fs_create_alias_supported_one()
74 static bool ipsec_fs_create_alias_supported(struct mlx5_core_dev *mdev, in ipsec_fs_create_alias_supported()
131 ipsec_fs_roce_rx_rule_setup(struct mlx5_core_dev *mdev, in ipsec_fs_roce_rx_rule_setup()
205 static int ipsec_fs_roce_tx_rule_setup(struct mlx5_core_dev *mdev, in ipsec_fs_roce_tx_rule_setup()
231 static int ipsec_fs_roce_tx_mpv_rule_setup(struct mlx5_core_dev *mdev, in ipsec_fs_roce_tx_mpv_rule_setup()
276 static int ipsec_fs_roce_tx_mpv_create_ft(struct mlx5_core_dev *mdev, in ipsec_fs_roce_tx_mpv_create_ft()
337 static int ipsec_fs_roce_tx_mpv_create_group_rules(struct mlx5_core_dev *mdev, in ipsec_fs_roce_tx_mpv_create_group_rules()
375 static int ipsec_fs_roce_tx_mpv_create(struct mlx5_core_dev *mdev, in ipsec_fs_roce_tx_mpv_create()
422 static void roce_rx_mpv_destroy_tables(struct mlx5_core_dev *mdev, struct mlx5_ipsec_rx_roce *roce) in roce_rx_mpv_destroy_tables()
435 static int ipsec_fs_roce_rx_mpv_create(struct mlx5_core_dev *mdev, in ipsec_fs_roce_rx_mpv_create()
[all …]
/linux/drivers/sh/maple/
H A Dmaple.c139 struct maple_device *mdev; in maple_release_device() local
157 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, in maple_add_packet()
186 static struct mapleq *maple_allocq(struct maple_device *mdev) in maple_allocq()
213 struct maple_device *mdev; in maple_alloc_dev() local
237 static void maple_free_dev(struct maple_device *mdev) in maple_free_dev()
316 struct maple_device *mdev; in maple_check_matching_driver() local
325 static void maple_detach_driver(struct maple_device *mdev) in maple_detach_driver()
331 static void maple_attach_driver(struct maple_device *mdev) in maple_attach_driver()
410 struct maple_device *mdev; in check_maple_device() local
422 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_common.c40 void mlx5e_mkey_set_relaxed_ordering(struct mlx5_core_dev *mdev, void *mkc) in mlx5e_mkey_set_relaxed_ordering()
51 int mlx5e_create_mkey(struct mlx5_core_dev *mdev, u32 pdn, u32 *mkey) in mlx5e_create_mkey()
77 int mlx5e_create_tis(struct mlx5_core_dev *mdev, void *in, u32 *tisn) in mlx5e_create_tis()
89 void mlx5e_destroy_tis(struct mlx5_core_dev *mdev, u32 tisn) in mlx5e_destroy_tis()
94 static void mlx5e_destroy_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_T… in mlx5e_destroy_tises()
103 static bool mlx5_lag_should_assign_affinity(struct mlx5_core_dev *mdev) in mlx5_lag_should_assign_affinity()
108 static int mlx5e_create_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC]) in mlx5e_create_tises()
143 int mlx5e_create_mdev_resources(struct mlx5_core_dev *mdev, bool create_tises) in mlx5e_create_mdev_resources()
204 void mlx5e_destroy_mdev_resources(struct mlx5_core_dev *mdev) in mlx5e_destroy_mdev_resources()
222 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_refresh_tirs() local
H 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()
44 int mlx5_qos_create_inner_node(struct mlx5_core_dev *mdev, u32 parent_id, in mlx5_qos_create_inner_node()
67 int mlx5_qos_create_root_node(struct mlx5_core_dev *mdev, u32 *id) in mlx5_qos_create_root_node()
72 int mlx5_qos_update_node(struct mlx5_core_dev *mdev, in mlx5_qos_update_node()
88 int mlx5_qos_destroy_node(struct mlx5_core_dev *mdev, u32 id) in mlx5_qos_destroy_node()
H A 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 …]
H A Duar.c61 static int uars_per_sys_page(struct mlx5_core_dev *mdev) in uars_per_sys_page()
69 static u64 uar2pfn(struct mlx5_core_dev *mdev, u32 index) in uar2pfn()
94 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()
H A Dport.c110 int mlx5_query_qcam_reg(struct mlx5_core_dev *mdev, u32 *qcam, in mlx5_query_qcam_reg()
621 int mlx5_max_tc(struct mlx5_core_dev *mdev) in mlx5_max_tc()
628 int mlx5_query_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *out) in mlx5_query_port_dcbx_param()
638 int mlx5_set_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *in) in mlx5_set_port_dcbx_param()
648 int mlx5_set_port_prio_tc(struct mlx5_core_dev *mdev, u8 *prio_tc) in mlx5_set_port_prio_tc()
672 int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev, in mlx5_query_port_prio_tc()
694 static int mlx5_set_port_qetcr_reg(struct mlx5_core_dev *mdev, u32 *in, in mlx5_set_port_qetcr_reg()
706 static int mlx5_query_port_qetcr_reg(struct mlx5_core_dev *mdev, u32 *out, in mlx5_query_port_qetcr_reg()
719 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group) in mlx5_set_port_tc_group()
733 int mlx5_query_port_tc_group(struct mlx5_core_dev *mdev, in mlx5_query_port_tc_group()
[all …]
/linux/include/media/
H A Dmedia-device.h282 #define media_device_register(mdev) __media_device_register(mdev, THIS_MODULE) argument
382 #define media_device_for_each_entity(entity, mdev) \ argument
386 #define media_device_for_each_intf(intf, mdev) \ argument
390 #define media_device_for_each_pad(pad, mdev) \ argument
394 #define media_device_for_each_link(link, mdev) \ argument
432 static inline void media_device_init(struct media_device *mdev) in media_device_init()
435 static inline int media_device_register(struct media_device *mdev) in media_device_register()
439 static inline void media_device_unregister(struct media_device *mdev) in media_device_unregister()
442 static inline void media_device_cleanup(struct media_device *mdev) in media_device_cleanup()
445 static inline int media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
[all …]
/linux/drivers/media/mc/
H A 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()
489 static long media_device_enum_links32(struct media_device *mdev, in media_device_enum_links32()
559 struct media_device *mdev = devnode->media_dev; in model_show() local
577 struct media_device *mdev = entity->graph_obj.mdev; in __media_device_unregister_entity() local
605 int __must_check media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
[all …]
/linux/net/mctp/
H A Ddevice.c33 struct mctp_dev *mdev = rcu_dereference(dev->mctp_ptr); in __mctp_dev_get() local
62 struct mctp_dev *mdev, mctp_eid_t eid, in mctp_fill_addrinfo()
95 static int mctp_dump_dev_addrinfo(struct mctp_dev *mdev, struct sk_buff *skb, in mctp_dump_dev_addrinfo()
121 struct mctp_dev *mdev; in mctp_dump_addrinfo() local
159 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify()
197 struct mctp_dev *mdev; in mctp_rtm_newaddr() local
260 struct mctp_dev *mdev; in mctp_rtm_deladdr() local
308 void mctp_dev_hold(struct mctp_dev *mdev) in mctp_dev_hold()
313 void mctp_dev_put(struct mctp_dev *mdev) in mctp_dev_put()
342 struct mctp_dev *mdev; in mctp_add_dev() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c43 struct mlx4_en_dev *mdev = in mlx4_en_read_clock() local
61 u64 mlx4_en_get_hwtstamp(struct mlx4_en_dev *mdev, u64 timestamp) in mlx4_en_get_hwtstamp()
74 void mlx4_en_fill_hwtstamps(struct mlx4_en_dev *mdev, in mlx4_en_fill_hwtstamps()
88 void mlx4_en_remove_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_remove_timestamp()
104 void mlx4_en_ptp_overflow_check(struct mlx4_en_dev *mdev) in mlx4_en_ptp_overflow_check()
132 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjfine() local
154 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjtime() local
176 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_gettime() local
201 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_settime() local
261 void mlx4_en_init_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_init_timestamp()
H A Den_netdev.c95 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_alloc_tx_queue_per_tc() local
482 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_vlan_rx_add_vid() local
512 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_vlan_rx_kill_vid() local
566 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_uc_steer_add() local
619 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_uc_steer_release() local
645 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_get_qp() local
684 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_put_qp() local
704 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_replace_mac() local
754 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_update_user_mac() local
789 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_mac() local
[all …]
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c92 struct seq_oss_midi *mdev; in get_mdev() local
110 struct seq_oss_midi *mdev; in find_slot() local
137 struct seq_oss_midi *mdev; in snd_seq_oss_midi_check_new_port() local
215 struct seq_oss_midi *mdev; in snd_seq_oss_midi_check_exit_port() local
247 struct seq_oss_midi *mdev; in snd_seq_oss_midi_clear_all() local
320 struct seq_oss_midi *mdev; in snd_seq_oss_midi_open() local
393 struct seq_oss_midi *mdev; in snd_seq_oss_midi_close() local
432 struct seq_oss_midi *mdev; in snd_seq_oss_midi_filemode() local
456 struct seq_oss_midi *mdev; in snd_seq_oss_midi_reset() local
505 struct seq_oss_midi *mdev; in snd_seq_oss_midi_get_addr() local
[all …]
/linux/drivers/infiniband/hw/mthca/
H A 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 …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c58 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()
202 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_underlay_qp() local
258 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_uninit_underlay_qp() local
305 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, u32 qpn) in mlx5i_destroy_underlay_qp()
319 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn) in mlx5i_create_tis()
408 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_rx() local
484 u32 mlx5i_get_tisn(struct mlx5_core_dev *mdev, struct mlx5e_priv *priv, u8 lag_port, u8 tc) in mlx5i_get_tisn()
586 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_open() local
634 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_close() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A 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()
68 int mlx5dr_cmd_query_esw_caps(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_caps()
90 static int dr_cmd_query_nic_vport_roce_en(struct mlx5_core_dev *mdev, in dr_cmd_query_nic_vport_roce_en()
111 int mlx5dr_cmd_query_device(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_device()
291 int mlx5dr_cmd_sync_steering(struct mlx5_core_dev *mdev) in mlx5dr_cmd_sync_steering()
307 int mlx5dr_cmd_set_fte_modify_and_vport(struct mlx5_core_dev *mdev, in mlx5dr_cmd_set_fte_modify_and_vport()
351 int mlx5dr_cmd_del_flow_table_entry(struct mlx5_core_dev *mdev, in mlx5dr_cmd_del_flow_table_entry()
364 int mlx5dr_cmd_alloc_modify_header(struct mlx5_core_dev *mdev, in mlx5dr_cmd_alloc_modify_header()
400 int mlx5dr_cmd_dealloc_modify_header(struct mlx5_core_dev *mdev, in mlx5dr_cmd_dealloc_modify_header()
[all …]
/linux/drivers/mailbox/
H A 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 …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H 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
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_data() local
307 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_alloc_msg_rsp() local
344 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_get_rsp() local
377 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_mbox_check_rsp_msgs() local
[all …]
/linux/drivers/mtd/maps/
H A Dvmu-flash.c24 struct maple_device *mdev; member
60 struct maple_device *mdev; in ofs_to_block() local
91 struct maple_device *mdev; in vmu_blockread() local
114 struct maple_device *mdev; in maple_vmu_read_block() local
231 struct maple_device *mdev; in maple_vmu_write_block() local
308 struct maple_device *mdev; in vmu_flash_read_char() local
353 struct maple_device *mdev; in vmu_flash_read() local
419 struct maple_device *mdev; in vmu_flash_write() local
501 struct maple_device *mdev; in vmu_queryblocks() local
597 static int vmu_connect(struct maple_device *mdev) in vmu_connect()
[all …]

12345678910>>...16