Searched refs:exid (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/soc/atmel/ |
A D | soc.c | 239 static int __init at91_get_cidr_exid_from_dbgu(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_dbgu() argument 260 *exid = readl(regs + AT91_DBGU_EXID); in at91_get_cidr_exid_from_dbgu() 267 static int __init at91_get_cidr_exid_from_chipid(u32 *cidr, u32 *exid) in at91_get_cidr_exid_from_chipid() argument 290 *exid = readl(regs + AT91_CHIPID_EXID); in at91_get_cidr_exid_from_chipid() 302 u32 cidr, exid; in at91_soc_init() local 310 ret = at91_get_cidr_exid_from_dbgu(&cidr, &exid); in at91_soc_init() 312 ret = at91_get_cidr_exid_from_chipid(&cidr, &exid); in at91_soc_init() 323 if (!(cidr & AT91_CIDR_EXT) || soc->exid_match == exid) in at91_soc_init()
|
/linux/fs/nfsd/ |
A D | nfs4xdr.c | 1526 switch (exid->spa_how) { in nfsd4_decode_state_protect4_a() 1584 struct nfsd4_exchange_id *exid) in nfsd4_decode_exchange_id() argument 4367 *p++ = cpu_to_be32(exid->seqid); in nfsd4_encode_exchange_id() 4368 *p++ = cpu_to_be32(exid->flags); in nfsd4_encode_exchange_id() 4372 switch (exid->spa_how) { in nfsd4_encode_exchange_id() 4378 exid->spo_must_enforce[0], in nfsd4_encode_exchange_id() 4379 exid->spo_must_enforce[1], in nfsd4_encode_exchange_id() 4380 exid->spo_must_enforce[2]); in nfsd4_encode_exchange_id() 4385 exid->spo_must_allow[0], in nfsd4_encode_exchange_id() 4386 exid->spo_must_allow[1], in nfsd4_encode_exchange_id() [all …]
|
A D | nfs4state.c | 3089 struct nfsd4_exchange_id *exid) in copy_impl_id() argument 3091 if (!exid->nii_domain.data) in copy_impl_id() 3099 clp->cl_nii_time = exid->nii_time; in copy_impl_id() 3120 __func__, rqstp, exid, exid->clname.len, exid->clname.data, in nfsd4_exchange_id() 3121 addr_str, exid->flags, exid->spa_how); in nfsd4_exchange_id() 3129 status = copy_impl_id(new, exid); in nfsd4_exchange_id() 3133 switch (exid->spa_how) { in nfsd4_exchange_id() 3135 exid->spo_must_enforce[0] = 0; in nfsd4_exchange_id() 3136 exid->spo_must_enforce[1] = ( in nfsd4_exchange_id() 3148 exid->spo_must_allow[1] &= ( in nfsd4_exchange_id() [all …]
|
Completed in 29 milliseconds