Home
last modified time | relevance | path

Searched refs:opcnt (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/bus/
A Dhisi_lpc.c103 unsigned char *buf, unsigned long opcnt) in hisi_lpc_target_in() argument
110 if (!buf || !opcnt || !para || !para->csize || !lpcdev) in hisi_lpc_target_in()
123 writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN); in hisi_lpc_target_in()
137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
156 const unsigned char *buf, unsigned long opcnt) in hisi_lpc_target_out() argument
163 if (!buf || !opcnt || !para || !lpcdev) in hisi_lpc_target_out()
176 writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN); in hisi_lpc_target_out()
180 writesb(lpcdev->membase + LPC_REG_WDATA, buf, opcnt); in hisi_lpc_target_out()
/linux/fs/nfsd/
A Dxdr4.h694 u32 opcnt; member
708 u32 opcnt; member
716 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
739 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
A Dnfs4proc.c2346 if (args->opcnt == 0) in nfs41_check_op_ordering()
2359 if (args->opcnt != 1) in nfs41_check_op_ordering()
2396 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
2421 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed()
2497 resp->opcnt = 1; in nfsd4_proc_compound()
2505 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
2506 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
2544 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()
2583 trace_nfsd_compound_status(args->opcnt, resp->opcnt, status, in nfsd4_proc_compound()
3387 opiter = resp->opcnt; in nfsd4_spo_must_allow()
[all …]
A Dnfs4xdr.c2352 if (xdr_stream_decode_u32(argp->xdr, &argp->opcnt) < 0) in nfsd4_decode_compound()
2360 if (argp->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_decode_compound()
2363 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()
2364 argp->ops = kzalloc(argp->opcnt * sizeof(*argp->ops), GFP_KERNEL); in nfsd4_decode_compound()
2373 argp->opcnt = 0; in nfsd4_decode_compound()
2375 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound()
2385 argp->opcnt, i, in nfsd4_decode_compound()
2414 argp->opcnt = i+1; in nfsd4_decode_compound()
5452 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
A Dnfs4state.c2962 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()
2996 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()
3001 if (args->opcnt == 1) { in nfsd4_enc_sequence_replay()
3009 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()
3043 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()
3734 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()
3757 if (slot->sl_opcnt < argp->opcnt && !slot->sl_status) in replay_matches_cache()
3764 if (slot->sl_opcnt > argp->opcnt) in replay_matches_cache()
3794 if (resp->opcnt != 1) in nfsd4_sequence()

Completed in 55 milliseconds