Searched refs:rn (Results 1 – 4 of 4) sorted by relevance
| /include/linux/sunrpc/ |
| D | rdma_rn.h | 15 void (*rn_done)(struct rpcrdma_notification *rn); 20 struct rpcrdma_notification *rn, 21 void (*done)(struct rpcrdma_notification *rn)); 23 struct rpcrdma_notification *rn);
|
| /include/rdma/ |
| D | opa_vnic.h | 35 struct rdma_netdev rn; /* keep this first */ member 42 struct rdma_netdev *rn = netdev_priv(dev); in opa_vnic_priv() local 44 return rn->clnt_priv; in opa_vnic_priv()
|
| /include/linux/ |
| D | math64.h | 204 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 212 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr() 220 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr() 221 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr()
|
| /include/trace/events/ |
| D | rpcrdma.h | 2306 const struct rpcrdma_notification *rn 2309 TP_ARGS(device, rn), 2319 __entry->callback = rn->rn_done; 2320 __entry->index = rn->rn_index; 2332 const struct rpcrdma_notification *rn \ 2334 TP_ARGS(device, rn))
|