| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/accel/ | 
| D | tls.h | 46 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 …] 
 | 
| D | tls.c | 43 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()
  | 
| D | ipsec.c | 41 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()
  | 
| D | ipsec.h | 42 #define MLX5_IPSEC_DEV(mdev) (mlx5_accel_ipsec_device_caps(mdev) & \  argument 78 #define MLX5_IPSEC_DEV(mdev) false  argument 81 mlx5_accel_esp_create_hw_context(struct mlx5_core_dev *mdev,  in mlx5_accel_esp_create_hw_context() 88 static inline void mlx5_accel_esp_free_hw_context(struct mlx5_core_dev *mdev, void *context) {}  in mlx5_accel_esp_free_hw_context() 90 static inline void mlx5_accel_ipsec_init(struct mlx5_core_dev *mdev) {}  in mlx5_accel_ipsec_init() 92 static inline void mlx5_accel_ipsec_cleanup(struct mlx5_core_dev *mdev) {}  in mlx5_accel_ipsec_cleanup()
  | 
| /Linux-v5.10/drivers/staging/most/video/ | 
| D | video.c | 51 	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 …] 
 | 
| /Linux-v5.10/drivers/vfio/mdev/ | 
| D | mdev_core.c | 30 struct device *mdev_parent_dev(struct mdev_device *mdev)  in mdev_parent_dev() 36 void *mdev_get_drvdata(struct mdev_device *mdev)  in mdev_get_drvdata() 42 void mdev_set_drvdata(struct mdev_device *mdev, void *data)  in mdev_set_drvdata() 48 struct device *mdev_dev(struct mdev_device *mdev)  in mdev_dev() 60 const guid_t *mdev_uuid(struct mdev_device *mdev)  in mdev_uuid() 103 static void mdev_device_remove_common(struct mdev_device *mdev)  in mdev_device_remove_common() 126 		struct mdev_device *mdev;  in mdev_device_remove_cb()  local 255 static void mdev_device_free(struct mdev_device *mdev)  in mdev_device_free() 267 	struct mdev_device *mdev = to_mdev_device(dev);  in mdev_device_release()  local 276 	struct mdev_device *mdev, *tmp;  in mdev_device_create()  local [all …] 
 | 
| D | vfio_mdev.c | 26 	struct mdev_device *mdev = device_data;  in vfio_mdev_open()  local 45 	struct mdev_device *mdev = device_data;  in vfio_mdev_release()  local 57 	struct mdev_device *mdev = device_data;  in vfio_mdev_unlocked_ioctl()  local 69 	struct mdev_device *mdev = device_data;  in vfio_mdev_read()  local 81 	struct mdev_device *mdev = device_data;  in vfio_mdev_write()  local 92 	struct mdev_device *mdev = device_data;  in vfio_mdev_mmap()  local 113 	struct mdev_device *mdev = to_mdev_device(dev);  in vfio_mdev_probe()  local
  | 
| /Linux-v5.10/drivers/gpu/drm/arm/display/komeda/ | 
| D | komeda_dev.c | 26 	struct komeda_dev *mdev = sf->private;  in komeda_register_show()  local 58 static void komeda_debugfs_init(struct komeda_dev *mdev)  in komeda_debugfs_init() 74 	struct komeda_dev *mdev = dev_to_mdev(dev);  in core_id_show()  local 83 	struct komeda_dev *mdev = dev_to_mdev(dev);  in config_id_show()  local 106 	struct komeda_dev *mdev = dev_to_mdev(dev);  in aclk_hz_show()  local 148 static int komeda_parse_dt(struct device *dev, struct komeda_dev *mdev)  in komeda_parse_dt() 200 	struct komeda_dev *mdev;  in komeda_dev_create()  local 294 void komeda_dev_destroy(struct komeda_dev *mdev)  in komeda_dev_destroy() 335 int komeda_dev_resume(struct komeda_dev *mdev)  in komeda_dev_resume() 348 int komeda_dev_suspend(struct komeda_dev *mdev)  in komeda_dev_suspend()
  | 
| /Linux-v5.10/drivers/sh/maple/ | 
| D | maple.c | 139 	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-v5.10/drivers/gpu/drm/mgag200/ | 
| D | mgag200_i2c.c | 36 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
  | 
| D | mgag200_mode.c | 36 	struct mga_device *mdev = to_mga_device(dev);  in mga_crtc_load_lut()  local 87 static inline void mga_wait_vsync(struct mga_device *mdev)  in mga_wait_vsync() 102 static inline void mga_wait_busy(struct mga_device *mdev)  in mga_wait_busy() 115 static int mgag200_g200_set_plls(struct mga_device *mdev, long clock)  in mgag200_g200_set_plls() 184 static int mga_g200se_set_plls(struct mga_device *mdev, long clock)  in mga_g200se_set_plls() 304 static int mga_g200wb_set_plls(struct mga_device *mdev, long clock)  in mga_g200wb_set_plls() 483 static int mga_g200ev_set_plls(struct mga_device *mdev, long clock)  in mga_g200ev_set_plls() 576 static int mga_g200eh_set_plls(struct mga_device *mdev, long clock)  in mga_g200eh_set_plls() 706 static int mga_g200er_set_plls(struct mga_device *mdev, long clock)  in mga_g200er_set_plls() 786 static int mgag200_crtc_set_plls(struct mga_device *mdev, long clock)  in mgag200_crtc_set_plls() [all …] 
 | 
