Searched refs:opcnt (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/bus/ |
| H A D | hisi_lpc.c | 103 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-6.15/fs/nfsd/ |
| H A D | xdr4.h | 870 u32 opcnt; member 884 u32 opcnt; member 892 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence() 915 return argp->opcnt == resp->opcnt; in nfsd4_last_compound_op()
|
| H A D | nfs4proc.c | 2676 if (args->opcnt == 0) in nfs41_check_op_ordering() 2689 if (args->opcnt != 1) in nfs41_check_op_ordering() 2726 if (argp->opcnt == resp->opcnt) in need_wrongsec_check() 2751 for (i = 0; i < args->opcnt; i++) { in check_if_stalefh_allowed() 2824 resp->opcnt = 1; in nfsd4_proc_compound() 2832 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound() 2833 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound() 2839 args->client_opcnt > resp->opcnt) { in nfsd4_proc_compound() 2881 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound() 3775 opiter = resp->opcnt; in nfsd4_spo_must_allow() [all …]
|
| H A D | trace.h | 97 u32 opcnt 99 TP_ARGS(rqst, tag, taglen, opcnt), 102 __field(u32, opcnt) 107 __entry->opcnt = opcnt; 111 __entry->xid, __entry->opcnt, __get_str(tag)
|
| H A D | nfs4xdr.c | 2505 argp->opcnt = min_t(u32, argp->client_opcnt, in nfsd4_decode_compound() 2508 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound() 2509 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound() 2517 argp->opcnt = 0; in nfsd4_decode_compound() 2519 for (i = 0; i < argp->opcnt; i++) { in nfsd4_decode_compound() 2531 argp->opcnt, i, in nfsd4_decode_compound() 2560 argp->opcnt = i+1; in nfsd4_decode_compound() 6007 *p++ = htonl(resp->opcnt); in nfs4svc_encode_compoundres()
|
| H A D | nfs4state.c | 3458 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry() 3492 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay() 3497 if (args->opcnt == 1) { in nfsd4_enc_sequence_replay() 3505 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay() 3539 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry() 4274 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops() 4297 if (slot->sl_opcnt < argp->opcnt && !slot->sl_status) in replay_matches_cache() 4304 if (slot->sl_opcnt > argp->opcnt) in replay_matches_cache() 4334 if (resp->opcnt != 1) in nfsd4_sequence()
|
| H A D | nfsctl.c | 1572 genl_rqstp.rq_opcnt = args->opcnt; in nfsd_nl_rpc_status_get_dumpit()
|
| /linux-6.15/include/rdma/ |
| H A D | rdma_counter.h | 67 bool *opcnt);
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | counters.c | 627 bool *opcnt) in rdma_counter_get_mode() argument 634 *opcnt = port_counter->mode.bind_opcnt; in rdma_counter_get_mode()
|
| H A D | nldev.c | 2032 bool opcnt = false; in nldev_stat_set_mode_doit() local 2041 opcnt = !!nla_get_u8( in nldev_stat_set_mode_doit() 2049 return rdma_counter_set_auto_mode(device, port, mask, opcnt, in nldev_stat_set_mode_doit() 2368 bool opcnt; in stat_get_doit_qp() local 2404 ret = rdma_counter_get_mode(device, port, &mode, &mask, &opcnt); in stat_get_doit_qp() 2422 nla_put_u8(msg, RDMA_NLDEV_ATTR_STAT_OPCOUNTER_ENABLED, opcnt)) { in stat_get_doit_qp()
|