| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | params.c | 16 static u8 mlx5e_mpwrq_min_page_shift(struct mlx5_core_dev *mdev) in mlx5e_mpwrq_min_page_shift() 186 u32 mlx5e_mpwrq_max_num_entries(struct mlx5_core_dev *mdev, in mlx5e_mpwrq_max_num_entries() 303 bool mlx5e_rx_is_linear_skb(struct mlx5_core_dev *mdev, in mlx5e_rx_is_linear_skb() 459 u16 mlx5e_get_rq_headroom(struct mlx5_core_dev *mdev, in mlx5e_get_rq_headroom() 509 bool slow_pci_heuristic(struct mlx5_core_dev *mdev) in slow_pci_heuristic() 583 void mlx5e_build_rq_params(struct mlx5_core_dev *mdev, in mlx5e_build_rq_params() 881 int mlx5e_build_rq_param(struct mlx5_core_dev *mdev, in mlx5e_build_rq_param() 973 void mlx5e_build_tx_cq_param(struct mlx5_core_dev *mdev, in mlx5e_build_tx_cq_param() 997 void mlx5e_build_sq_param(struct mlx5_core_dev *mdev, in mlx5e_build_sq_param() 1033 u32 mlx5e_shampo_hd_per_wqe(struct mlx5_core_dev *mdev, in mlx5e_shampo_hd_per_wqe() [all …]
|
| /drivers/virtio/ |
| A D | virtio_pci_modern_dev.c | 22 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() 466 u32 vp_modern_generation(struct virtio_pci_modern_device *mdev) in vp_modern_generation() 480 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status() 493 void vp_modern_set_status(struct virtio_pci_modern_device *mdev, in vp_modern_set_status() 553 u16 vp_modern_queue_vector(struct virtio_pci_modern_device *mdev, in vp_modern_queue_vector() 572 u16 vp_modern_config_vector(struct virtio_pci_modern_device *mdev, in vp_modern_config_vector() 593 void vp_modern_queue_address(struct virtio_pci_modern_device *mdev, in vp_modern_queue_address() 737 u16 vp_modern_avq_num(struct virtio_pci_modern_device *mdev) in vp_modern_avq_num() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | clock.c | 83 struct mlx5_core_dev *mdev; member 91 struct mlx5_core_dev *mdev; member 200 struct mlx5_core_dev *mdev; in mlx5_ptp_getmaxphase() local 299 struct mlx5_core_dev *mdev; in mlx5_ptp_getcrosststamp() local 408 struct mlx5_core_dev *mdev; in mlx5_timestamp_overflow() local 471 struct mlx5_core_dev *mdev; in mlx5_ptp_settime() local 498 struct mlx5_core_dev *mdev; in mlx5_ptp_gettimex() local 541 struct mlx5_core_dev *mdev; in mlx5_ptp_adjtime() local 568 struct mlx5_core_dev *mdev; in mlx5_ptp_adjphase() local 603 struct mlx5_core_dev *mdev; in mlx5_ptp_adjfine() local [all …]
|
| A D | clock.h | 65 static inline bool mlx5_is_real_time_rq(struct mlx5_core_dev *mdev) in mlx5_is_real_time_rq() 74 static inline bool mlx5_is_real_time_sq(struct mlx5_core_dev *mdev) in mlx5_is_real_time_sq() 91 static inline int mlx5_clock_get_ptp_index(struct mlx5_core_dev *mdev) in mlx5_clock_get_ptp_index() 121 static inline int mlx5_init_clock(struct mlx5_core_dev *mdev) { return 0; } in mlx5_init_clock() 122 static inline void mlx5_cleanup_clock(struct mlx5_core_dev *mdev) {} in mlx5_cleanup_clock() 123 static inline void mlx5_clock_load(struct mlx5_core_dev *mdev) {} in mlx5_clock_load() 124 static inline void mlx5_clock_unload(struct mlx5_core_dev *mdev) {} in mlx5_clock_unload() 125 static inline int mlx5_clock_get_ptp_index(struct mlx5_core_dev *mdev) in mlx5_clock_get_ptp_index() 143 static inline cqe_ts_to_ns mlx5_rq_ts_translator(struct mlx5_core_dev *mdev) in mlx5_rq_ts_translator() 149 static inline cqe_ts_to_ns mlx5_sq_ts_translator(struct mlx5_core_dev *mdev) in mlx5_sq_ts_translator()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | cmd.c | 47 int mlx5hws_cmd_flow_table_create(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_create() 96 int mlx5hws_cmd_flow_table_query(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_query() 174 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() 371 int mlx5hws_cmd_rtc_create(struct mlx5_core_dev *mdev, in mlx5hws_cmd_rtc_create() 428 int mlx5hws_cmd_stc_create(struct mlx5_core_dev *mdev, in mlx5hws_cmd_stc_create() 579 int mlx5hws_cmd_stc_modify(struct mlx5_core_dev *mdev, in mlx5hws_cmd_stc_modify() 619 int mlx5hws_cmd_arg_create(struct mlx5_core_dev *mdev, in mlx5hws_cmd_arg_create() 651 void mlx5hws_cmd_arg_destroy(struct mlx5_core_dev *mdev, in mlx5hws_cmd_arg_destroy() 718 int mlx5hws_cmd_ste_create(struct mlx5_core_dev *mdev, in mlx5hws_cmd_ste_create() [all …]
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | qat_mig_dev.c | 15 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 …]
|
| /drivers/staging/most/video/ |
| A D | video.c | 51 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 370 struct most_video_dev *mdev; in get_comp_dev() local 387 struct most_video_dev *mdev = in comp_rx_data() local 442 struct most_video_dev *mdev = in comp_v4l2_dev_release() local [all …]
|
| /drivers/gpu/drm/mgag200/ |
| A D | mgag200_mode.c | 38 struct mga_device *mdev = to_mga_device(dev); in mgag200_set_gamma_lut() local 53 void mgag200_crtc_fill_gamma(struct mga_device *mdev, in mgag200_crtc_fill_gamma() 73 void mgag200_crtc_load_gamma(struct mga_device *mdev, in mgag200_crtc_load_gamma() 164 void mgag200_init_registers(struct mga_device *mdev) in mgag200_init_registers() 491 struct mga_device *mdev = to_mga_device(dev); in mgag200_primary_plane_helper_atomic_update() local 513 struct mga_device *mdev = to_mga_device(dev); in mgag200_primary_plane_helper_atomic_enable() local 526 struct mga_device *mdev = to_mga_device(dev); in mgag200_primary_plane_helper_atomic_disable() local 589 struct mga_device *mdev = to_mga_device(dev); in mgag200_crtc_helper_atomic_check() local 625 struct mga_device *mdev = to_mga_device(dev); in mgag200_crtc_helper_atomic_flush() local 640 struct mga_device *mdev = to_mga_device(dev); in mgag200_crtc_helper_atomic_enable() local [all …]
|
| /drivers/sh/maple/ |
| A D | maple.c | 139 struct maple_device *mdev; in maple_release_device() local 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 410 struct maple_device *mdev; in check_maple_device() local 422 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands() local 449 struct maple_device *mdev; in maple_vblank_handler() local 524 static void maple_clean_submap(struct maple_device *mdev) in maple_clean_submap() 617 struct maple_device *mdev; in maple_port_rescan() local 634 struct maple_device *mdev; in maple_dma_handler() local [all …]
|
| /drivers/vdpa/virtio_pci/ |
| A D | vp_vdpa.c | 36 struct virtio_pci_modern_device *mdev; member 48 struct virtio_pci_modern_device *mdev; member 78 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_driver_features() local 87 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_driver_features() local 94 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_status() local 295 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_state() local 324 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_ready() local 331 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_vq_ready() local 339 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_num() local 606 struct virtio_pci_modern_device *mdev = NULL; in vp_vdpa_probe() local [all …]
|
| /drivers/media/mc/ |
| A D | mc-device.c | 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 671 struct media_device *mdev = entity->graph_obj.mdev; in media_device_unregister_entity() local 682 void media_device_init(struct media_device *mdev) in media_device_init() 704 void media_device_cleanup(struct media_device *mdev) in media_device_cleanup() 714 int __must_check __media_device_register(struct media_device *mdev, in __media_device_register() 755 void media_device_register_entity_notify(struct media_device *mdev, in media_device_register_entity_notify() 782 void media_device_unregister(struct media_device *mdev) in media_device_unregister() 835 void media_device_pci_init(struct media_device *mdev, in media_device_pci_init() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_common.c | 40 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
|
| A D | port.c | 110 int mlx5_query_qcam_reg(struct mlx5_core_dev *mdev, u32 *qcam, in mlx5_query_qcam_reg() 611 int mlx5_max_tc(struct mlx5_core_dev *mdev) in mlx5_max_tc() 661 int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev, in mlx5_query_port_prio_tc() 720 int mlx5_query_port_tc_group(struct mlx5_core_dev *mdev, in mlx5_query_port_tc_group() 753 int mlx5_query_port_tc_bw_alloc(struct mlx5_core_dev *mdev, in mlx5_query_port_tc_bw_alloc() 773 int mlx5_modify_port_ets_rate_limit(struct mlx5_core_dev *mdev, in mlx5_modify_port_ets_rate_limit() 796 int mlx5_query_port_ets_rate_limit(struct mlx5_core_dev *mdev, in mlx5_query_port_ets_rate_limit() 821 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode) in mlx5_set_port_wol() 862 int mlx5_set_port_fcs(struct mlx5_core_dev *mdev, u8 enable) in mlx5_set_port_fcs() 1114 bool mlx5_ptys_ext_supported(struct mlx5_core_dev *mdev) in mlx5_ptys_ext_supported() [all …]
|
| A D | vport.c | 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() 487 int mlx5_modify_nic_vport_node_guid(struct mlx5_core_dev *mdev, in mlx5_modify_nic_vport_node_guid() 792 int mlx5_query_nic_vport_promisc(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_promisc() 823 int mlx5_modify_nic_vport_promisc(struct mlx5_core_dev *mdev, in mlx5_modify_nic_vport_promisc() 957 int mlx5_nic_vport_enable_roce(struct mlx5_core_dev *mdev) in mlx5_nic_vport_enable_roce() [all …]
|
| A D | en_main.c | 127 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_update_carrier() local 725 struct mlx5_core_dev *mdev = c->mdev; in mlx5e_init_rxq_rq() local 890 struct mlx5_core_dev *mdev = rq->mdev; in mlx5e_alloc_rq() local 1532 struct mlx5_core_dev *mdev = c->mdev; in mlx5e_alloc_xdpsq() local 1619 struct mlx5_core_dev *mdev = c->mdev; in mlx5e_alloc_icosq() local 1696 struct mlx5_core_dev *mdev = c->mdev; in mlx5e_alloc_txqsq() local 2754 struct mlx5_core_dev *mdev; in mlx5e_open_channel() local 3132 struct mlx5_core_dev *mdev; in mlx5e_set_default_xps_cpumasks() local 4540 struct mlx5_core_dev *mdev) in mlx5e_xsk_validate_mtu() 5551 struct mlx5_core_dev *mdev; in mlx5e_queue_mem_alloc() local [all …]
|
| A D | qos.c | 8 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() 46 int mlx5_qos_create_inner_node(struct mlx5_core_dev *mdev, u32 parent_id, in mlx5_qos_create_inner_node() 73 int mlx5_qos_create_root_node(struct mlx5_core_dev *mdev, u32 *id) in mlx5_qos_create_root_node() 78 int mlx5_qos_update_node(struct mlx5_core_dev *mdev, in mlx5_qos_update_node() 94 int mlx5_qos_destroy_node(struct mlx5_core_dev *mdev, u32 id) in mlx5_qos_destroy_node()
|
| /drivers/gpu/drm/arm/display/komeda/ |
| A D | komeda_dev.c | 24 struct komeda_dev *mdev = sf->private; in komeda_register_show() local 44 static void komeda_debugfs_init(struct komeda_dev *mdev) in komeda_debugfs_init() 59 struct komeda_dev *mdev = dev_to_mdev(dev); in core_id_show() local 68 struct komeda_dev *mdev = dev_to_mdev(dev); in config_id_show() local 91 struct komeda_dev *mdev = dev_to_mdev(dev); in aclk_hz_show() local 133 static int komeda_parse_dt(struct device *dev, struct komeda_dev *mdev) in komeda_parse_dt() 184 struct komeda_dev *mdev; in komeda_dev_create() local 275 void komeda_dev_destroy(struct komeda_dev *mdev) in komeda_dev_destroy() 314 int komeda_dev_resume(struct komeda_dev *mdev) in komeda_dev_resume() 327 int komeda_dev_suspend(struct komeda_dev *mdev) in komeda_dev_suspend()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| A D | ipoib.c | 59 static void mlx5i_build_nic_params(struct mlx5_core_dev *mdev, in mlx5i_build_nic_params() 205 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_underlay_qp() local 261 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_uninit_underlay_qp() local 411 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_rx() local 589 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_open() local 637 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_close() local 665 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_attach_mcast() local 689 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_detach_mcast() local 740 struct mlx5_core_dev *mdev = priv->mdev; in mlx5_rdma_netdev_free() local 768 struct mlx5_core_dev *mdev = (struct mlx5_core_dev *)param; in mlx5_rdma_setup_rn() local [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_cmd.c | 6 int mlx5dr_cmd_query_esw_vport_context(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_vport_context() 68 int mlx5dr_cmd_query_esw_caps(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_caps() 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() 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() 442 int mlx5dr_cmd_destroy_flow_group(struct mlx5_core_dev *mdev, in mlx5dr_cmd_destroy_flow_group() 458 int mlx5dr_cmd_create_flow_table(struct mlx5_core_dev *mdev, in mlx5dr_cmd_create_flow_table() 515 int mlx5dr_cmd_destroy_flow_table(struct mlx5_core_dev *mdev, in mlx5dr_cmd_destroy_flow_table() 529 int mlx5dr_cmd_create_reformat_ctx(struct mlx5_core_dev *mdev, in mlx5dr_cmd_create_reformat_ctx() [all …]
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_clock.c | 43 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()
|
| A D | en_netdev.c | 95 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 898 struct mlx4_en_dev *mdev) in mlx4_en_set_promisc_mode() 958 struct mlx4_en_dev *mdev) in mlx4_en_clear_promisc_mode() 1006 struct mlx4_en_dev *mdev) in mlx4_en_do_multicast() 1140 struct mlx4_en_dev *mdev) in mlx4_en_do_uc_filter() [all …]
|
| /drivers/infiniband/hw/mthca/ |
| A D | mthca_main.c | 136 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 1068 struct mthca_dev *mdev = pci_get_drvdata(pdev); in __mthca_remove_one() local [all …]
|
| /drivers/dma/ |
| A D | altera-msgdma.c | 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() 571 struct msgdma_device *mdev = to_mdev(chan); in msgdma_issue_pending() local 641 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_free_chan_resources() local 658 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_alloc_chan_resources() local 735 struct msgdma_device *mdev = data; in msgdma_irq_handler() local [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | ipsec_fs.c | 202 struct mlx5_core_dev *mdev = ipsec->mdev; in rx_add_rule_drop_auth_trailer() local 281 struct mlx5_core_dev *mdev = ipsec->mdev; in rx_add_rule_drop_replay() local 338 struct mlx5_core_dev *mdev = ipsec->mdev; in ipsec_rx_status_drop_all_create() local 865 struct mlx5_core_dev *mdev = ipsec->mdev; in ipsec_rx_policy_create() local 915 struct mlx5_core_dev *mdev = ipsec->mdev; in ipsec_rx_sa_selector_create() local 1270 struct mlx5_core_dev *mdev = ipsec->mdev; in tx_create() local 1664 struct mlx5_core_dev *mdev = ipsec->mdev; in setup_modify_header() local 1895 struct mlx5_core_dev *mdev = ipsec->mdev; in setup_pkt_reformat() local 1929 struct mlx5_core_dev *mdev = ipsec->mdev; in rx_add_rule_sa_selector() local 2392 struct mlx5_core_dev *mdev = ipsec->mdev; in ipsec_fs_destroy_counters() local [all …]
|
| /drivers/mailbox/ |
| A D | mailbox-sti.c | 36 #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 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 277 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_send_data() local [all …]
|