| /f-stack/freebsd/netgraph/ |
| H A D | ng_car.c | 403 sizeof(bstats->downstream)); in ng_car_rcvmsg() 428 sizeof(bconf->downstream)); in ng_car_rcvmsg() 433 bconf->downstream.cir /= 1024; in ng_car_rcvmsg() 434 bconf->downstream.pir /= 1024; in ng_car_rcvmsg() 435 bconf->downstream.cbs /= 128; in ng_car_rcvmsg() 436 bconf->downstream.ebs /= 128; in ng_car_rcvmsg() 458 bconf->downstream.cir *= 1024; in ng_car_rcvmsg() 459 bconf->downstream.pir *= 1024; in ng_car_rcvmsg() 460 bconf->downstream.cbs *= 125; in ng_car_rcvmsg() 461 bconf->downstream.ebs *= 125; in ng_car_rcvmsg() [all …]
|
| H A D | ng_frame_relay.c | 91 struct ctxinfo downstream; member 260 if (sc->downstream.hook) in ngfrm_newhook() 264 NG_HOOK_SET_PRIVATE(hook, &sc->downstream); in ngfrm_newhook() 265 sc->downstream.hook = hook; in ngfrm_newhook() 266 sc->downstream.dlci = -1; in ngfrm_newhook() 267 sc->downstream.flags |= CHAN_ACTIVE; in ngfrm_newhook() 352 if ((sc->downstream.hook == NULL) in ngfrm_rcvdata() 396 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m); in ngfrm_rcvdata()
|
| H A D | ng_pipe.h | 72 struct ng_pipe_hookstat downstream; member 104 struct ng_pipe_hookrun downstream; member 150 struct ng_pipe_hookcfg downstream; member
|
| H A D | ng_car.h | 64 struct ng_car_hookstats downstream; member 125 struct ng_car_hookconf downstream; member
|
| H A D | ng_cisco.c | 103 struct protoent downstream; member 198 sc->downstream.af = 0xffff; in cisco_constructor() 215 sc->downstream.hook = hook; in cisco_newhook() 216 NG_HOOK_SET_PRIVATE(hook, &sc->downstream); in cisco_newhook() 387 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m); in cisco_rcvdata() 626 NG_SEND_DATA_ONLY(error, sc->downstream.hook, m); in cisco_send()
|
| H A D | ng_pipe.c | 323 bcopy(&priv->upper.stats, &stats->downstream, in ngp_rcvmsg() 324 sizeof(stats->downstream)); in ngp_rcvmsg() 342 bcopy(&priv->upper.run, &run->downstream, in ngp_rcvmsg() 343 sizeof(run->downstream)); in ngp_rcvmsg() 354 bcopy(&priv->upper.cfg, &cfg->downstream, in ngp_rcvmsg() 355 sizeof(cfg->downstream)); in ngp_rcvmsg() 362 cfg->downstream.bandwidth) { in ngp_rcvmsg() 365 cfg->downstream.bandwidth = 0; in ngp_rcvmsg() 409 parse_cfg(&priv->upper.cfg, &cfg->downstream, in ngp_rcvmsg()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | aspeed,usb-vhub.yaml | 16 the Virtual Hub's downstream USB devices. 19 revisions. AST2400 and AST2500 Virtual Hub supports 5 downstream devices 20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream 39 aspeed,vhub-downstream-ports: 40 description: Number of downstream ports supported by the Virtual Hub 105 - aspeed,vhub-downstream-ports 118 aspeed,vhub-downstream-ports = <5>;
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_pipe.h | 70 struct ng_pipe_hookstat downstream; member 102 struct ng_pipe_hookrun downstream; member 148 struct ng_pipe_hookcfg downstream; member
|
| H A D | ng_car.h | 62 struct ng_car_hookstats downstream; member 123 struct ng_car_hookconf downstream; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | gpio-charger.txt | 12 usb-sdp (USB standard downstream port) 14 usb-cdp (USB charging downstream port)
|
| H A D | gpio-charger.yaml | 27 - usb-sdp # USB standard downstream port 29 - usb-cdp # USB charging downstream port
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls2080a.dtsi | 125 ranges = <0x81000000 0x0 0x00000000 0x10 0x00010000 0x0 0x00010000 /* downstream I/O */ 133 ranges = <0x81000000 0x0 0x00000000 0x12 0x00010000 0x0 0x00010000 /* downstream I/O */ 141 ranges = <0x81000000 0x0 0x00000000 0x14 0x00010000 0x0 0x00010000 /* downstream I/O */ 149 ranges = <0x81000000 0x0 0x00000000 0x16 0x00010000 0x0 0x00010000 /* downstream I/O */
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.c | 79 if (p->downstream->fd != (ngx_socket_t) -1 in ngx_event_pipe() 80 && p->downstream->data == p->output_ctx) in ngx_event_pipe() 82 wev = p->downstream->write; in ngx_event_pipe() 248 && p->downstream->data == p->output_ctx in ngx_event_pipe_read_upstream() 249 && p->downstream->write->ready in ngx_event_pipe_read_upstream() 250 && !p->downstream->write->delayed) in ngx_event_pipe_read_upstream() 505 ngx_connection_t *downstream; in ngx_event_pipe_write_to_downstream() local 507 downstream = p->downstream; in ngx_event_pipe_write_to_downstream() 588 if (downstream->data != p->output_ctx in ngx_event_pipe_write_to_downstream() 589 || !downstream->write->ready in ngx_event_pipe_write_to_downstream() [all …]
|
| H A D | ngx_event_pipe.h | 27 ngx_connection_t *downstream; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-mux-ltc4306.txt | 24 - ltc,downstream-accelerators-enable: Enables the rise time accelerators 25 on the downstream port.
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | TODO | 9 have "disconnect"ed downstream hook. Should L2CAP node deal
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm636-sony-xperia-ganges-mermaid.dts | 10 * the Ganges platform as a whole in downstream kernels.
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | spear1310.dtsi | 93 ranges = <0x81000000 0 0 0x80020000 0 0x00010000 /* downstream I/O */ 112 ranges = <0x81000000 0 0 0x90020000 0 0x00010000 /* downstream I/O */ 131 ranges = <0x81000000 0 0 0xc0020000 0 0x00010000 /* downstream I/O */
|
| H A D | berlin2cd-valve-steamlink.dts | 70 /* The SoC is connected to on-board USB hub that in turn has one downstream
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 182 to downstream stakeholders 215 to give you, as downstream stakeholders, a chance to coordinate 242 a security advisory is sent to downstream stakeholders 253 to give you, as downstream stakeholders, a chance to coordinate 301 Some downstream stakeholders were warned in advance
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | pci.txt | 32 root port to downstream device and host bridge drivers can do programming 69 downstream of this port are external to the machine. The OS can, for
|
| H A D | versatile.yaml | 65 <0x01000000 0 0x00000000 0x43000000 0 0x00010000>, /* downstream I/O */
|
| H A D | pci-armada8k.txt | 41 ranges = <0x81000000 0 0xf9000000 0 0xf9000000 0 0x10000 /* downstream I/O */
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 3126 p->downstream = c; in ngx_http_upstream_send_response() 3349 downstream = c; in ngx_http_upstream_process_upgraded() 3352 if (downstream->write->timedout) { in ngx_http_upstream_process_upgraded() 3367 dst = downstream; in ngx_http_upstream_process_upgraded() 3371 src = downstream; in ngx_http_upstream_process_upgraded() 3501 if (downstream->write->active && !downstream->write->ready) { in ngx_http_upstream_process_upgraded() 3505 ngx_del_timer(downstream->write); in ngx_http_upstream_process_upgraded() 3573 downstream = r->connection; in ngx_http_upstream_process_non_buffered_request() 3655 if (downstream->data == r) { in ngx_http_upstream_process_non_buffered_request() 3664 if (downstream->write->active && !downstream->write->ready) { in ngx_http_upstream_process_non_buffered_request() [all …]
|
| /f-stack/tools/libxo/doc/ |
| H A D | faq.rst | 63 tag downstream-scanning { 64 help "Result of scanning in downstream direction"; 94 field downstream-scanning;
|