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

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

Completed in 59 milliseconds