Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 3 of 3) sorted by relevance

/net/sunrpc/xprtrdma/
Drpc_rdma.c299 __be32 *iptr, enum rpcrdma_chunktype rtype) in rpcrdma_encode_read_list() argument
306 if (rtype == rpcrdma_noch) { in rpcrdma_encode_read_list()
312 if (rtype == rpcrdma_areadch) in rpcrdma_encode_read_list()
316 rtype, seg); in rpcrdma_encode_read_list()
508 struct xdr_buf *xdr, enum rpcrdma_chunktype rtype) in rpcrdma_prepare_msg_sges() argument
535 if (rtype == rpcrdma_readch) { in rpcrdma_prepare_msg_sges()
621 enum rpcrdma_chunktype rtype) in rpcrdma_prepare_send_sges() argument
629 if (rtype != rpcrdma_areadch) in rpcrdma_prepare_send_sges()
630 if (!rpcrdma_prepare_msg_sges(ia, req, xdr, rtype)) in rpcrdma_prepare_send_sges()
667 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
[all …]
/net/ipv6/
Dip6_tunnel.c739 int rtype = ipv6_addr_type(raddr); in ip6_tnl_get_cap() local
742 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
745 rtype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
746 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap()
747 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap()
750 if (rtype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
/net/bluetooth/hidp/
Dcore.c388 __u8 *buf, size_t len, unsigned char rtype, in hidp_raw_request() argument
393 return hidp_get_raw_report(hid, reportnum, buf, len, rtype); in hidp_raw_request()
395 return hidp_set_raw_report(hid, reportnum, buf, len, rtype); in hidp_raw_request()