Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 17 of 17) sorted by relevance

/net/rds/
Diw_recv.c70 struct rds_iw_recv_work *recv) in rds_iw_recv_unmap_page() argument
72 struct rds_page_frag *frag = recv->r_frag; in rds_iw_recv_unmap_page()
74 rdsdebug("recv %p frag %p page %p\n", recv, frag, frag->f_page); in rds_iw_recv_unmap_page()
84 struct rds_iw_recv_work *recv; in rds_iw_recv_init_ring() local
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) { in rds_iw_recv_init_ring()
90 recv->r_iwinc = NULL; in rds_iw_recv_init_ring()
91 recv->r_frag = NULL; in rds_iw_recv_init_ring()
93 recv->r_wr.next = NULL; in rds_iw_recv_init_ring()
94 recv->r_wr.wr_id = i; in rds_iw_recv_init_ring()
95 recv->r_wr.sg_list = recv->r_sge; in rds_iw_recv_init_ring()
[all …]
Dib_recv.c48 struct rds_ib_recv_work *recv; in rds_ib_recv_init_ring() local
51 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) { in rds_ib_recv_init_ring()
54 recv->r_ibinc = NULL; in rds_ib_recv_init_ring()
55 recv->r_frag = NULL; in rds_ib_recv_init_ring()
57 recv->r_wr.next = NULL; in rds_ib_recv_init_ring()
58 recv->r_wr.wr_id = i; in rds_ib_recv_init_ring()
59 recv->r_wr.sg_list = recv->r_sge; in rds_ib_recv_init_ring()
60 recv->r_wr.num_sge = RDS_IB_RECV_SGE; in rds_ib_recv_init_ring()
62 sge = &recv->r_sge[0]; in rds_ib_recv_init_ring()
67 sge = &recv->r_sge[1]; in rds_ib_recv_init_ring()
[all …]
DMakefile3 recv.o send.o stats.o sysctl.o threads.o transport.o \
Dloop.c186 .recv = rds_loop_recv,
Dthreads.c187 ret = conn->c_trans->recv(conn); in rds_recv_worker()
Diw.c270 .recv = rds_iw_recv,
Dtcp.c269 .recv = rds_tcp_recv,
Dib.c377 .recv = rds_ib_recv,
Drds.h434 int (*recv)(struct rds_connection *conn); member
/net/sunrpc/
Dxprt.c679 if (!list_empty(&xprt->recv)) in xprt_init_autodisconnect()
774 list_for_each_entry(entry, &xprt->recv, rq_list) in xprt_lookup_rqst()
918 list_add_tail(&req->rq_list, &xprt->recv); in xprt_transmit()
1245 if (list_empty(&xprt->recv) && xprt_has_timer(xprt)) in xprt_release()
1272 INIT_LIST_HEAD(&xprt->recv); in xprt_init()
/net/bluetooth/
Dsmp.c1643 .recv = smp_recv_cb,
1688 .recv = l2cap_chan_no_recv,
Dl2cap_core.c2838 if (chan->ops->recv(chan, nskb)) in l2cap_raw_recv()
5773 err = chan->ops->recv(chan, skb); in l2cap_reassemble_sdu()
5823 err = chan->ops->recv(chan, chan->sdu); in l2cap_reassemble_sdu()
6686 return chan->ops->recv(chan, skb); in l2cap_le_data_rcv()
6708 err = chan->ops->recv(chan, chan->sdu); in l2cap_le_data_rcv()
6778 if (!chan->ops->recv(chan, skb)) in l2cap_data_channel()
6825 if (!chan->ops->recv(chan, skb)) { in l2cap_conless_channel()
Da2mp.c710 .recv = a2mp_chan_recv_cb,
D6lowpan.c1014 .recv = chan_recv_cb,
Dl2cap_sock.c1398 .recv = l2cap_sock_recv_cb,
/net/
Dcompat.c764 COMPAT_SYSCALL_DEFINE4(recv, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags) in COMPAT_SYSCALL_DEFINE4() argument
Dsocket.c1904 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE4() argument