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

/linux-master/fs/nfs/
H A Dcallback_xdr.c923 struct cb_compound_hdr_arg hdr_arg = { 0 }; local
933 status = decode_compound_hdr_arg(&rqstp->rq_arg_stream, &hdr_arg);
937 if (hdr_arg.minorversion == 0) {
938 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident);
940 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident);
944 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident);
950 cps.minorversion = hdr_arg.minorversion;
951 hdr_res.taglen = hdr_arg.taglen;
952 hdr_res.tag = hdr_arg.tag;
958 while (status == 0 && nops != hdr_arg
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4422 struct wmi_phyerr_hdr_arg hdr_arg = {}; local
4431 ret = ath10k_wmi_pull_phyerr_hdr(ar, skb, &hdr_arg);
4438 count = hdr_arg.num_phyerrs;
4440 left_len = hdr_arg.buf_len;
4442 tsf = hdr_arg.tsf_u32;
4444 tsf |= hdr_arg.tsf_l32;
4450 phyerr = hdr_arg.phyerrs;

Completed in 146 milliseconds