Home
last modified time | relevance | path

Searched defs:fdev (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c43 static int fun_wait_ready(struct fun_dev *fdev, bool enabled) in fun_wait_ready()
77 static int fun_check_csts_rdy(struct fun_dev *fdev, unsigned int expected_rdy) in fun_check_csts_rdy()
96 static int fun_update_cc_enable(struct fun_dev *fdev, unsigned int initial_rdy) in fun_update_cc_enable()
106 static int fun_disable_ctrl(struct fun_dev *fdev) in fun_disable_ctrl()
112 static int fun_enable_ctrl(struct fun_dev *fdev, u32 admin_cqesz_log2, in fun_enable_ctrl()
123 static int fun_map_bars(struct fun_dev *fdev, const char *name) in fun_map_bars()
145 static void fun_unmap_bars(struct fun_dev *fdev) in fun_unmap_bars()
177 struct fun_dev *fdev = funq->fdev; in fun_complete_admin_cmd() local
209 static int fun_init_cmd_ctx(struct fun_dev *fdev, unsigned int ntags) in fun_init_cmd_ctx()
224 static int fun_enable_admin_queue(struct fun_dev *fdev, in fun_enable_admin_queue()
[all …]
H A Dfun_dev.h103 static inline u32 __iomem *fun_db_addr(const struct fun_dev *fdev, in fun_db_addr()
112 static inline u32 __iomem *fun_sq_db_addr(const struct fun_dev *fdev, in fun_sq_db_addr()
118 static inline u32 __iomem *fun_cq_db_addr(const struct fun_dev *fdev, in fun_cq_db_addr()
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
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()
138 static int mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_brb()
165 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_err_nb); in fpga_err_event() local
172 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_qp_err_nb); in fpga_qp_err_event() local
179 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_start() local
255 struct mlx5_fpga_device *fdev; in mlx5_fpga_init() local
276 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_stop() local
312 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_cleanup() local
333 static int mlx5_fpga_event(struct mlx5_fpga_device *fdev, in mlx5_fpga_event()
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create()
61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c()
93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c()
124 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_read()
145 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_write()
166 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) in mlx5_fpga_get_sbu_caps()
H A Dconn.c413 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_cq() local
501 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_wq() local
515 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_qp() local
673 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_init_qp() local
699 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rtr_qp() local
733 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rts_qp() local
759 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_connect() local
810 struct mlx5_fpga_conn *mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_conn_create()
949 int mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_init()
995 void mlx5_fpga_conn_device_cleanup(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_cleanup()
H A Dconn.h45 struct mlx5_fpga_device *fdev; member
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c153 static int fun_adi_write(struct fun_dev *fdev, enum fun_admin_adi_attr attr, in fun_adi_write()
1218 struct fun_dev *fdev = fp->fdev; in fun_set_vf_mac() local
1246 struct fun_dev *fdev = fp->fdev; in fun_set_vf_vlan() local
1280 struct fun_dev *fdev = fp->fdev; in fun_set_vf_rate() local
1709 struct fun_dev *fdev = &ed->fdev; in fun_create_netdev() local
1913 static void fun_event_cb(struct fun_dev *fdev, void *entry) in fun_event_cb()
1940 static void fun_service_cb(struct fun_dev *fdev) in fun_service_cb()
1963 struct fun_dev *fdev = pci_get_drvdata(pdev); in funeth_sriov_configure() local
2010 struct fun_dev *fdev; in funeth_probe() local
2047 struct fun_dev *fdev = pci_get_drvdata(pdev); in funeth_remove() local
H A Dfuneth.h45 struct fun_dev fdev; member
83 struct fun_dev *fdev; member
/linux/drivers/dma/
H A Dst_fdma.h118 struct st_fdma_dev *fdev; member
166 #define fdma_read(fdev, name) \ argument
169 #define fdma_write(fdev, val, name) \ argument
/linux/include/linux/
H A Darm_ffa.h159 static inline void ffa_dev_set_drvdata(struct ffa_device *fdev, void *data) in ffa_dev_set_drvdata()
164 static inline void *ffa_dev_get_drvdata(struct ffa_device *fdev) in ffa_dev_get_drvdata()
/linux/drivers/fpga/
H A Ddfl.c764 struct platform_device *fdev = binfo->feature_dev; build_info_commit_dev() local
892 struct platform_device *fdev; build_info_create_dev() local
[all...]
/linux/drivers/fsi/
H A Dfsi-core.c949 int fsi_get_new_minor(struct fsi_device *fdev, enum fsi_dev_type type, in fsi_get_new_minor()
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c1362 struct ffa_device *fdev = to_ffa_dev(dev); in ffa_bus_notifier() local
/linux/drivers/misc/
H A Dfastrpc.c2231 struct fastrpc_device *fdev; in fastrpc_device_register() local