Searched refs:c_id (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm/mach-rpc/ |
| H A D | ecard.c | 338 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 D | ecard.h | 50 #define c_id(x) ((x)->r_id) macro
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | ns_active_ref_test.c | 960 __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 D | hinic_hw_dev.h | 510 u8 c_id; member
|
| H A D | hinic_devlink.c | 360 devlink_fmsg_u8_pair_put(fmsg, "c_id", event->event.ucode.c_id); in fault_report_show()
|