Home
last modified time | relevance | path

Searched defs:mdev (Results 76 – 100 of 458) sorted by relevance

12345678910>>...19

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.h21 static inline bool mlx5e_is_ktls_device(struct mlx5_core_dev *mdev) in mlx5e_is_ktls_device()
36 static inline bool mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check()
63 static inline bool mlx5e_is_ktls_tx(struct mlx5_core_dev *mdev) in mlx5e_is_ktls_tx()
86 struct mlx5_core_dev *mdev; member
139 static inline bool mlx5e_is_ktls_rx(struct mlx5_core_dev *mdev) in mlx5e_is_ktls_rx()
Dktls_tx.c27 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-6.15/drivers/gpu/drm/mgag200/
Dmgag200_g200ew3.c13 static void mgag200_g200ew3_init_registers(struct mga_device *mdev) in mgag200_g200ew3_init_registers()
98 static int mgag200_g200ew3_pipeline_init(struct mga_device *mdev) in mgag200_g200ew3_pipeline_init()
149 static resource_size_t mgag200_g200ew3_device_probe_vram(struct mga_device *mdev) in mgag200_g200ew3_device_probe_vram()
161 struct mga_device *mdev; in mgag200_g200ew3_device_create() local
Dmgag200_drv.c111 resource_size_t mgag200_device_probe_vram(struct mga_device *mdev) in mgag200_device_probe_vram()
116 int mgag200_device_preinit(struct mga_device *mdev) in mgag200_device_preinit()
167 int mgag200_device_init(struct mga_device *mdev, in mgag200_device_init()
227 struct mga_device *mdev; in mgag200_pci_probe() local
Dmgag200_g200eh.c14 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
185 static int mgag200_g200eh_pipeline_init(struct mga_device *mdev) in mgag200_g200eh_pipeline_init()
238 struct mga_device *mdev; in mgag200_g200eh_device_create() local
Dmgag200_g200wb.c14 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
232 static int mgag200_g200wb_pipeline_init(struct mga_device *mdev) in mgag200_g200wb_pipeline_init()
285 struct mga_device *mdev; in mgag200_g200wb_device_create() local
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dsdio.c29 struct mt76_dev *mdev = container_of(sdio, struct mt76_dev, sdio); in mt7921s_txrx_worker() local
127 struct mt76_dev *mdev; in mt7921s_probe() local
210 struct mt76_dev *mdev = &dev->mt76; in mt7921s_suspend() local
286 struct mt76_dev *mdev = &dev->mt76; in mt7921s_resume() local
/linux-6.15/drivers/vfio/mdev/
Dmdev_core.c27 static void mdev_device_remove_common(struct mdev_device *mdev) in mdev_device_remove_common()
112 struct mdev_device *mdev = to_mdev_device(dev); in mdev_device_release() local
131 struct mdev_device *mdev, *tmp; in mdev_device_create() local
213 int mdev_device_remove(struct mdev_device *mdev) in mdev_device_remove()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Drqt.c7 static bool verify_num_vhca_ids(struct mlx5_core_dev *mdev, u32 *vhca_ids, in verify_num_vhca_ids()
20 static bool rqt_verify_vhca_ids(struct mlx5_core_dev *mdev, u32 *vhca_ids, in rqt_verify_vhca_ids()
58 static int mlx5e_rqt_init(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, in mlx5e_rqt_init()
92 int mlx5e_rqt_init_direct(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, in mlx5e_rqt_init_direct()
138 int mlx5e_rqt_init_indir(struct mlx5e_rqt *rqt, struct mlx5_core_dev *mdev, in mlx5e_rqt_init_indir()
173 u32 mlx5e_rqt_size(struct mlx5_core_dev *mdev, unsigned int num_channels) in mlx5e_rqt_size()
Dport_buffer.c38 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-6.15/include/linux/mlx5/
Dfs_helpers.h41 static inline bool _mlx5_fs_is_outer_ipv_flow(struct mlx5_core_dev *mdev, in _mlx5_fs_is_outer_ipv_flow()
79 mlx5_fs_is_outer_ipv4_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv4_flow()
87 mlx5_fs_is_outer_ipv6_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv6_flow()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dsetup.c10 static int mlx5e_legacy_rq_validate_xsk(struct mlx5_core_dev *mdev, in mlx5e_legacy_rq_validate_xsk()
29 struct mlx5_core_dev *mdev) in mlx5e_validate_xsk_param()
51 static void mlx5e_build_xsk_cparam(struct mlx5_core_dev *mdev, in mlx5e_build_xsk_cparam()
66 struct mlx5_core_dev *mdev = c->mdev; in mlx5e_init_xsk_rq() local
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.c41 struct mlx5_core_dev *mdev; member
52 static int mlx5_vxlan_core_add_port_cmd(struct mlx5_core_dev *mdev, u16 port) in mlx5_vxlan_core_add_port_cmd()
62 static int mlx5_vxlan_core_del_port_cmd(struct mlx5_core_dev *mdev, u16 port) in mlx5_vxlan_core_del_port_cmd()
147 struct mlx5_vxlan *mlx5_vxlan_create(struct mlx5_core_dev *mdev) in mlx5_vxlan_create()
Dport_tun.c15 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()
Dmacsec_fs.c183 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 …]
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt76x0/
Dpci.c173 struct mt76_dev *mdev; in mt76x0e_probe() local
237 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_remove() local
248 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_suspend() local
274 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_resume() local
/linux-6.15/drivers/infiniband/hw/mlx5/
Dstd_types.c29 static int fill_vport_icm_addr(struct mlx5_core_dev *mdev, u16 vport, in fill_vport_icm_addr()
83 static int fill_vport_vhca_id(struct mlx5_core_dev *mdev, u16 vport, in fill_vport_vhca_id()
118 struct mlx5_core_dev *mdev; in fill_multiport_info() local
136 struct mlx5_core_dev *mdev; in fill_switchdev_info() local
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci.c63 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-6.15/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
Ddriver.c28 struct mlx5_core_dev *mdev; in mlx5_sf_dev_probe() local
94 struct mlx5_core_dev *mdev = sf_dev->mdev; in mlx5_sf_dev_remove() local
112 struct mlx5_core_dev *mdev = sf_dev->mdev; in mlx5_sf_dev_shutdown() local
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c223 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-6.15/drivers/media/mc/
Dmc-request.c64 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()
282 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c37 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()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
Den_main.c150 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
/linux-6.15/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.c18 komeda_pipeline_add(struct komeda_dev *mdev, size_t size, in komeda_pipeline_add()
48 void komeda_pipeline_destroy(struct komeda_dev *mdev, in komeda_pipeline_destroy()
73 struct komeda_dev *mdev = pipe->mdev; in komeda_pipeline_get_component_pos() local
232 void komeda_component_destroy(struct komeda_dev *mdev, in komeda_component_destroy()
346 int komeda_assemble_pipelines(struct komeda_dev *mdev) in komeda_assemble_pipelines()
/linux-6.15/drivers/mcb/
Dmcb-core.c34 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

12345678910>>...19