Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.c260 pipe->rx_buf_needed--; in ath12k_ce_rx_buf_enqueue_pipe()
278 if (!(pipe->dest_ring || pipe->status_ring)) in ath12k_ce_rx_post_pipe()
358 pipe->rx_buf_needed++; in ath12k_ce_completed_recv_next()
623 if (pipe->send_cb) in ath12k_ce_per_engine_service()
624 pipe->send_cb(pipe); in ath12k_ce_per_engine_service()
626 if (pipe->recv_cb) in ath12k_ce_per_engine_service()
634 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath12k_ce_poll_send_completed()
635 pipe->send_cb(pipe); in ath12k_ce_poll_send_completed()
861 pipe->rx_buf_needed = pipe->dest_ring->nentries ? in ath12k_ce_init_pipes()
943 pipe->pipe_num = i; in ath12k_ce_alloc_pipes()
[all …]
/freebsd/sys/contrib/xen/io/
H A Dusbif.h313 #define usbif_setportnum_pipe(pipe, portnum) ((pipe) | (portnum)) argument
315 #define usbif_pipeunlink(pipe) ((pipe) & USBIF_PIPE_UNLINK) argument
316 #define usbif_pipesubmit(pipe) (!usbif_pipeunlink(pipe)) argument
317 #define usbif_setunlink_pipe(pipe) ((pipe) | USBIF_PIPE_UNLINK) argument
319 #define usbif_pipein(pipe) ((pipe) & USBIF_PIPE_DIR) argument
320 #define usbif_pipeout(pipe) (!usbif_pipein(pipe)) argument
330 #define usbif_pipeisoc(pipe) (usbif_pipetype(pipe) == USBIF_PIPE_TYPE_ISOC) argument
331 #define usbif_pipeint(pipe) (usbif_pipetype(pipe) == USBIF_PIPE_TYPE_INT) argument
332 #define usbif_pipectrl(pipe) (usbif_pipetype(pipe) == USBIF_PIPE_TYPE_CTRL) argument
333 #define usbif_pipebulk(pipe) (usbif_pipetype(pipe) == USBIF_PIPE_TYPE_BULK) argument
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c309 pipe->rx_buf_needed--; in ath11k_ce_rx_buf_enqueue_pipe()
327 if (!(pipe->dest_ring || pipe->status_ring)) in ath11k_ce_rx_post_pipe()
408 pipe->rx_buf_needed++; in ath11k_ce_completed_recv_next()
447 pipe->recv_cb(ab, skb); in ath11k_ce_recv_process_cb()
667 pipe->src_ring = ring; in ath11k_ce_alloc_pipe()
697 if (pipe->recv_cb) in ath11k_ce_per_engine_service()
925 if (pipe->src_ring) { in ath11k_ce_init_pipes()
949 pipe->rx_buf_needed = pipe->dest_ring->nentries ? in ath11k_ce_init_pipes()
987 if (pipe->src_ring) { in ath11k_ce_free_pipes()
1039 pipe->pipe_num = i; in ath11k_ce_alloc_pipes()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dusb.c68 pipe->urb_cnt++; in ath10k_usb_free_urb_to_pipe()
94 pipe->logical_pipe_num, pipe->usb_pipe_handle, in ath10k_usb_free_pipe_resources()
95 pipe->urb_alloc, pipe->urb_cnt); in ath10k_usb_free_pipe_resources()
97 if (pipe->urb_alloc != pipe->urb_cnt) { in ath10k_usb_free_pipe_resources()
100 pipe->logical_pipe_num, pipe->usb_pipe_handle, in ath10k_usb_free_pipe_resources()
101 pipe->urb_alloc, pipe->urb_cnt); in ath10k_usb_free_pipe_resources()
128 struct ath10k_usb_pipe *pipe = urb_context->pipe; in ath10k_usb_recv_complete() local
176 pipe->urb_cnt >= pipe->urb_cnt_thresh) { in ath10k_usb_recv_complete()
185 struct ath10k_usb_pipe *pipe = urb_context->pipe; in ath10k_usb_transmit_complete() local
806 urb_context->pipe = pipe; in ath10k_usb_alloc_pipe_resources()
[all …]
H A Dce.h189 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe);
191 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe);
195 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe);
196 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx,
198 void ath10k_ce_rx_update_write_idx(struct ath10k_ce_pipe *pipe, u32 nentries);
312 int (*ce_rx_post_buf)(struct ath10k_ce_pipe *pipe, void *ctx,
325 int (*ce_send_nolock)(struct ath10k_ce_pipe *pipe,
/freebsd/sys/sys/
H A Dpipe.h104 struct pipe { struct
112 struct pipe *pipe_peer; /* link with other direction */ argument
135 struct pipe pp_rpipe;
136 struct pipe pp_wpipe;
141 #define PIPE_MTX(pipe) (&(pipe)->pipe_pair->pp_mtx) argument
142 #define PIPE_LOCK(pipe) mtx_lock(PIPE_MTX(pipe)) argument
143 #define PIPE_UNLOCK(pipe) mtx_unlock(PIPE_MTX(pipe)) argument
144 #define PIPE_LOCK_ASSERT(pipe, type) mtx_assert(PIPE_MTX(pipe), (type)) argument
147 void pipe_dtor(struct pipe *dpipe);
148 int pipe_named_ctor(struct pipe **ppipe, struct thread *td);
[all …]
/freebsd/tests/sys/ses/
H A Dnondestructive.c47 FILE *pipe; in do_getelmdesc() local
98 r = pclose(pipe); in do_getelmdesc()
250 FILE *pipe; in do_getelmmap() local
345 FILE *pipe; in do_getelmstat() local
404 FILE *pipe; in do_getencid() local
456 FILE *pipe; in do_getencname() local
470 pclose(pipe); in do_getencname()
503 FILE *pipe; in do_getencstat() local
516 pclose(pipe); in do_getencstat()
548 FILE *pipe; in do_getnelm() local
[all …]
/freebsd/sys/kern/
H A Dsys_pipe.c138 (((pipe)->pipe_type & PIPE_TYPE_NAMED) ? (pipe) : ((pipe)->pipe_peer))
226 static int pipe_create(struct pipe *pipe, bool backing);
435 struct pipe *peer; in pipe_dtor()
698 pipe_create(struct pipe *pipe, bool large_backing) in pipe_create() argument
714 struct pipe *rpipe; in pipe_read()
1368 struct pipe *cpipe; in pipe_truncate()
1457 struct pipe *rpipe; in pipe_poll()
1534 struct pipe *pipe; in pipe_stat() local
1539 pipe = fp->f_data; in pipe_stat()
1542 PIPE_LOCK(pipe); in pipe_stat()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,gcc-sc8280xp.yaml32 - description: Primary USB SuperSpeed pipe clock
36 - description: USB4 PHY PCIe pipe clock
37 - description: USB4 PHY router max pipe clock
40 - description: Secondary USB SuperSpeed pipe clock
44 - description: Second USB4 PHY PCIe pipe clock
45 - description: Second USB4 PHY router max pipe clock
50 - description: PCIe 2a pipe clock
51 - description: PCIe 2b pipe clock
52 - description: PCIe 3a pipe clock
53 - description: PCIe 3b pipe clock
[all …]
H A Dqcom,ipq9574-gcc.yaml30 - description: PCIE30 PHY0 pipe clock source
31 - description: PCIE30 PHY1 pipe clock source
32 - description: PCIE30 PHY2 pipe clock source
33 - description: PCIE30 PHY3 pipe clock source
34 - description: USB3 PHY pipe clock source
H A Dqcom,x1e80100-gcc.yaml26 - description: PCIe 3 pipe clock
27 - description: PCIe 4 pipe clock
28 - description: PCIe 5 pipe clock
29 - description: PCIe 6a pipe clock
30 - description: PCIe 6b pipe clock
/freebsd/tests/examples/
H A Dtest_examples.py182 iface_alias = self.wait_object(vnet.pipe, None)
185 self.send_object(vnet.pipe, self._get_iface_stat(os_ifname))
192 pipe = second_vnet.pipe
195 self.send_object(pipe, "if1")
196 old_stat = self.wait_object(pipe)
198 self.send_object(pipe, "if1")
199 new_stat = self.wait_object(pipe)
203 self.send_object(pipe, "if2")
204 old_stat = self.wait_object(pipe)
206 self.send_object(pipe, "if2")
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c65 HANDLE pipe; member
145 dst->pipe = INVALID_HANDLE_VALUE; in ctrl_open_pipe()
167 dst->pipe = CreateNamedPipe(name, in ctrl_open_pipe()
184 CloseHandle(dst->pipe); in ctrl_open_pipe()
204 CloseHandle(dst->pipe); in ctrl_open_pipe()
239 CloseHandle(dst->pipe); in ctrl_close_pipe()
547 HANDLE pipe; member
588 dst->pipe = INVALID_HANDLE_VALUE; in global_open_pipe()
618 CloseHandle(dst->pipe); in global_open_pipe()
638 CloseHandle(dst->pipe); in global_open_pipe()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dpipe.sh39 sed '1,/^EOF/d' < $odir/$0 > $dir/pipe.c
40 mycc -o pipe -Wall -Wextra -O0 -g pipe.c || exit 1
41 rm -f pipe.c
51 /tmp/pipe &
64 rm -rf /tmp/pipe pipe.core
86 if (pipe(fds[i]) == -1)
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-rockchip-naneng-combphy.yaml25 - description: pipe clock
31 - const: pipe
64 rockchip,pipe-grf:
69 rockchip,pipe-phy-grf:
83 - rockchip,pipe-grf
84 - rockchip,pipe-phy-grf
120 compatible = "rockchip,rk3568-pipe-grf", "syscon";
125 compatible = "rockchip,rk3568-pipe-phy-grf", "syscon";
135 clock-names = "ref", "apb", "pipe";
139 rockchip,pipe-grf = <&pipegrf>;
[all …]
H A Dqcom-pcie2-phy.txt14 - clocks: a clock-specifier pair for the "pipe" clock
19 - resets: reset-specifier pairs for the "phy" and "pipe" resets
21 "phy" and "pipe"
34 reset-names = "phy", "pipe";
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_pipe.c46 ATF_TC(pipe);
47 ATF_TC_HEAD(pipe, tc) in ATF_TC_HEAD() argument
51 ATF_TC_BODY(pipe, tc) in ATF_TC_BODY() argument
58 RL(pipe(fds)); in ATF_TC_BODY()
85 ATF_TP_ADD_TC(tp, pipe); in ATF_TP_ADD_TCS()
/freebsd/tests/sys/netinet6/
H A Dtest_ip6_output.py83 vnet.pipe.send(ll_data)
87 vnet.pipe.send(tx_obj)
109 self.wait_object(second_vnet.pipe)
113 rx_obj = self.wait_object(second_vnet.pipe)
134 self.wait_object(second_vnet.pipe)
139 rx_obj = self.wait_object(second_vnet.pipe)
198 self.wait_object(second_vnet.pipe)
358 second_vnet.pipe.send((dst_ip, dst_ifp))
406 group = self.wait_object(vnet.pipe)
417 second_vnet.pipe.send(group)
[all …]
/freebsd/tests/sys/netpfil/common/
H A Ddummynet.sh51 jexec alcatraz dnctl pipe 1 config delay 1500
98 jexec alcatraz dnctl pipe 1 config bw 30Byte/s
142 jexec alcatraz dnctl pipe 1 config bw 100Byte/s
188 jexec alcatraz dnctl queue 1 config pipe 1 droptail
291 jexec alcatraz dnctl pipe 1 config bw 1MByte/s
292 jexec alcatraz dnctl sched 1 config pipe 1 type wf2q+
400 jexec alcatraz dnctl pipe 1 config bw 1MByte/s
401 jexec alcatraz dnctl sched 1 config pipe 1 type wf2q+
504 jexec gw dnctl pipe 1 config bw 300Byte/s
548 jexec alcatraz dnctl pipe 1 config plr 0.1
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dsctp.py145 vnet.pipe.send(rcvd)
276 rcvd = self.wait_object(srv_vnet.pipe)
284 rcvd = self.wait_object(srv_vnet.pipe)
313 rcvd = self.wait_object(srv_vnet.pipe)
323 rcvd = self.wait_object(srv_vnet.pipe)
382 rcvd = self.wait_object(srv_vnet.pipe)
425 rcvd = self.wait_object(srv_vnet.pipe)
434 rcvd = self.wait_object(srv_vnet.pipe)
462 rcvd = self.wait_object(srv_vnet.pipe)
472 rcvd = self.wait_object(srv_vnet.pipe)
[all …]
/freebsd/sys/netinet/cc/
H A Dcc_htcp.c284 uint32_t mss, pipe; in htcp_cong_signal() local
328 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in htcp_cong_signal()
330 pipe = CCV(ccv, snd_max) - in htcp_cong_signal()
335 min(CCV(ccv, snd_wnd), pipe) / 2 / mss) * mss; in htcp_cong_signal()
371 int pipe; in htcp_post_recovery() local
374 pipe = 0; in htcp_post_recovery()
386 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in htcp_post_recovery()
388 pipe = CCV(ccv, snd_max) - ccv->curack; in htcp_post_recovery()
390 if (pipe < CCV(ccv, snd_ssthresh)) in htcp_post_recovery()
395 CCV(ccv, snd_cwnd) = max(pipe, CCV(ccv, t_maxseg)) + in htcp_post_recovery()
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_slirp.c137 int pipe[2]; member
153 priv->pipe[0] = priv->pipe[1] = -1; in slirp_priv_init()
163 if (priv->pipe[0] != -1) { in slirp_priv_cleanup()
164 error = close(priv->pipe[0]); in slirp_priv_cleanup()
167 if (priv->pipe[1] != -1) { in slirp_priv_cleanup()
168 error = close(priv->pipe[1]); in slirp_priv_cleanup()
212 n = send(priv->pipe[1], buf, len, 0); in slirp_cb_send_packet()
513 error = socketpair(PF_LOCAL, SOCK_DGRAM, 0, priv->pipe); in _slirp_init()
523 error = setsockopt(priv->pipe[1], SOL_SOCKET, SO_SNDBUF, &sndbuf, in _slirp_init()
531 be->fd = priv->pipe[0]; in _slirp_init()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt19 Add a pipe
24 Delete a pipe
353 "ipfw pipe x config"
375 Add a pipe
444 Delete of pipe x
446 A pipe can be deleted by the user through the command 'ipfw pipe x delete'.
447 To delete a pipe, the pipe is removed from the pipe list, and then deleted.
628 - ipfw pipe x delete
629 delete the pipe x
642 ipfw pipe 10 config bw 1M delay 15 // create a pipe with band and delay
[all …]
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mknod.sh100 atf_test_case pipe
109 atf_check -s eq:0 -o empty -e empty mknod pipe p
110 eval $(stat -s pipe)
141 atf_add_test_case pipe
/freebsd/sys/contrib/device-tree/Bindings/goldfish/
H A Dpipe.txt3 Andorid pipe virtual device generated by android emulator.
7 - compatible : should contain "google,android-pipe" to match emulator
14 compatible = "google,android-pipe";

12345678910>>...23