Home
last modified time | relevance | path

Searched refs:RDMA_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Drdma_subr.c139 return (RDMA_SUCCESS); in rdma_register_mod()
194 return (RDMA_SUCCESS); in rdma_unregister_mod()
291 if (status != RDMA_SUCCESS) { in clist_register()
297 return (RDMA_SUCCESS); in clist_register()
335 return (RDMA_SUCCESS); in clist_deregister()
353 if (status != RDMA_SUCCESS) in clist_syncmem()
366 if (status != RDMA_SUCCESS) in clist_syncmem()
376 return (RDMA_SUCCESS); in clist_syncmem()
H A Drpcib.c558 return (RDMA_SUCCESS); in rpcib_free_service_list()
626 if (rpcib_open_hcas(rib_stat) != RDMA_SUCCESS) { in rpcib_attach()
643 if (r_status != RDMA_SUCCESS && r_status != RDMA_REG_EXIST) { in rpcib_attach()
687 if (rpcib_free_service_list() != RDMA_SUCCESS) in rpcib_detach()
729 rdma_stat error = RDMA_SUCCESS; in rib_create_cq()
867 if (status != RDMA_SUCCESS) { in rpcib_open_hcas()
873 if (status != RDMA_SUCCESS) { in rpcib_open_hcas()
879 if (status != RDMA_SUCCESS) { in rpcib_open_hcas()
885 if (status != RDMA_SUCCESS) { in rpcib_open_hcas()
990 return (RDMA_SUCCESS); in rpcib_open_hcas()
[all …]
H A Dxdr_rdma.c441 uint32_t status = RDMA_SUCCESS; in xdrrdma_getbytes()
471 if (status != RDMA_SUCCESS) in xdrrdma_getbytes()
513 if (status != RDMA_SUCCESS) { in xdrrdma_getbytes()
534 if (status != RDMA_SUCCESS) { in xdrrdma_getbytes()
552 xdrp->xp_conn, &cl, CLIST_REG_DST) != RDMA_SUCCESS) { in xdrrdma_getbytes()
1302 if (clist_register(*conn, &cl, CLIST_REG_DST) != RDMA_SUCCESS) { in xdrrdma_read_from_client()
1347 if (status != RDMA_SUCCESS) { in xdrrdma_read_from_client()
1358 if (clist_syncmem(*conn, &cl, CLIST_REG_DST) != RDMA_SUCCESS) { in xdrrdma_read_from_client()
1399 if (status != RDMA_SUCCESS) { in xdrrdma_send_read_data()
1477 if (status != RDMA_SUCCESS) { in xdrrdma_send_read_data()
[all …]
H A Dclnt_rdma.c448 if (status != RDMA_SUCCESS) { in clnt_setup_rlist()
507 if (status != RDMA_SUCCESS) { in clnt_setup_wlist()
938 if (status != RDMA_SUCCESS) { in clnt_rdma_kcallit()
950 if (status != RDMA_SUCCESS) { in clnt_rdma_kcallit()
963 if (status != RDMA_SUCCESS) { in clnt_rdma_kcallit()
1367 if (status == RDMA_SUCCESS) { in rdma_reachable()
H A Dsvc_rdma.c463 if (status != RDMA_SUCCESS) { in svc_rdma_krecv()
744 if (clist_register(crdp->conn, wcl, CLIST_REG_SOURCE) != RDMA_SUCCESS) { in svc_process_long_reply()
764 if (status != RDMA_SUCCESS) { in svc_process_long_reply()
1024 if (status == RDMA_SUCCESS) { in svc_rdma_ksend()
H A Drpc_rdma.h145 RDMA_SUCCESS = 0, /* successful operation */ enumerator