Home
last modified time | relevance | path

Searched defs:fdev (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create() argument
61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c() argument
93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c() argument
124 mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) mlx5_fpga_mem_read() argument
145 mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) mlx5_fpga_mem_write() argument
166 mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) mlx5_fpga_get_sbu_caps() argument
[all...]
H A Dconn.h45 struct mlx5_fpga_device *fdev; member
H A Dcore.c61 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_device_alloc() local
108 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check() argument
139 mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) mlx5_fpga_device_brb() argument
166 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_err_nb); fpga_err_event() local
173 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_qp_err_nb); fpga_qp_err_event() local
180 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_device_start() local
256 struct mlx5_fpga_device *fdev = NULL; mlx5_fpga_init() local
277 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_device_stop() local
313 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_cleanup() local
334 mlx5_fpga_event(struct mlx5_fpga_device *fdev, unsigned long event, void *eqe) mlx5_fpga_event() argument
[all...]
H A Dconn.c413 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_create_cq() local
501 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_create_wq() local
515 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_create_qp() local
672 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_init_qp() local
698 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_rtr_qp() local
732 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_rts_qp() local
758 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_connect() local
809 mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, struct mlx5_fpga_conn_attr *attr, enum mlx5_ifc_fpga_qp_type qp_type) mlx5_fpga_conn_create() argument
948 mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) mlx5_fpga_conn_device_init() argument
994 mlx5_fpga_conn_device_cleanup(struct mlx5_fpga_device *fdev) mlx5_fpga_conn_device_cleanup() argument
[all...]
H A Dtls.c69 static void mlx5_fpga_tls_cmd_complete(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_complete() argument
99 static void mlx5_fpga_tls_cmd_send(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_send() argument
85 mlx5_fpga_cmd_send_complete(struct mlx5_fpga_conn *conn, struct mlx5_fpga_device *fdev, struct mlx5_fpga_dma_buf *buf, u8 status) mlx5_fpga_cmd_send_complete() argument
163 mlx_tls_kfree_complete(struct mlx5_fpga_conn *conn, struct mlx5_fpga_device *fdev, struct mlx5_fpga_dma_buf *buf, u8 status) mlx_tls_kfree_complete() argument
171 mlx5_fpga_tls_teardown_completion(struct mlx5_fpga_conn *conn, struct mlx5_fpga_device *fdev, struct mlx5_fpga_tls_command_context *cmd, struct mlx5_fpga_dma_buf *resp) mlx5_fpga_tls_teardown_completion() argument
305 mlx5_fpga_tls_setup_completion(struct mlx5_fpga_conn *conn, struct mlx5_fpga_device *fdev, struct mlx5_fpga_tls_command_context *cmd, struct mlx5_fpga_dma_buf *resp) mlx5_fpga_tls_setup_completion() argument
382 struct mlx5_fpga_device *fdev = (struct mlx5_fpga_device *)cb_arg; mlx5_fpga_tls_hw_qp_recv_cb() local
406 mlx5_fpga_tls_get_caps(struct mlx5_fpga_device *fdev, u32 *p_caps) mlx5_fpga_tls_get_caps() argument
448 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_tls_init() local
500 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_tls_cleanup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create() argument
61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c() argument
93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c() argument
124 mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) mlx5_fpga_mem_read() argument
145 mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) mlx5_fpga_mem_write() argument
166 mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) mlx5_fpga_get_sbu_caps() argument
[all...]
H A Dconn.h45 struct mlx5_fpga_device *fdev; member
H A Dcore.c60 struct mlx5_fpga_device *fdev; in mlx5_fpga_device_alloc() local
107 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check() argument
138 mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) mlx5_fpga_device_brb() argument
165 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_err_nb); fpga_err_event() local
172 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_qp_err_nb); fpga_qp_err_event() local
179 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_device_start() local
255 struct mlx5_fpga_device *fdev; mlx5_fpga_init() local
276 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_device_stop() local
312 struct mlx5_fpga_device *fdev = mdev->fpga; mlx5_fpga_cleanup() local
333 mlx5_fpga_event(struct mlx5_fpga_device *fdev, unsigned long event, void *eqe) mlx5_fpga_event() argument
[all...]
H A Dconn.c413 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_create_cq() local
501 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_create_wq() local
515 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_create_qp() local
673 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_init_qp() local
699 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_rtr_qp() local
733 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_rts_qp() local
759 struct mlx5_fpga_device *fdev = conn->fdev; mlx5_fpga_conn_connect() local
810 mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, struct mlx5_fpga_conn_attr *attr, enum mlx5_ifc_fpga_qp_type qp_type) mlx5_fpga_conn_create() argument
949 mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) mlx5_fpga_conn_device_init() argument
995 mlx5_fpga_conn_device_cleanup(struct mlx5_fpga_device *fdev) mlx5_fpga_conn_device_cleanup() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h103 static inline u32 __iomem *fun_db_addr(const struct fun_dev *fdev, in fun_db_addr() argument
112 static inline u32 __iomem *fun_sq_db_addr(const struct fun_dev *fdev, in fun_sq_db_addr() argument
118 static inline u32 __iomem *fun_cq_db_addr(const struct fun_dev *fdev, in fun_cq_db_addr() argument
[all...]
H A Dfun_queue.h25 struct fun_dev *fdev; member
H A Dfun_dev.c43 static int fun_wait_ready(struct fun_dev *fdev, bool enabled) in fun_wait_ready() argument
77 static int fun_check_csts_rdy(struct fun_dev *fdev, unsigned int expected_rdy) in fun_check_csts_rdy() argument
96 static int fun_update_cc_enable(struct fun_dev *fdev, unsigne argument
106 fun_disable_ctrl(struct fun_dev *fdev) fun_disable_ctrl() argument
112 fun_enable_ctrl(struct fun_dev *fdev, u32 admin_cqesz_log2, u32 admin_sqesz_log2) fun_enable_ctrl() argument
123 fun_map_bars(struct fun_dev *fdev, const char *name) fun_map_bars() argument
145 fun_unmap_bars(struct fun_dev *fdev) fun_unmap_bars() argument
177 struct fun_dev *fdev = funq->fdev; fun_complete_admin_cmd() local
209 fun_init_cmd_ctx(struct fun_dev *fdev, unsigned int ntags) fun_init_cmd_ctx() argument
224 fun_enable_admin_queue(struct fun_dev *fdev, const struct fun_dev_params *areq) fun_enable_admin_queue() argument
305 fun_disable_admin_queue(struct fun_dev *fdev) fun_disable_admin_queue() argument
330 fun_adminq_stopped(struct fun_dev *fdev) fun_adminq_stopped() argument
337 fun_wait_for_tag(struct fun_dev *fdev, int *cpup) fun_wait_for_tag() argument
363 fun_submit_admin_cmd(struct fun_dev *fdev, struct fun_admin_req_common *cmd, fun_admin_callback_t cb, void *cb_data, bool wait_ok) fun_submit_admin_cmd() argument
426 fun_admin_stop(struct fun_dev *fdev) fun_admin_stop() argument
460 fun_submit_admin_sync_cmd(struct fun_dev *fdev, struct fun_admin_req_common *cmd, void *rsp, size_t rspsize, unsigned int timeout) fun_submit_admin_sync_cmd() argument
512 fun_get_res_count(struct fun_dev *fdev, enum fun_admin_op res) fun_get_res_count() argument
531 fun_res_destroy(struct fun_dev *fdev, enum fun_admin_op res, unsigned int flags, u32 id) fun_res_destroy() argument
545 fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0, unsigned int id0, enum fun_admin_bind_type type1, unsigned int id1) fun_bind() argument
563 fun_get_dev_limits(struct fun_dev *fdev) fun_get_dev_limits() argument
619 fun_alloc_irq_mgr(struct fun_dev *fdev) fun_alloc_irq_mgr() argument
633 fun_reserve_irqs(struct fun_dev *fdev, unsigned int nirqs, u16 *irq_indices) fun_reserve_irqs() argument
662 fun_release_irqs(struct fun_dev *fdev, unsigned int nirqs, u16 *irq_indices) fun_release_irqs() argument
710 sanitize_dev(struct fun_dev *fdev) sanitize_dev() argument
732 fun_dev_disable(struct fun_dev *fdev) fun_dev_disable() argument
761 fun_dev_enable(struct fun_dev *fdev, struct pci_dev *pdev, const struct fun_dev_params *areq, const char *name) fun_dev_enable() argument
[all...]
H A Dfun_queue.c75 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, in fun_sq_create() argument
125 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid, in fun_cq_create() argument
171 struct fun_dev *fdev = funq->fdev; in fun_clean_rq() local
405 fun_alloc_queue(struct fun_dev *fdev, int qid, const struct fun_queue_alloc_req *req) fun_alloc_queue() argument
488 struct fun_dev *fdev = funq->fdev; fun_create_cq() local
508 struct fun_dev *fdev = funq->fdev; fun_create_sq() local
525 struct fun_dev *fdev = funq->fdev; fun_create_rq() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dfsldma.c1000 struct fsldma_device *fdev = data; in fsldma_ctrl_irq() local
1029 static void fsldma_free_irqs(struct fsldma_device *fdev) in fsldma_free_irqs() argument
1049 fsldma_request_irqs(struct fsldma_device *fdev) fsldma_request_irqs() argument
1105 fsl_dma_chan_probe(struct fsldma_device *fdev, struct device_node *node, u32 feature, const char *compatible) fsl_dma_chan_probe() argument
1215 struct fsldma_device *fdev; fsldma_of_probe() local
1310 struct fsldma_device *fdev; fsldma_of_remove() local
1333 struct fsldma_device *fdev = dev_get_drvdata(dev); fsldma_suspend_late() local
1364 struct fsldma_device *fdev = dev_get_drvdata(dev); fsldma_resume_early() local
[all...]
H A Dst_fdma.c34 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_get() local
68 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_put() local
102 struct st_fdma_dev *fdev = fchan->fdev; st_fdma_ch_sta_update() local
127 struct st_fdma_dev *fdev = dev_id; st_fdma_irq_handler() local
169 struct st_fdma_dev *fdev = ofdma->of_dma_data; st_fdma_of_xlate() local
352 struct st_fdma_dev *fdev = fchan->fdev; config_reqctrl() local
712 st_fdma_parse_dt(struct platform_device *pdev, const struct st_fdma_driverdata *drvdata, struct st_fdma_dev *fdev) st_fdma_parse_dt() argument
727 st_fdma_free(struct st_fdma_dev *fdev) st_fdma_free() argument
741 struct st_fdma_dev *fdev; st_fdma_probe() local
854 struct st_fdma_dev *fdev = platform_get_drvdata(pdev); st_fdma_remove() local
[all...]
H A Dst_fdma.h118 struct st_fdma_dev *fdev; member
[all...]
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-fme-main.c600 struct platform_device *fdev = dfl_fpga_inode_to_feature_dev(inode); in fme_open() local
H A Ddfl-afu-main.c585 struct platform_device *fdev = dfl_fpga_inode_to_feature_dev(inode); in afu_open() local
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h45 struct fun_dev fdev; member
83 struct fun_dev *fdev; member
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-afu-main.c598 struct platform_device *fdev = dfl_fpga_inode_to_feature_dev(inode); in afu_open() local
H A Ddfl-fme-main.c601 struct platform_device *fdev = dfl_fpga_inode_to_feature_dev(inode); in fme_open() local
/kernel/linux/linux-6.6/drivers/dma/
H A Dfsldma.c1001 struct fsldma_device *fdev = data; in fsldma_ctrl_irq() local
1030 static void fsldma_free_irqs(struct fsldma_device *fdev) in fsldma_free_irqs() argument
1050 fsldma_request_irqs(struct fsldma_device *fdev) fsldma_request_irqs() argument
1106 fsl_dma_chan_probe(struct fsldma_device *fdev, struct device_node *node, u32 feature, const char *compatible) fsl_dma_chan_probe() argument
1216 struct fsldma_device *fdev; fsldma_of_probe() local
1311 struct fsldma_device *fdev; fsldma_of_remove() local
1334 struct fsldma_device *fdev = dev_get_drvdata(dev); fsldma_suspend_late() local
1365 struct fsldma_device *fdev = dev_get_drvdata(dev); fsldma_resume_early() local
[all...]
H A Dst_fdma.c34 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_get() local
68 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_put() local
102 struct st_fdma_dev *fdev = fchan->fdev; st_fdma_ch_sta_update() local
127 struct st_fdma_dev *fdev = dev_id; st_fdma_irq_handler() local
169 struct st_fdma_dev *fdev = ofdma->of_dma_data; st_fdma_of_xlate() local
352 struct st_fdma_dev *fdev = fchan->fdev; config_reqctrl() local
712 st_fdma_parse_dt(struct platform_device *pdev, const struct st_fdma_driverdata *drvdata, struct st_fdma_dev *fdev) st_fdma_parse_dt() argument
727 st_fdma_free(struct st_fdma_dev *fdev) st_fdma_free() argument
741 struct st_fdma_dev *fdev; st_fdma_probe() local
854 struct st_fdma_dev *fdev = platform_get_drvdata(pdev); st_fdma_remove() local
[all...]
H A Dst_fdma.h118 struct st_fdma_dev *fdev; member
[all...]
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dcdev.c226 struct device *dev, *fdev; in idxd_cdev_open() local

Completed in 20 milliseconds

12