Home
last modified time | relevance | path

Searched refs:hdr_arg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_xdr.c923 struct cb_compound_hdr_arg hdr_arg = { 0 }; in nfs4_callback_compound() local
940 status = decode_compound_hdr_arg(&xdr_in, &hdr_arg); in nfs4_callback_compound()
944 if (hdr_arg.minorversion == 0) { in nfs4_callback_compound()
945 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound()
947 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
951 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
957 cps.minorversion = hdr_arg.minorversion; in nfs4_callback_compound()
958 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
959 hdr_res.tag = hdr_arg.tag; in nfs4_callback_compound()
965 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4421 struct wmi_phyerr_hdr_arg hdr_arg = {}; in ath10k_wmi_event_phyerr() local
4430 ret = ath10k_wmi_pull_phyerr_hdr(ar, skb, &hdr_arg); in ath10k_wmi_event_phyerr()
4437 count = hdr_arg.num_phyerrs; in ath10k_wmi_event_phyerr()
4439 left_len = hdr_arg.buf_len; in ath10k_wmi_event_phyerr()
4441 tsf = hdr_arg.tsf_u32; in ath10k_wmi_event_phyerr()
4443 tsf |= hdr_arg.tsf_l32; in ath10k_wmi_event_phyerr()
4449 phyerr = hdr_arg.phyerrs; in ath10k_wmi_event_phyerr()