| D | mgag200_drv.c | 48 static bool mgag200_has_sgram(struct mga_device *mdev)  in mgag200_has_sgram() 61 static int mgag200_regs_init(struct mga_device *mdev)  in mgag200_regs_init() 128 static void mgag200_g200_interpret_bios(struct mga_device *mdev,  in mgag200_g200_interpret_bios() 219 static void mgag200_g200_init_refclk(struct mga_device *mdev)  in mgag200_g200_init_refclk() 251 static void mgag200_g200se_init_unique_id(struct mga_device *mdev)  in mgag200_g200se_init_unique_id() 262 static int mgag200_device_init(struct mga_device *mdev, unsigned long flags)  in mgag200_device_init() 296 	struct mga_device *mdev;  in mgag200_device_create()  local 339 	struct mga_device *mdev;  in mgag200_pci_probe()  local
  | 
| /Linux-v5.10/include/media/ | 
| D | media-device.h | 203 	struct media_entity_enum *ent_enum, struct media_device *mdev)  in media_entity_enum_init() 291 #define media_device_register(mdev) __media_device_register(mdev, THIS_MODULE)  argument 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() 448 static inline int media_device_register_entity(struct media_device *mdev,  in media_device_register_entity() 457 					struct media_device *mdev,  in media_device_register_entity_notify() [all …] 
 | 
| /Linux-v5.10/drivers/media/mc/ | 
| D | mc-device.c | 81 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 show_model()  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 …] 
 | 
| /Linux-v5.10/sound/core/seq/oss/ | 
| D | seq_oss_midi.c | 96 	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 217 	struct seq_oss_midi *mdev;  in snd_seq_oss_midi_check_exit_port()  local 248 	struct seq_oss_midi *mdev;  in snd_seq_oss_midi_clear_all()  local 318 	struct seq_oss_midi *mdev;  in snd_seq_oss_midi_open()  local 384 	struct seq_oss_midi *mdev;  in snd_seq_oss_midi_close()  local 421 	struct seq_oss_midi *mdev;  in snd_seq_oss_midi_filemode()  local 444 	struct seq_oss_midi *mdev;  in snd_seq_oss_midi_reset()  local 492 	struct seq_oss_midi *mdev;  in snd_seq_oss_midi_get_addr()  local [all …] 
 | 
