Home
last modified time | relevance | path

Searched refs:byte_len (Results 1 – 8 of 8) sorted by relevance

/net/rds/
Diw_recv.c650 struct rds_iw_recv_work *recv, u32 byte_len, in rds_iw_process_recv() argument
660 byte_len); in rds_iw_process_recv()
662 if (byte_len < sizeof(struct rds_header)) { in rds_iw_process_recv()
670 byte_len -= sizeof(struct rds_header); in rds_iw_process_recv()
692 if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && byte_len == 0) { in rds_iw_process_recv()
804 (unsigned long long)wc.wr_id, wc.status, wc.byte_len, in rds_poll_cq()
820 rds_iw_process_recv(conn, recv, wc.byte_len, state); in rds_poll_cq()
Dib_recv.c975 rds_ib_wc_status_str(wc.status), wc.byte_len, in rds_poll_cq()
989 rds_ib_process_recv(conn, recv, wc.byte_len, state); in rds_poll_cq()
Diw_send.c215 (unsigned long long)wc.wr_id, wc.status, wc.byte_len, in rds_iw_send_cq_comp_handler()
Dib_send.c296 rds_ib_wc_status_str(wc.status), wc.byte_len, in rds_ib_send_cq_comp_handler()
/net/9p/
Dtrans_rdma.c278 struct p9_rdma_context *c, enum ib_wc_status status, u32 byte_len) in handle_recv() argument
313 struct p9_rdma_context *c, enum ib_wc_status status, u32 byte_len) in handle_send() argument
340 handle_recv(client, rdma, c, wc.status, wc.byte_len); in cq_comp_handler()
344 handle_send(client, rdma, c, wc.status, wc.byte_len); in cq_comp_handler()
/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c300 ctxt->byte_len = wc.byte_len; in rq_cq_reap()
Dsvc_rdma_recvfrom.c637 rdma_build_arg_xdr(rqstp, ctxt, ctxt->byte_len); in svc_rdma_recvfrom()
Dverbs.c153 __func__, rep, wc->status, wc->opcode, wc->byte_len); in rpcrdma_event_process()
177 rep->rr_len = wc->byte_len; in rpcrdma_event_process()