Searched refs:wcl (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_rdma.c | 454 struct clist *wcl = NULL; in svc_rdma_krecv() local 497 if (!xdr_decode_wlist_svc(xdrs, &wcl, &wwl, &wcl_total_length, conn)) { in svc_rdma_krecv() 503 crdp->cl_wlist = wcl; in svc_rdma_krecv() 650 struct clist *wcl = NULL; in svc_process_long_reply() local 705 wcl = crdp->cl_reply; in svc_process_long_reply() 706 wcl->rb_longbuf = long_rpc; in svc_process_long_reply() 709 while ((wcl != NULL) && (count > 0)) { in svc_process_long_reply() 711 if (wcl->c_dmemhandle.mrc_rmr == 0) in svc_process_long_reply() 715 uint32_t, wcl->c_len); in svc_process_long_reply() 717 if (wcl->c_len > count) { in svc_process_long_reply() [all …]
|
H A D | xdr_rdma.c | 1373 xdrrdma_send_read_data(XDR *xdrs, uint_t data_len, struct clist *wcl) in xdrrdma_send_read_data() argument 1390 fcl = *wcl; in xdrrdma_send_read_data() 1403 wcl->c_regtype = CLIST_REG_SOURCE; in xdrrdma_send_read_data() 1404 wcl->c_smemhandle = fcl.c_smemhandle; in xdrrdma_send_read_data() 1405 wcl->c_ssynchandle = fcl.c_ssynchandle; in xdrrdma_send_read_data() 1414 rnduplen = clist_len(wcl) - data_len; in xdrrdma_send_read_data() 1418 tcl = wcl->c_next; in xdrrdma_send_read_data() 1435 cl = wcl; in xdrrdma_send_read_data() 1458 wrcl = wcl; in xdrrdma_send_read_data()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 3148 struct clist *wcl; in rdma_setup_read_data2() local 3152 wcl = ra->ra_wlist; in rdma_setup_read_data2() 3154 if (rdma_setup_read_chunks(wcl, count, &wlist_len) == FALSE) { in rdma_setup_read_data2() 3158 wcl = ra->ra_wlist; in rdma_setup_read_data2() 3160 rr->rr_ok.rrok_wlist = wcl; in rdma_setup_read_data2()
|
H A D | nfs3_srv.c | 4382 struct clist *wcl; in rdma_setup_read_data3() local 4386 wcl = args->wlist; in rdma_setup_read_data3() 4387 if (rdma_setup_read_chunks(wcl, count, &wlist_len) == FALSE) in rdma_setup_read_data3() 4390 wcl = args->wlist; in rdma_setup_read_data3() 4392 rok->wlist = wcl; in rdma_setup_read_data3()
|
H A D | nfs4_srv.c | 9900 struct clist *wcl; in rdma_setup_read_data4() local 9904 wcl = args->wlist; in rdma_setup_read_data4() 9905 if (rdma_setup_read_chunks(wcl, count, &wlist_len) == FALSE) { in rdma_setup_read_data4() 9908 wcl = args->wlist; in rdma_setup_read_data4() 9910 rok->wlist = wcl; in rdma_setup_read_data4()
|