| /Linux-v5.10/drivers/infiniband/hw/mthca/ | 
| D | mthca_main.c | 136 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-v5.10/drivers/net/ethernet/mellanox/mlx4/ | 
| D | en_clock.c | 43 	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-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_common.c | 39 int mlx5e_create_tir(struct mlx5_core_dev *mdev, struct mlx5e_tir *tir, u32 *in)  in mlx5e_create_tir() 54 void mlx5e_destroy_tir(struct mlx5_core_dev *mdev,  in mlx5e_destroy_tir() 63 void mlx5e_mkey_set_relaxed_ordering(struct mlx5_core_dev *mdev, void *mkc)  in mlx5e_mkey_set_relaxed_ordering() 73 static int mlx5e_create_mkey(struct mlx5_core_dev *mdev, u32 pdn,  in mlx5e_create_mkey() 100 int mlx5e_create_mdev_resources(struct mlx5_core_dev *mdev)  in mlx5e_create_mdev_resources() 143 void mlx5e_destroy_mdev_resources(struct mlx5_core_dev *mdev)  in mlx5e_destroy_mdev_resources() 157 	struct mlx5_core_dev *mdev = priv->mdev;  in mlx5e_refresh_tirs()  local
  | 
| D | uar.c | 63 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()
  | 
| D | vport.c | 43 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport)  in mlx5_query_vport_state() 63 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,  in mlx5_modify_vport_admin_state() 78 static int mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport,  in mlx5_query_nic_vport_context() 92 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev,  in mlx5_query_nic_vport_min_inline() 106 void mlx5_query_min_inline(struct mlx5_core_dev *mdev,  in mlx5_query_min_inline() 124 int mlx5_modify_nic_vport_min_inline(struct mlx5_core_dev *mdev,  in mlx5_modify_nic_vport_min_inline() 145 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,  in mlx5_query_nic_vport_mac_address() 169 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr)  in mlx5_query_mac_address() 175 int mlx5_modify_nic_vport_mac_address(struct mlx5_core_dev *mdev,  in mlx5_modify_nic_vport_mac_address() 210 int mlx5_query_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 *mtu)  in mlx5_query_nic_vport_mtu() [all …] 
 | 
| D | port.c | 98 int mlx5_query_qcam_reg(struct mlx5_core_dev *mdev, u32 *qcam,  in mlx5_query_qcam_reg() 592 int mlx5_max_tc(struct mlx5_core_dev *mdev)  in mlx5_max_tc() 599 int mlx5_query_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *out)  in mlx5_query_port_dcbx_param() 609 int mlx5_set_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *in)  in mlx5_set_port_dcbx_param() 619 int mlx5_set_port_prio_tc(struct mlx5_core_dev *mdev, u8 *prio_tc)  in mlx5_set_port_prio_tc() 643 int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev,  in mlx5_query_port_prio_tc() 665 static int mlx5_set_port_qetcr_reg(struct mlx5_core_dev *mdev, u32 *in,  in mlx5_set_port_qetcr_reg() 677 static int mlx5_query_port_qetcr_reg(struct mlx5_core_dev *mdev, u32 *out,  in mlx5_query_port_qetcr_reg() 690 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group)  in mlx5_set_port_tc_group() 704 int mlx5_query_port_tc_group(struct mlx5_core_dev *mdev,  in mlx5_query_port_tc_group() [all …] 
 | 
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ | 
| D | dr_cmd.c | 6 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 int mlx5dr_cmd_query_device(struct mlx5_core_dev *mdev,  in mlx5dr_cmd_query_device() 160 int mlx5dr_cmd_sync_steering(struct mlx5_core_dev *mdev)  in mlx5dr_cmd_sync_steering() 169 int mlx5dr_cmd_set_fte_modify_and_vport(struct mlx5_core_dev *mdev,  in mlx5dr_cmd_set_fte_modify_and_vport() 213 int mlx5dr_cmd_del_flow_table_entry(struct mlx5_core_dev *mdev,  in mlx5dr_cmd_del_flow_table_entry() 226 int mlx5dr_cmd_alloc_modify_header(struct mlx5_core_dev *mdev,  in mlx5dr_cmd_alloc_modify_header() 262 int mlx5dr_cmd_dealloc_modify_header(struct mlx5_core_dev *mdev,  in mlx5dr_cmd_dealloc_modify_header() 275 int mlx5dr_cmd_create_empty_flow_group(struct mlx5_core_dev *mdev,  in mlx5dr_cmd_create_empty_flow_group() [all …] 
 | 
| /Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ | 
| D | mbox.c | 24 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in __otx2_mbox_reset()  local 41 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_reset()  local 62 	struct otx2_mbox_dev *mdev;  in otx2_mbox_init()  local 149 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_wait_for_rsp()  local 164 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_busy_poll_for_rsp()  local 179 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_msg_send()  local 227 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_alloc_msg_rsp()  local 264 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_get_rsp()  local 297 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_check_rsp_msgs()  local 351 	struct otx2_mbox_dev *mdev = &mbox->dev[devid];  in otx2_mbox_nonempty()  local
  | 
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ | 
| D | ipoib.c | 56 static void mlx5i_build_nic_params(struct mlx5_core_dev *mdev,  in mlx5i_build_nic_params() 75 int mlx5i_init(struct mlx5_core_dev *mdev,  in mlx5i_init() 161 	struct mlx5_core_dev *mdev = priv->mdev;  in mlx5i_init_underlay_qp()  local 217 	struct mlx5_core_dev *mdev = priv->mdev;  in mlx5i_uninit_underlay_qp()  local 263 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, u32 qpn)  in mlx5i_destroy_underlay_qp() 277 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn)  in mlx5i_create_tis() 381 	struct mlx5_core_dev *mdev = priv->mdev;  in mlx5i_init_rx()  local 559 	struct mlx5_core_dev *mdev = epriv->mdev;  in mlx5i_open()  local 602 	struct mlx5_core_dev *mdev = epriv->mdev;  in mlx5i_close()  local 630 	struct mlx5_core_dev *mdev  = epriv->mdev;  in mlx5i_attach_mcast()  local [all …] 
 | 
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ | 
| D | clock.c | 93 	struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev,  in read_internal_timer()  local 99 static void mlx5_update_clock_info_page(struct mlx5_core_dev *mdev)  in mlx5_update_clock_info_page() 127 	struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev,  in mlx5_pps_out()  local 153 	struct mlx5_core_dev *mdev;  in mlx5_timestamp_overflow()  local 170 	struct mlx5_core_dev *mdev;  in mlx5_ptp_settime()  local 186 	struct mlx5_core_dev *mdev;  in mlx5_ptp_gettimex()  local 204 	struct mlx5_core_dev *mdev;  in mlx5_ptp_adjtime()  local 219 	struct mlx5_core_dev *mdev;  in mlx5_ptp_adjfreq()  local 252 	struct mlx5_core_dev *mdev =  in mlx5_extts_configure()  local 314 	struct mlx5_core_dev *mdev =  in mlx5_perout_configure()  local [all …] 
 |