Home
last modified time | relevance | path

Searched refs:wtype (Results 1 – 11 of 11) 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()
825 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req()
867 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
870 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
872 wtype in rpcrdma_marshal_req()
815 enum rpcrdma_chunktype rtype, wtype; rpcrdma_marshal_req() local
[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/fs/quota/
H A Ddquot.c1861 int wtype; in __dquot_free_space() local
1868 wtype = info_bdq_free(dquot, number); in __dquot_free_space()
1869 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1870 prepare_warning(&warn[cnt], dquot, wtype); in __dquot_free_space()
1910 int wtype; in dquot_free_inode() local
1916 wtype = info_idq_free(dquot, 1); in dquot_free_inode()
1917 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1918 prepare_warning(&warn[cnt], dquot, wtype); in dquot_free_inode()
2016 int wtype; in __dquot_transfer() local
2019 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
[all …]
/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/net/wireless/realtek/rtw89/
H A Dcoex.c7298 mlo_info->wtype = qinfo.wtype; in _update_wl_mlo_info()
7309 type = mlo_info->wtype; in _update_wl_mlo_info()
7311 if (mlo_info->wtype == RTW89_MR_WTYPE_MLD1L1R || in _update_wl_mlo_info()
7312 mlo_info->wtype == RTW89_MR_WTYPE_MLD2L1R || in _update_wl_mlo_info()
7313 mlo_info->wtype == RTW89_MR_WTYPE_MLD2L2R || in _update_wl_mlo_info()
7314 mlo_info->wtype == RTW89_MR_WTYPE_MLD1L1R_NONMLD || in _update_wl_mlo_info()
7315 mlo_info->wtype == RTW89_MR_WTYPE_MLD2L1R_NONMLD || in _update_wl_mlo_info()
7316 mlo_info->wtype == RTW89_MR_WTYPE_MLD2L2R_NONMLD) in _update_wl_mlo_info()
8163 if (wl->mlo_info.wtype == RTW89_MR_WTYPE_MLD2L1R_NONMLD) { in _set_bind_info()
8202 if (wl->mlo_info.wtype == RTW89_MR_WTYPE_MLD2L2R && in _set_bind_info()
[all …]
H A Dcore.h1794 u8 wtype; member
1813 u8 wtype; /* enum phl_mr_wtype */ member
H A Dfw.c6650 h2c->mlo.wtype = mlo->wtype; in rtw89_fw_h2c_cxdrv_mlo_v2()
/linux/drivers/android/
H A Dbinder.c5196 enum binder_work_type wtype; in binder_release_work() local
5201 wtype = w ? w->type : 0; in binder_release_work()
5206 switch (wtype) { in binder_release_work()
5256 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()