Searched refs:exid (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/soc/atmel/ |
| D | soc.c | 145 static int __init at91_get_cidr_exid_from_dbgu(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_dbgu() argument 166 *exid = readl(regs + AT91_DBGU_EXID); in at91_get_cidr_exid_from_dbgu() 173 static int __init at91_get_cidr_exid_from_chipid(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_chipid() argument 191 *exid = readl(regs + AT91_CHIPID_EXID); in at91_get_cidr_exid_from_chipid() 203 u32 cidr, exid; in at91_soc_init() local 211 ret = at91_get_cidr_exid_from_dbgu(&cidr, &exid); in at91_soc_init() 213 ret = at91_get_cidr_exid_from_chipid(&cidr, &exid); in at91_soc_init() 224 if (!(cidr & AT91_CIDR_EXT) || soc->exid_match == exid) in at91_soc_init()
|
| /Linux-v4.19/fs/nfsd/ |
| D | nfs4xdr.c | 1329 struct nfsd4_exchange_id *exid) in nfsd4_decode_exchange_id() argument 1335 COPYMEM(exid->verifier.data, NFS4_VERIFIER_SIZE); in nfsd4_decode_exchange_id() 1337 status = nfsd4_decode_opaque(argp, &exid->clname); in nfsd4_decode_exchange_id() 1342 exid->flags = be32_to_cpup(p++); in nfsd4_decode_exchange_id() 1346 exid->spa_how = be32_to_cpup(p++); in nfsd4_decode_exchange_id() 1347 switch (exid->spa_how) { in nfsd4_decode_exchange_id() 1353 exid->spo_must_enforce); in nfsd4_decode_exchange_id() 1357 status = nfsd4_decode_bitmap(argp, exid->spo_must_allow); in nfsd4_decode_exchange_id() 3933 struct nfsd4_exchange_id *exid) in nfsd4_encode_exchange_id() argument 3956 p = xdr_encode_opaque_fixed(p, &exid->clientid, 8); in nfsd4_encode_exchange_id() [all …]
|
| D | nfs4state.c | 2485 struct nfsd4_exchange_id *exid = &u->exchange_id; in nfsd4_exchange_id() local 2490 nfs4_verifier verf = exid->verifier; in nfsd4_exchange_id() 2492 bool update = exid->flags & EXCHGID4_FLAG_UPD_CONFIRMED_REC_A; in nfsd4_exchange_id() 2498 __func__, rqstp, exid, exid->clname.len, exid->clname.data, in nfsd4_exchange_id() 2499 addr_str, exid->flags, exid->spa_how); in nfsd4_exchange_id() 2501 if (exid->flags & ~EXCHGID4_FLAG_MASK_A) in nfsd4_exchange_id() 2504 new = create_client(exid->clname, rqstp, &verf); in nfsd4_exchange_id() 2508 switch (exid->spa_how) { in nfsd4_exchange_id() 2510 exid->spo_must_enforce[0] = 0; in nfsd4_exchange_id() 2511 exid->spo_must_enforce[1] = ( in nfsd4_exchange_id() [all …]
|