Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_sdk.c53 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create()
99 static int mem_transaction(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mem_transaction()
130 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c()
162 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c()
193 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_read()
226 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_write()
259 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) in mlx5_fpga_get_sbu_caps()
265 u64 mlx5_fpga_ddr_size_get(struct mlx5_fpga_device *fdev) in mlx5_fpga_ddr_size_get()
271 u64 mlx5_fpga_ddr_base_get(struct mlx5_fpga_device *fdev) in mlx5_fpga_ddr_base_get()
277 void mlx5_fpga_client_data_set(struct mlx5_fpga_device *fdev, in mlx5_fpga_client_data_set()
[all …]
H A Dmlx5fpga_core.c64 static void client_context_destroy(struct mlx5_fpga_device *fdev, in client_context_destroy()
75 static int client_context_create(struct mlx5_fpga_device *fdev, in client_context_create()
103 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_device_alloc() local
147 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check()
181 static int mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_brb()
207 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_start() local
332 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_init() local
362 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_stop() local
419 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_cleanup() local
454 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_event() local
[all …]
H A Dmlx5fpga_trans.c59 static struct mlx5_fpga_trans_priv *find_tid(struct mlx5_fpga_device *fdev, in find_tid()
69 static struct mlx5_fpga_trans_priv *alloc_tid(struct mlx5_fpga_device *fdev) in alloc_tid()
92 static void free_tid(struct mlx5_fpga_device *fdev, in free_tid()
102 static void trans_complete(struct mlx5_fpga_device *fdev, in trans_complete()
124 struct mlx5_fpga_device *fdev, in trans_send_complete()
144 static int trans_validate(struct mlx5_fpga_device *fdev, u64 addr, size_t size) in trans_validate()
245 struct mlx5_fpga_device *fdev = cb_arg; in mlx5_fpga_trans_recv() local
306 int mlx5_fpga_trans_device_init(struct mlx5_fpga_device *fdev) in mlx5_fpga_trans_device_init()
330 void mlx5_fpga_trans_device_cleanup(struct mlx5_fpga_device *fdev) in mlx5_fpga_trans_device_cleanup()
H A Dmlx5fpga_ipsec.c95 struct mlx5_fpga_device *fdev, in mlx5_fpga_ipsec_send_complete()
131 struct mlx5_fpga_device *fdev = cb_arg; in mlx5_fpga_ipsec_recv() local
178 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_sa_cmd_exec() local
238 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_device_caps() local
263 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_counters_count() local
275 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_counters_read() local
323 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_init() local
367 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_cleanup() local
H A Dmlx5fpga_conn.c427 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_cq() local
516 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_wq() local
530 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
709 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rtr_qp() local
754 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rts_qp() local
791 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_connect() local
842 struct mlx5_fpga_conn *mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_conn_create()
966 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_destroy() local
988 int mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_init()
[all …]
H A Dconn.h44 struct mlx5_fpga_device *fdev; member
/freebsd/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c58 struct mlx5_fpga_tools_dev *mlx5_fpga_tools_alloc(struct mlx5_fpga_device *fdev) in mlx5_fpga_tools_alloc()
89 static void mlx5_fpga_tools_create(struct mlx5_fpga_device *fdev) in mlx5_fpga_tools_create()
102 static int mlx5_fpga_tools_add(struct mlx5_fpga_device *fdev, u32 vid, u16 pid) in mlx5_fpga_tools_add()
107 static void mlx5_fpga_tools_remove(struct mlx5_fpga_device *fdev) in mlx5_fpga_tools_remove()
111 static void mlx5_fpga_tools_destroy(struct mlx5_fpga_device *fdev) in mlx5_fpga_tools_destroy()
H A Dtools.h47 struct mlx5_fpga_device *fdev; member
H A Dmlx5fpga_tools_char.c199 struct mlx5_fpga_device *fdev; in tools_char_ioctl() local
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c143 struct cdev *fdev; in fuse_getdevice() local
306 struct cdev *fdev; in fuse_vfsop_mount() local
484 struct cdev *fdev; in fuse_vfsop_unmount() local
H A Dfuse_ipc.c540 fdata_alloc(struct cdev *fdev, struct ucred *cred) in fdata_alloc()
H A Dfuse_ipc.h176 struct cdev *fdev; member
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c85 static dev_t fdev; /* device of file pointed to by symlink */ variable
/freebsd/crypto/openssh/
H A Dsk-usbhid.c380 fido_dev_is_winhello(const fido_dev_t *fdev) in fido_dev_is_winhello()
/freebsd/sys/kern/
H A Duipc_usrreq.c3637 struct filedescent *fde, **fdep, *fdev; in unp_internalize() local