| /f-stack/freebsd/contrib/ck/include/spinlock/ |
| H A D | ticket.h | 93 request >>= CK_SPINLOCK_TICKET_SHIFT; in ck_spinlock_ticket_locked() 96 return request != position; in ck_spinlock_ticket_locked() 109 request >>= CK_SPINLOCK_TICKET_SHIFT; in ck_spinlock_ticket_lock() 111 while (request != position) { in ck_spinlock_ticket_lock() 132 request >>= CK_SPINLOCK_TICKET_SHIFT; in ck_spinlock_ticket_lock_pb() 134 while (request != position) { in ck_spinlock_ticket_lock_pb() 157 if (position != request) in ck_spinlock_ticket_trylock() 224 unsigned int request; in ck_spinlock_ticket_lock() local 245 unsigned int request, position; in ck_spinlock_ticket_lock_pb() local 251 if (position == request) in ck_spinlock_ticket_lock_pb() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ioctl_compat.c | 312 zfs_ioctl_legacy_to_ozfs(int request) in zfs_ioctl_legacy_to_ozfs() argument 314 if (request >= sizeof (zfs_ioctl_legacy_to_ozfs_)/sizeof (long)) in zfs_ioctl_legacy_to_ozfs() 316 return (zfs_ioctl_legacy_to_ozfs_[request]); in zfs_ioctl_legacy_to_ozfs() 320 zfs_ioctl_ozfs_to_legacy(int request) in zfs_ioctl_ozfs_to_legacy() argument 322 if (request > ZFS_IOC_LAST) in zfs_ioctl_ozfs_to_legacy() 325 if (request > ZFS_IOC_PLATFORM) { in zfs_ioctl_ozfs_to_legacy() 326 request -= ZFS_IOC_PLATFORM + 1; in zfs_ioctl_ozfs_to_legacy() 327 return (zfs_ioctl_ozfs_to_legacy_platform_[request]); in zfs_ioctl_ozfs_to_legacy() 329 if (request >= sizeof (zfs_ioctl_ozfs_to_legacy_common_)/sizeof (long)) in zfs_ioctl_ozfs_to_legacy() 331 return (zfs_ioctl_ozfs_to_legacy_common_[request]); in zfs_ioctl_ozfs_to_legacy()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | ti-dma-crossbar.txt | 1 Texas Instruments DMA Crossbar (DMA request router) 16 - ti,dma-safe-map: Safe routing value for unused request lines 17 - ti,reserved-dma-request-ranges: DMA request ranges which should not be used 18 when mapping xbar input to DMA request, they are either 23 When requesting channel via ti,dra7-dma-crossbar, the DMA clinet must request 27 dmas = <&edma_xbar 12 0 1>; where <12> is the DMA request number, <0> is the TC 53 /* Protect the sDMA request ranges: 10-14 and 100-126 */ 54 ti,reserved-dma-request-ranges = <10 5>, <100 27>;
|
| H A D | st,stm32-mdma.yaml | 15 1. The request line number 43 0x00: Each MDMA request triggers a buffer transfer (max 128 bytes) 44 0x1: Each MDMA request triggers a block transfer (max 64K bytes) 45 0x2: Each MDMA request triggers a repeated block transfer 46 0x3: Each MDMA request triggers a linked list transfer 47 4. A 32bit value specifying the register to be used to acknowledge the request 49 5. A 32bit mask specifying the value to be written to acknowledge the request
|
| H A D | fsl-imx-dma.txt | 4 DMA request bindings as described in dma/dma.txt . 35 - dmas: List of one or more DMA request specifiers. One DMA request specifier 37 specifying the request line.
|
| H A D | zxdma.txt | 10 have specific request line 27 Use specific request line passing from dmax 28 For example, spdif0 tx channel request line is 4
|
| H A D | k3dma.txt | 14 have specific request line 31 Use specific request line passing from dmax 32 For example, i2c0 read channel request line is 18, while write channel use 19
|
| H A D | moxa,moxart-dma.txt | 11 - #dma-cells : Should be 1, a single cell holding a line request number 34 Use specific request line passing from dma 35 For example, MMC request line is 5
|
| /f-stack/dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 508 request->sa = sess->sam_sess; in mrvl_request_prepare() 509 request->cookie = op; in mrvl_request_prepare() 532 request->num_bufs = segments_nb; in mrvl_request_prepare() 546 request->src = src_bd; in mrvl_request_prepare() 558 request->dst = dst_bd; in mrvl_request_prepare() 574 request->auth_aad = op->sym->aead.aad.data; in mrvl_request_prepare() 575 request->auth_offset = request->cipher_offset; in mrvl_request_prepare() 576 request->auth_len = request->cipher_len; in mrvl_request_prepare() 594 request->auth_icv_offset = request->auth_offset + request->auth_len; in mrvl_request_prepare() 607 request->auth_icv_offset) == digest) in mrvl_request_prepare() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_compat.c | 48 zcmd_ioctl_compat(int fd, int request, zfs_cmd_t *zc, const int cflag) in zcmd_ioctl_compat() argument 57 ncmd = _IOWR('Z', request, zfs_iocparm_t); in zcmd_ioctl_compat() 63 newrequest = zfs_ioctl_ozfs_to_legacy(request); in zcmd_ioctl_compat() 95 zfs_ioctl_fd(int fd, unsigned long request, zfs_cmd_t *zc) in zfs_ioctl_fd() argument 116 ret = zcmd_ioctl_compat(fd, request, zc, cflag); in zfs_ioctl_fd()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 76 e.request = r; in ngx_http_complex_value() 537 e.request = r; in ngx_http_script_run() 951 r = e->request; in ngx_http_script_regex_start_code() 1104 r = e->request; in ngx_http_script_regex_end_code() 1243 r = e->request; in ngx_http_script_copy_capture_len_code() 1256 && (e->request->quoted_uri || e->request->plus_in_uri)) in ngx_http_script_copy_capture_len_code() 1281 r = e->request; in ngx_http_script_copy_capture_code() 1297 && (e->request->quoted_uri || e->request->plus_in_uri)) in ngx_http_script_copy_capture_code() 1521 r = e->request; in ngx_http_script_file_code() 1663 le.request = e->request; in ngx_http_script_complex_value_code() [all …]
|
| H A D | ngx_http_postpone_filter_module.c | 106 if (pr->request) { in ngx_http_postpone_filter() 110 &pr->request->uri, &pr->request->args); in ngx_http_postpone_filter() 114 c->data = pr->request; in ngx_http_postpone_filter() 116 return ngx_http_post_request(pr->request, NULL); in ngx_http_postpone_filter() 149 if (pr->request == NULL) { in ngx_http_postpone_filter_add() 166 pr->request = NULL; in ngx_http_postpone_filter_add()
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_tflock.h | 42 uint32_t request; member 76 pf->request = pf->completion = 0; in ck_tflock_ticket_init() 86 previous = ck_tflock_ticket_fca_32(&lock->request, CK_TFLOCK_TICKET_WC_TOPMSK, in ck_tflock_ticket_write_lock() 111 previous = ck_tflock_ticket_fca_32(&lock->request, in ck_tflock_ticket_read_lock()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | imx6sl-clock.yaml | 20 description: CCM provides 2 interrupt requests, request 1 is to generate 21 interrupt for frequency or mux change, request 2 is to generate 24 - description: CCM interrupt request 1 25 - description: CCM interrupt request 2
|
| H A D | imx6sll-clock.yaml | 20 description: CCM provides 2 interrupt requests, request 1 is to generate 21 interrupt for frequency or mux change, request 2 is to generate 24 - description: CCM interrupt request 1 25 - description: CCM interrupt request 2
|
| H A D | imx6ul-clock.yaml | 20 description: CCM provides 2 interrupt requests, request 1 is to generate 21 interrupt for frequency or mux change, request 2 is to generate 24 - description: CCM interrupt request 1 25 - description: CCM interrupt request 2
|
| H A D | imx6sx-clock.yaml | 20 description: CCM provides 2 interrupt requests, request 1 is to generate 21 interrupt for frequency or mux change, request 2 is to generate 24 - description: CCM interrupt request 1 25 - description: CCM interrupt request 2
|
| H A D | imx5-clock.yaml | 28 description: CCM provides 2 interrupt requests, request 1 is to generate 29 interrupt for frequency or mux change, request 2 is to generate 32 - description: CCM interrupt request 1 33 - description: CCM interrupt request 2
|
| H A D | imx6q-clock.yaml | 20 description: CCM provides 2 interrupt requests, request 1 is to generate 21 interrupt for frequency or mux change, request 2 is to generate 24 - description: CCM interrupt request 1 25 - description: CCM interrupt request 2
|
| H A D | imx31-clock.yaml | 87 description: CCM provides 2 interrupt requests, request 1 is to generate 88 interrupt for DVFS when a frequency change is requested, request 2 is 91 - description: CCM DVFS interrupt request 1 92 - description: CCM DPTC interrupt request 2
|
| /f-stack/dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_utils_fw2x.c | 531 struct smbus_request request; in aq_fw2x_get_eeprom() local 541 request.msg_id = 0; in aq_fw2x_get_eeprom() 542 request.device_id = dev_addr; in aq_fw2x_get_eeprom() 543 request.address = offset; in aq_fw2x_get_eeprom() 544 request.length = len; in aq_fw2x_get_eeprom() 548 (u32 *)(void *)&request, in aq_fw2x_get_eeprom() 617 struct smbus_request request; in aq_fw2x_set_eeprom() local 624 request.msg_id = 0; in aq_fw2x_set_eeprom() 626 request.address = offset; in aq_fw2x_set_eeprom() 627 request.length = len; in aq_fw2x_set_eeprom() [all …]
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 180 struct ifreq request; in mlx4_get_mac() local 203 struct ifreq request; in mlx4_mtu_get() local 204 int ret = mlx4_ifreq(priv, SIOCGIFMTU, &request); in mlx4_mtu_get() 208 *mtu = request.ifr_mtu; in mlx4_mtu_get() 227 struct ifreq request = { .ifr_mtu = mtu, }; in mlx4_mtu_set() local 228 int ret = mlx4_ifreq(priv, SIOCSIFMTU, &request); in mlx4_mtu_set() 252 struct ifreq request; in mlx4_set_flags() local 253 int ret = mlx4_ifreq(priv, SIOCGIFFLAGS, &request); in mlx4_set_flags() 257 request.ifr_flags &= keep; in mlx4_set_flags() 258 request.ifr_flags |= flags & ~keep; in mlx4_set_flags() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_compat.c | 27 zfs_ioctl_fd(int fd, unsigned long request, zfs_cmd_t *zc) in zfs_ioctl_fd() argument 29 return (ioctl(fd, request, zc)); in zfs_ioctl_fd()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vatpic.c | 77 uint8_t request; /* Interrupt Request Register (IIR) */ member 215 atpic->mask, atpic->request, atpic->service); in vatpic_notify_intr() 226 atpic->mask, atpic->request, atpic->service); in vatpic_notify_intr() 237 atpic->mask, atpic->request, atpic->service); in vatpic_notify_intr() 270 atpic->mask, atpic->request, atpic->service); in vatpic_notify_intr() 282 atpic->request = 0; in vatpic_icw1() 449 atpic->request |= (1 << (pin & 0x7)); in vatpic_set_pinstate() 454 atpic->request &= ~(1 << (pin & 0x7)); in vatpic_set_pinstate() 591 atpic->request &= ~(1 << pin); in vatpic_pin_accepted() 656 *eax = atpic->request; in vatpic_read() [all …]
|
| /f-stack/dpdk/drivers/net/avp/ |
| H A D | avp_ethdev.c | 245 request->result = -ENOTSUP; in avp_dev_process_request() 251 rte_memcpy(avp->sync_addr, request, sizeof(*request)); in avp_dev_process_request() 255 request->req_id); in avp_dev_process_request() 272 request->req_id); in avp_dev_process_request() 288 rte_memcpy(request, avp->sync_addr, sizeof(*request)); in avp_dev_process_request() 292 request->result, request->req_id); in avp_dev_process_request() 306 memset(&request, 0, sizeof(request)); in avp_dev_ctrl_set_link_state() 308 request.if_up = state; in avp_dev_ctrl_set_link_state() 324 memset(&request, 0, sizeof(request)); in avp_dev_ctrl_set_config() 326 memcpy(&request.config, config, sizeof(request.config)); in avp_dev_ctrl_set_config() [all …]
|