Searched refs:recv (Results 1 – 18 of 18) sorted by relevance
/net/rds/ |
D | iw_recv.c | 70 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 …]
|
D | ib_recv.c | 48 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 …]
|
D | Makefile | 3 recv.o send.o stats.o sysctl.o threads.o transport.o \
|
D | loop.c | 186 .recv = rds_loop_recv,
|
D | threads.c | 189 ret = conn->c_trans->recv(conn); in rds_recv_worker()
|
D | iw.c | 266 .recv = rds_iw_recv,
|
D | ib.c | 389 .recv = rds_ib_recv,
|
D | tcp.c | 255 .recv = rds_tcp_recv,
|
D | rds.h | 454 int (*recv)(struct rds_connection *conn); member
|
/net/nfc/nci/ |
D | uart.c | 388 if (nu->ops.recv(nu, nu->rx_skb) != 0) in nci_uart_default_recv_buf() 407 !nu->ops.recv || !nu->ops.close) in nci_uart_register() 416 if (!nu->ops.recv) in nci_uart_register() 417 nu->ops.recv = nci_uart_default_recv; in nci_uart_register()
|
/net/sunrpc/ |
D | xprt.c | 686 if (!list_empty(&xprt->recv)) in xprt_init_autodisconnect() 818 list_for_each_entry(entry, &xprt->recv, rq_list) in xprt_lookup_rqst() 966 list_add_tail(&req->rq_list, &xprt->recv); in xprt_transmit() 1295 if (list_empty(&xprt->recv) && xprt_has_timer(xprt)) in xprt_release() 1323 INIT_LIST_HEAD(&xprt->recv); in xprt_init()
|
/net/bluetooth/ |
D | l2cap_core.c | 2891 if (chan->ops->recv(chan, nskb)) in l2cap_raw_recv() 5886 err = chan->ops->recv(chan, skb); in l2cap_reassemble_sdu() 5936 err = chan->ops->recv(chan, chan->sdu); in l2cap_reassemble_sdu() 6799 return chan->ops->recv(chan, skb); in l2cap_le_data_rcv() 6831 err = chan->ops->recv(chan, chan->sdu); in l2cap_le_data_rcv() 6908 if (!chan->ops->recv(chan, skb)) in l2cap_data_channel() 6955 if (!chan->ops->recv(chan, skb)) { in l2cap_conless_channel()
|
D | a2mp.c | 758 .recv = a2mp_chan_recv_cb,
|
D | 6lowpan.c | 1016 .recv = chan_recv_cb,
|
D | l2cap_sock.c | 1478 .recv = l2cap_sock_recv_cb,
|
D | smp.c | 3114 .recv = smp_recv_cb, 3165 .recv = l2cap_chan_no_recv,
|
/net/ |
D | compat.c | 741 COMPAT_SYSCALL_DEFINE4(recv, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags) in COMPAT_SYSCALL_DEFINE4() argument
|
D | socket.c | 1737 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE4() argument
|