Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/xprtrdma/
Drpc_rdma.c393 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument
402 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list()
408 wtype, seg); in rpcrdma_encode_write_list()
471 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument
479 if (wtype != rpcrdma_replych) { in rpcrdma_encode_reply_chunk()
486 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk()
864 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
906 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
909 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
911 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
[all …]
/Linux-v6.6/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t wtype:2,
121 __BITFIELD_FIELD(uint64_t wtype:2,
/Linux-v6.6/arch/x86/crypto/
Dsm3-avx-asm_64.S181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
188 addl wtype##_W1_ADDR(round, widx), h; \
194 addl wtype##_W1W2_ADDR(round, widx), d; \
215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
216 R(1, a, b, c, d, e, f, g, h, round, widx, wtype)
218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
219 R(2, a, b, c, d, e, f, g, h, round, widx, wtype)
/Linux-v6.6/fs/quota/
Ddquot.c1902 int wtype; in __dquot_free_space() local
1908 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space()
1909 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1910 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space()
1949 int wtype; in dquot_free_inode() local
1955 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode()
1956 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1957 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode()
2052 int wtype; in __dquot_transfer() local
2055 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
[all …]
/Linux-v6.6/arch/arm64/crypto/
Dsm3-neon-core.S121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
123 ldr t5, [sp, #(wtype##_W1_ADDR(round, widx))]; \
127 ldr t6, [sp, #(wtype##_W1W2_ADDR(round, widx))]; \
155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
156 R(1, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)
158 #define R2(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
159 R(2, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)
/Linux-v6.6/drivers/s390/crypto/
Dzcrypt_ccamisc.h106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
/Linux-v6.6/drivers/hwmon/
Dhp-wmi-sensors.c1647 int wtype; in init_numeric_sensors() local
1680 wtype = classify_numeric_sensor(nsensor); in init_numeric_sensors()
1681 if (wtype < 0) in init_numeric_sensors()
1684 type = hp_wmi_hwmon_type_map[wtype]; in init_numeric_sensors()
/Linux-v6.6/include/trace/events/
Drpcrdma.h816 unsigned int wtype
819 TP_ARGS(req, rtype, wtype),
830 __field(unsigned int, wtype)
844 __entry->wtype = wtype;
853 xprtrdma_show_chunktype(__entry->wtype)
/Linux-v6.6/drivers/android/
Dbinder.c4788 enum binder_work_type wtype; in binder_release_work() local
4793 wtype = w ? w->type : 0; in binder_release_work()
4798 switch (wtype) { in binder_release_work()
4838 wtype); in binder_release_work()
/Linux-v6.6/arch/mips/pci/
Dpcie-octeon.c1346 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()