/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | port_tun.c | 15 static void mlx5_query_port_tun_entropy(struct mlx5_core_dev *mdev, in mlx5_query_port_tun_entropy() 41 static int mlx5_set_port_tun_entropy_calc(struct mlx5_core_dev *mdev, u8 enable, in mlx5_set_port_tun_entropy_calc() 56 static int mlx5_set_port_gre_tun_entropy_calc(struct mlx5_core_dev *mdev, in mlx5_set_port_gre_tun_entropy_calc() 72 struct mlx5_core_dev *mdev) in mlx5_init_port_tun_entropy()
|
D | macsec_fs.c | 183 struct mlx5_core_dev *mdev; member 363 struct mlx5_core_dev *mdev = macsec_fs->mdev; in macsec_fs_tx_roce_create() local 393 struct mlx5_core_dev *mdev = macsec_fs->mdev; in macsec_fs_tx_create() local 807 struct mlx5_core_dev *mdev = macsec_fs->mdev; in macsec_fs_tx_add_rule() local 900 struct mlx5_core_dev *mdev = macsec_fs->mdev; in macsec_fs_tx_cleanup() local 932 struct mlx5_core_dev *mdev = macsec_fs->mdev; in macsec_fs_tx_init() local 988 static void macsec_fs_rdma_rx_destroy(struct mlx5_macsec_rx_roce *roce, struct mlx5_core_dev *mdev) in macsec_fs_rdma_rx_destroy() 1145 struct mlx5_core_dev *mdev = macsec_fs->mdev; in macsec_fs_rx_create_check_decap_rule() local 1217 static int macsec_fs_rx_roce_miss_create(struct mlx5_core_dev *mdev, in macsec_fs_rx_roce_miss_create() 1267 static int macsec_fs_rx_roce_jump_to_rdma_groups_create(struct mlx5_core_dev *mdev, in macsec_fs_rx_roce_jump_to_rdma_groups_create() [all …]
|
D | ipsec_fs_roce.c | 47 ipsec_fs_roce_rx_rule_setup(struct mlx5_core_dev *mdev, in ipsec_fs_roce_rx_rule_setup() 97 static int ipsec_fs_roce_tx_rule_setup(struct mlx5_core_dev *mdev, in ipsec_fs_roce_tx_rule_setup() 139 int mlx5_ipsec_fs_roce_tx_create(struct mlx5_core_dev *mdev, in mlx5_ipsec_fs_roce_tx_create() 232 int mlx5_ipsec_fs_roce_rx_create(struct mlx5_core_dev *mdev, in mlx5_ipsec_fs_roce_rx_create() 340 struct mlx5_ipsec_fs *mlx5_ipsec_fs_roce_init(struct mlx5_core_dev *mdev) in mlx5_ipsec_fs_roce_init()
|
/Linux-v6.6/include/linux/mlx5/ |
D | device.h | 1258 #define MLX5_CAP_GEN(mdev, cap) \ argument 1261 #define MLX5_CAP_GEN_64(mdev, cap) \ argument 1264 #define MLX5_CAP_GEN_MAX(mdev, cap) \ argument 1267 #define MLX5_CAP_GEN_2(mdev, cap) \ argument 1270 #define MLX5_CAP_GEN_2_64(mdev, cap) \ argument 1273 #define MLX5_CAP_GEN_2_MAX(mdev, cap) \ argument 1276 #define MLX5_CAP_ETH(mdev, cap) \ argument 1280 #define MLX5_CAP_IPOIB_ENHANCED(mdev, cap) \ argument 1284 #define MLX5_CAP_ROCE(mdev, cap) \ argument 1287 #define MLX5_CAP_ROCE_MAX(mdev, cap) \ argument [all …]
|
/Linux-v6.6/drivers/mailbox/ |
D | omap-mailbox.c | 132 unsigned int mbox_read_reg(struct omap_mbox_device *mdev, size_t ofs) in mbox_read_reg() 138 void mbox_write_reg(struct omap_mbox_device *mdev, u32 val, size_t ofs) in mbox_write_reg() 395 static struct omap_mbox *omap_mbox_device_find(struct omap_mbox_device *mdev, in omap_mbox_device_find() 419 struct omap_mbox_device *mdev; in omap_mbox_request_channel() local 452 static int omap_mbox_register(struct omap_mbox_device *mdev) in omap_mbox_register() 487 static int omap_mbox_unregister(struct omap_mbox_device *mdev) in omap_mbox_unregister() 508 struct omap_mbox_device *mdev = mbox->parent; in omap_mbox_chan_startup() local 523 struct omap_mbox_device *mdev = mbox->parent; in omap_mbox_chan_shutdown() local 589 struct omap_mbox_device *mdev = dev_get_drvdata(dev); in omap_mbox_suspend() local 613 struct omap_mbox_device *mdev = dev_get_drvdata(dev); in omap_mbox_resume() local [all …]
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | pci.c | 167 struct mt76_dev *mdev; in mt76x0e_probe() local 231 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_remove() local 242 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_suspend() local 268 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_resume() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port_buffer.c | 38 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_port_query_buffer() local 107 static int mlx5e_port_query_pool(struct mlx5_core_dev *mdev, in mlx5e_port_query_pool() 209 static int port_update_pool_cfg(struct mlx5_core_dev *mdev, in port_update_pool_cfg() 238 static int port_update_shared_buffer(struct mlx5_core_dev *mdev, in port_update_shared_buffer() 289 struct mlx5_core_dev *mdev = priv->mdev; in port_set_buffer() local 408 static int update_buffer_lossy(struct mlx5_core_dev *mdev, in update_buffer_lossy() 460 static int fill_pfc_en(struct mlx5_core_dev *mdev, u8 *pfc_en) in fill_pfc_en()
|
/Linux-v6.6/drivers/gpu/drm/mgag200/ |
D | mgag200_g200ew3.c | 13 static void mgag200_g200ew3_init_registers(struct mga_device *mdev) in mgag200_g200ew3_init_registers() 110 static int mgag200_g200ew3_pipeline_init(struct mga_device *mdev) in mgag200_g200ew3_pipeline_init() 192 static resource_size_t mgag200_g200ew3_device_probe_vram(struct mga_device *mdev) in mgag200_g200ew3_device_probe_vram() 204 struct mga_device *mdev; in mgag200_g200ew3_device_create() local
|
D | mgag200_g200eh.c | 14 void mgag200_g200eh_init_registers(struct mga_device *mdev) in mgag200_g200eh_init_registers() 96 struct mga_device *mdev = to_mga_device(dev); in mgag200_g200eh_pixpllc_atomic_update() local 197 static int mgag200_g200eh_pipeline_init(struct mga_device *mdev) in mgag200_g200eh_pipeline_init() 279 struct mga_device *mdev; in mgag200_g200eh_device_create() local
|
D | mgag200_g200wb.c | 14 void mgag200_g200wb_init_registers(struct mga_device *mdev) in mgag200_g200wb_init_registers() 95 struct mga_device *mdev = to_mga_device(dev); in mgag200_g200wb_pixpllc_atomic_update() local 244 static int mgag200_g200wb_pipeline_init(struct mga_device *mdev) in mgag200_g200wb_pipeline_init() 328 struct mga_device *mdev; in mgag200_g200wb_device_create() local
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | dma.c | 172 struct mt76_dev *mdev = &dev->mt76; in mt7915_dma_disable() local 255 struct mt76_dev *mdev = &dev->mt76; in mt7915_dma_start() local 334 struct mt76_dev *mdev = &dev->mt76; in mt7915_dma_enable() local 408 struct mt76_dev *mdev = &dev->mt76; in mt7915_dma_init() local 586 struct mt76_dev *mdev = &dev->mt76; in mt7915_dma_wed_reset() local
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | pci.c | 63 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt7615_pci_remove() local 74 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt7615_pci_suspend() local 141 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt7615_pci_resume() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | en_main.c | 150 static void mlx4_en_get_profile(struct mlx4_en_dev *mdev) in mlx4_en_get_profile() 189 struct mlx4_en_dev *mdev = in mlx4_en_event() local 241 struct mlx4_en_dev *mdev = auxiliary_get_drvdata(adev); in mlx4_en_remove() local 269 struct mlx4_en_dev *mdev; in mlx4_en_probe() local
|
D | en_cq.c | 51 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_create_cq() local 92 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_activate_cq() local 175 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_destroy_cq() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 37 int mlx5_wq_cyc_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_cyc_create() 99 int mlx5_wq_qp_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_qp_create() 159 int mlx5_cqwq_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_cqwq_create() 210 int mlx5_wq_ll_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_ll_create()
|
D | hwmon.h | 15 static inline int mlx5_hwmon_dev_register(struct mlx5_core_dev *mdev) in mlx5_hwmon_dev_register() 20 static inline void mlx5_hwmon_dev_unregister(struct mlx5_core_dev *mdev) {} in mlx5_hwmon_dev_unregister()
|
/Linux-v6.6/drivers/media/mc/ |
D | mc-request.c | 64 struct media_device *mdev = req->mdev; in media_request_release() local 121 struct media_device *mdev = req->mdev; in media_request_ioctl_queue() local 190 struct media_device *mdev = req->mdev; in media_request_ioctl_reinit() local 247 media_request_get_by_fd(struct media_device *mdev, int request_fd) in media_request_get_by_fd() 288 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 223 static int mlx5_fpga_conn_create_mkey(struct mlx5_core_dev *mdev, u32 pdn, in mlx5_fpga_conn_create_mkey() 414 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_create_cq() local 502 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_create_wq() local 517 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_create_qp() local 659 struct mlx5_core_dev *mdev = conn->fdev->mdev; in mlx5_fpga_conn_reset_qp() local 674 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_init_qp() local 700 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_rtr_qp() local 735 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_rts_qp() local
|
/Linux-v6.6/drivers/vdpa/ |
D | vdpa.c | 337 int vdpa_mgmtdev_register(struct vdpa_mgmt_dev *mdev) in vdpa_mgmtdev_register() 353 struct vdpa_mgmt_dev *mdev = vdev->mdev; in vdpa_match_remove() local 360 void vdpa_mgmtdev_unregister(struct vdpa_mgmt_dev *mdev) in vdpa_mgmtdev_unregister() 420 static bool mgmtdev_handle_match(const struct vdpa_mgmt_dev *mdev, in mgmtdev_handle_match() 441 struct vdpa_mgmt_dev *mdev; in vdpa_mgmtdev_get_from_attr() local 458 static int vdpa_nl_mgmtdev_handle_fill(struct sk_buff *msg, const struct vdpa_mgmt_dev *mdev) in vdpa_nl_mgmtdev_handle_fill() 468 static u64 vdpa_mgmtdev_get_classes(const struct vdpa_mgmt_dev *mdev, in vdpa_mgmtdev_get_classes() 486 static int vdpa_mgmtdev_fill(const struct vdpa_mgmt_dev *mdev, struct sk_buff *msg, in vdpa_mgmtdev_fill() 526 struct vdpa_mgmt_dev *mdev; in vdpa_nl_cmd_mgmtdev_get_doit() local 558 struct vdpa_mgmt_dev *mdev; in vdpa_nl_cmd_mgmtdev_get_dumpit() local [all …]
|
/Linux-v6.6/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline.c | 16 komeda_pipeline_add(struct komeda_dev *mdev, size_t size, in komeda_pipeline_add() 46 void komeda_pipeline_destroy(struct komeda_dev *mdev, in komeda_pipeline_destroy() 71 struct komeda_dev *mdev = pipe->mdev; in komeda_pipeline_get_component_pos() local 230 void komeda_component_destroy(struct komeda_dev *mdev, in komeda_component_destroy() 344 int komeda_assemble_pipelines(struct komeda_dev *mdev) in komeda_assemble_pipelines()
|
/Linux-v6.6/drivers/mcb/ |
D | mcb-core.c | 34 struct mcb_device *mdev = to_mcb_device(dev); in mcb_match() local 46 const struct mcb_device *mdev = to_mcb_device(dev); in mcb_uevent() local 59 struct mcb_device *mdev = to_mcb_device(dev); in mcb_probe() local 85 struct mcb_device *mdev = to_mcb_device(dev); in mcb_remove() local 99 struct mcb_device *mdev = to_mcb_device(dev); in mcb_shutdown() local 210 struct mcb_device *mdev = to_mcb_device(dev); in mcb_release_dev() local
|
/Linux-v6.6/drivers/infiniband/hw/mlx5/ |
D | ib_rep.c | 137 struct mlx5_core_dev *mdev = mlx5_eswitch_get_core_dev(rep->esw); in mlx5_ib_vport_rep_unload() local 193 static void mlx5_ib_register_peer_vport_reps(struct mlx5_core_dev *mdev) in mlx5_ib_register_peer_vport_reps() 233 struct mlx5_core_dev *mdev = idev->mdev; in mlx5r_rep_probe() local 244 struct mlx5_core_dev *mdev = idev->mdev; in mlx5r_rep_remove() local
|
/Linux-v6.6/drivers/infiniband/hw/mana/ |
D | qp.c | 20 struct gdma_dev *mdev; in mana_ib_cfg_vport_steering() local 100 struct mana_ib_dev *mdev = in mana_ib_create_qp_rss() local 262 struct mana_ib_dev *mdev = in mana_ib_create_qp_raw() local 438 struct mana_ib_dev *mdev = in mana_ib_destroy_qp_rss() local 465 struct mana_ib_dev *mdev = in mana_ib_destroy_qp_raw() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_tx.c | 27 u16 mlx5e_ktls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_ktls_get_stop_room() 44 static void mlx5e_ktls_set_tisc(struct mlx5_core_dev *mdev, void *tisc) in mlx5e_ktls_set_tisc() 51 static int mlx5e_ktls_create_tis(struct mlx5_core_dev *mdev, u32 *tisn) in mlx5e_ktls_create_tis() 60 static int mlx5e_ktls_create_tis_cb(struct mlx5_core_dev *mdev, in mlx5e_ktls_create_tis_cb() 75 static int mlx5e_ktls_destroy_tis_cb(struct mlx5_core_dev *mdev, u32 tisn, in mlx5e_ktls_destroy_tis_cb() 99 struct mlx5_core_dev *mdev; member 143 static struct mlx5e_bulk_async_ctx *mlx5e_bulk_async_init(struct mlx5_core_dev *mdev, int n) in mlx5e_bulk_async_init() 193 mlx5e_tls_priv_tx_init(struct mlx5_core_dev *mdev, struct mlx5e_tls_sw_stats *sw_stats, in mlx5e_tls_priv_tx_init() 240 static void mlx5e_tls_priv_tx_list_cleanup(struct mlx5_core_dev *mdev, in mlx5e_tls_priv_tx_list_cleanup() 267 struct mlx5_core_dev *mdev; member [all …]
|
/Linux-v6.6/drivers/input/mouse/ |
D | maplemouse.c | 24 struct maple_device *mdev; member 70 struct maple_device *mdev = to_maple_dev(dev); in probe_maple_mouse() local 119 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_mouse() local
|