Home
last modified time | relevance | path

Searched refs:c_id (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/arm/mach-rpc/
Decard.h50 #define c_id(x) ((x)->r_id) macro
Decard.c338 if (c_id(&excd) == 0) { in ecard_readchunk()
346 if (c_id(&excd) == 0xf0) { /* link */ in ecard_readchunk()
350 if (c_id(&excd) == 0x80) { /* loader */ in ecard_readchunk()
363 if (c_id(&excd) == id && num-- == 0) in ecard_readchunk()
367 if (c_id(&excd) & 0x80) { in ecard_readchunk()
368 switch (c_id(&excd) & 0x70) { in ecard_readchunk()
/Linux-v5.4/tools/lib/bpf/
Dbtf.c2393 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
2400 c_id = resolve_type_id(d, cand_type_id); in btf_dedup_merge_hypot_map()
2402 c_kind = btf_kind(d->btf->types[c_id]); in btf_dedup_merge_hypot_map()
2416 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
2418 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
2422 is_type_mapped(d, c_id) && in btf_dedup_merge_hypot_map()
2430 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c2819 unsigned int c_id = a_ctx(tfm)->tx_chan_id; in fill_sec_cpl_for_aead() local
2841 sec_cpl->op_ivinsrtofst = FILL_SEC_CPL_OP_IVINSR(c_id, in fill_sec_cpl_for_aead()