Lines Matching refs:rpc
52 ib_rpc_t rpc = { 0 }; in sa_rpc_call() local
63 rpc.mgtclass = IB_SA_CLASS; in sa_rpc_call()
64 rpc.method = sa->method; in sa_rpc_call()
65 rpc.attr.id = sa->attrid; in sa_rpc_call()
66 rpc.attr.mod = sa->mod; in sa_rpc_call()
67 rpc.mask = sa->mask; in sa_rpc_call()
68 rpc.timeout = timeout; in sa_rpc_call()
69 rpc.datasz = IB_SA_DATA_SIZE; in sa_rpc_call()
70 rpc.dataoffs = IB_SA_DATA_OFFS; in sa_rpc_call()
71 rpc.trid = sa->trid; in sa_rpc_call()
77 p = mad_rpc_rmpp(ibmad_port, &rpc, portid, 0 /*&sa->rmpp */ , rcvbuf); /* TODO: RMPP */ in sa_rpc_call()
79 sa->recsz = rpc.recsz; in sa_rpc_call()