| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | nlm_hal.c | 65 nlm_get_device_frequency(uint64_t sysbase, int devtype) in nlm_get_device_frequency() argument 71 if (devtype <= 7) in nlm_get_device_frequency() 74 devtype -= 8; in nlm_get_device_frequency() 77 dfsdiv = ((div_val >> (devtype << 2)) & 0xf) + 1; in nlm_get_device_frequency() 80 if (devtype == DFS_DEVICE_NAE && !nlm_is_xlp8xx_ax()) in nlm_get_device_frequency() 89 nlm_set_device_frequency(int node, int devtype, int frequency) in nlm_set_device_frequency() argument 96 cur_freq = nlm_get_device_frequency(sysbase, devtype); in nlm_set_device_frequency() 107 (1 << devtype)); in nlm_set_device_frequency() 110 (1 << devtype)); in nlm_set_device_frequency() 111 cur_freq = nlm_get_device_frequency(sysbase, devtype); in nlm_set_device_frequency() [all …]
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | uart_cpu_chipc.c | 92 uart_getenv_cfe(int devtype, struct uart_devinfo *di) in uart_getenv_cfe() argument 100 if (devtype != UART_DEV_CONSOLE) in uart_getenv_cfe() 129 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument 138 if (uart_getenv_cfe(devtype, di) == 0) in uart_cpu_getdev() 143 if (uart_getenv(devtype, di, chipc_uart_class) == 0) in uart_cpu_getdev() 152 if (devtype == UART_DEV_CONSOLE && !UART_FLAGS_CONSOLE(ivar)) in uart_cpu_getdev() 155 if (devtype == UART_DEV_DBGPORT && !UART_FLAGS_DBGPORT(ivar)) in uart_cpu_getdev()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_devargs.h | 176 int rte_devargs_add(enum rte_devtype devtype, const char *devargs_str); 203 rte_devargs_type_count(enum rte_devtype devtype);
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_trigger.c | 66 audit_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in audit_open() argument 83 audit_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in audit_close() argument
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | uart_cpu_octeonusart.c | 139 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument 155 if (uart_getenv(devtype, di, class) == 0) in uart_cpu_getdev()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_devargs.c | 301 rte_devargs_add(enum rte_devtype devtype, const char *devargs_str) in rte_devargs_add() argument 314 devargs->type = devtype; in rte_devargs_add() 359 rte_devargs_type_count(enum rte_devtype devtype) in rte_devargs_type_count() argument 365 if (devargs->type != devtype) in rte_devargs_type_count()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 196 device_type_t devtype = DEVICE_TYPE_PRIMARY; in zfs_agent_post_event() local 219 devtype = search.gs_vdev_type; in zfs_agent_post_event() 239 switch (devtype) { in zfs_agent_post_event()
|
| H A D | zfs_retire.c | 338 char *devtype; in zfs_retire_recv() local 355 &devtype) == 0 && strcmp(devtype, VDEV_TYPE_L2CACHE) == 0) { in zfs_retire_recv()
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | krping_dev.c | 95 krping_open(struct cdev *dev, int oflags, int devtype, struct thread *p) in krping_open() argument 102 krping_close(struct cdev *dev, int fflag, int devtype, struct thread *p) in krping_close() argument
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | uart_cpu_ar5315.c | 55 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | uart_cpu_ar71xx.c | 57 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument
|
| H A D | uart_cpu_ar933x.c | 59 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | uart_cpu_xlp.c | 78 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument
|
| H A D | xlp.h | 66 int nlm_set_device_frequency(int node, int devtype, int frequency);
|
| /f-stack/freebsd/mips/malta/ |
| H A D | uart_cpu_maltausart.c | 64 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 474 , devtype, p) in ipfopen() argument 475 int devtype; in ipfopen() 514 , devtype, p) in ipfclose() argument 515 int devtype; in ipfclose()
|
| /f-stack/dpdk/kernel/freebsd/contigmem/ |
| H A D | contigmem.c | 216 contigmem_open(struct cdev *cdev, int fflags, int devtype, in contigmem_open() argument 226 contigmem_close(struct cdev *cdev, int fflags, int devtype, in contigmem_close() argument
|
| /f-stack/dpdk/kernel/freebsd/nic_uio/ |
| H A D | nic_uio.c | 136 nic_uio_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in nic_uio_open() argument 142 nic_uio_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in nic_uio_close() argument
|
| /f-stack/freebsd/sys/ |
| H A D | conf.h | 113 typedef int d_open_t(struct cdev *dev, int oflags, int devtype, struct thread *td); 115 typedef int d_close_t(struct cdev *dev, int fflag, int devtype, struct thread *td);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_kcov.c | 305 kcov_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in kcov_open() argument 322 kcov_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in kcov_close() argument
|
| H A D | kern_conf.c | 351 giant_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in giant_open() argument 360 retval = dsw->d_gianttrick->d_open(dev, oflags, devtype, td); in giant_open() 383 giant_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in giant_close() argument 392 retval = dsw->d_gianttrick->d_close(dev, fflag, devtype, td); in giant_close()
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | virtio.rst | 96 ./app/dpdk-test-crypto-perf -l 0,1 -- --devtype crypto_virtio \
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 145 * ``--devtype <name>`` 398 --ptest throughput --devtype crypto_aesni_mb --optype cipher-then-auth 407 --vdev crypto_aesni_mb2 -a 0000:00:00.0 -- --devtype crypto_aesni_mb 418 --devtype crypto_openssl --aead-algo aes-gcm --aead-key-sz 16
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | zy7_devcfg.c | 503 zy7_devcfg_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in zy7_devcfg_open() argument 632 zy7_devcfg_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in zy7_devcfg_close() argument
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_pruss.c | 184 ti_pruss_irq_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in ti_pruss_irq_open() argument 783 int devtype __unused, struct thread *td __unused) in ti_pruss_open()
|