Home
last modified time | relevance | path

Searched refs:wtype (Results 1 – 7 of 7) sorted by relevance

/linux/net/sunrpc/xprtrdma/
H A Drpc_rdma.c351 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument
360 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list()
364 rqst->rq_rcv_buf.head[0].iov_len, wtype); in rpcrdma_encode_write_list()
425 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument
433 if (wtype != rpcrdma_replych) { in rpcrdma_encode_reply_chunk()
439 rpcrdma_xdr_cursor_init(&cur, &rqst->rq_rcv_buf, 0, wtype); in rpcrdma_encode_reply_chunk()
815 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
857 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
860 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
862 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
[all …]
/linux/tools/lib/python/abi/
H A Dabi_parser.py472 wtype = v.get("type", "Symbol")
476 if wtype == "File":
489 if wtype != "File":
516 if wtype == "File":
522 if wtype == "File":
526 if not desc and wtype != "File":
589 wtype = v.get("type", "")
590 if wtype == "File":
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t wtype:2,
121 __BITFIELD_FIELD(uint64_t wtype:2,
/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h107 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
/linux/include/trace/events/
H A Drpcrdma.h838 unsigned int wtype
841 TP_ARGS(req, rtype, wtype),
852 __field(unsigned int, wtype)
866 __entry->wtype = wtype;
875 xprtrdma_show_chunktype(__entry->wtype)
/linux/drivers/android/
H A Dbinder.c5181 enum binder_work_type wtype; in binder_release_work() local
5186 wtype = w ? w->type : 0; in binder_release_work()
5191 switch (wtype) { in binder_release_work()
5241 wtype); in binder_release_work()
/linux/arch/mips/pci/
H A Dpcie-octeon.c1352 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()