Home
last modified time | relevance | path

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

/linux/arch/arm/mach-rpc/
H A 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()
H A Decard.h50 #define c_id(x) ((x)->r_id) macro
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c960 __u64 gp_id, p_id, c_id; in TEST() local
1019 if (ioctl(c_fd, NS_GET_ID, &c_id) < 0) { in TEST()
1029 write(pipefd[1], &c_id, sizeof(c_id)); in TEST()
1051 ret = read(pipefd[0], &c_id, sizeof(c_id)); in TEST()
1053 if (ret != sizeof(c_id)) { in TEST()
1079 c_fh->ns_id = c_id; in TEST()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h510 u8 c_id; member
H A Dhinic_devlink.c360 devlink_fmsg_u8_pair_put(fmsg, "c_id", event->event.ucode.c_id); in fault_report_show()