| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_attach.c | 10 __u32 duration = 0, id1, id2, id0 = 0, len; in test_xdp_attach() local 44 err = bpf_xdp_query_id(IFINDEX_LO, 0, &id0); in test_xdp_attach() 45 if (CHECK(err || id0 != id1, "id1_check", in test_xdp_attach() 46 "loaded prog id %u != id1 %u, err %d", id0, id1, err)) in test_xdp_attach() 57 err = bpf_xdp_query_id(IFINDEX_LO, 0, &id0); in test_xdp_attach() 58 if (CHECK(err || id0 != id2, "id2_check", in test_xdp_attach() 59 "loaded prog id %u != id2 %u, err %d", id0, id2, err)) in test_xdp_attach() 75 err = bpf_xdp_query_id(IFINDEX_LO, 0, &id0); in test_xdp_attach() 76 if (CHECK(err || id0 != 0, "unload_check", in test_xdp_attach() 77 "loaded prog id %u != 0, err %d", id0, err)) in test_xdp_attach()
|
| H A D | xdp_link.c | 12 __u32 id1, id2, id0 = 0, prog_fd1, prog_fd2; in serial_test_xdp_link() local 49 err = bpf_xdp_query_id(IFINDEX_LO, 0, &id0); in serial_test_xdp_link() 50 if (!ASSERT_OK(err, "id1_check_err") || !ASSERT_EQ(id0, id1, "id1_check_val")) in serial_test_xdp_link() 76 err = bpf_xdp_query_id(IFINDEX_LO, 0, &id0); in serial_test_xdp_link() 77 if (!ASSERT_OK(err, "id1_check_err") || !ASSERT_EQ(id0, id1, "id1_check_val")) in serial_test_xdp_link() 112 err = bpf_xdp_query_id(IFINDEX_LO, 0, &id0); in serial_test_xdp_link() 113 if (!ASSERT_OK(err, "id2_check_err") || !ASSERT_EQ(id0, id2, "id2_check_val")) in serial_test_xdp_link()
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_serdes.c | 216 u16 id0, msb, lsb; in b53_serdes_init() local 221 id0 = b53_serdes_read(dev, lane, B53_SERDES_ID0, SERDES_ID0); in b53_serdes_init() 226 if (id0 == 0 || id0 == 0xffff) { in b53_serdes_init() 233 lane, id0 & SERDES_ID0_MODEL_MASK, in b53_serdes_init() 234 (id0 >> SERDES_ID0_REV_LETTER_SHIFT) + 0x41, in b53_serdes_init() 235 (id0 >> SERDES_ID0_REV_NUM_SHIFT) & SERDES_ID0_REV_NUM_MASK, in b53_serdes_init()
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ibm-bonnell.dts | 77 rear-enc-id0 { 138 /*H0-H7*/ "","","rear-enc-id0","rear-enc-fault0","","","","", 298 label = "front-sys-id0";
|
| H A D | aspeed-bmc-ibm-balcones.dts | 60 led-rear-enc-id0 { 142 /*H0-H7*/ "","","rear-enc-id0","rear-enc-fault0","","","","", 301 label = "front-sys-id0";
|
| H A D | aspeed-bmc-ibm-rainier.dts | 117 led-rear-enc-id0 { 206 /*H0-H7*/ "","led-bmc-ingraham0","led-rear-enc-id0","led-rear-enc-fault0","","","","", 1117 label = "front-sys-id0";
|
| H A D | aspeed-bmc-ibm-system1.dts | 131 led-rear-enc-id0 { 406 /*S0-S7*/ "","","","","","","led-rear-enc-fault0","led-rear-enc-id0",
|
| H A D | aspeed-bmc-ibm-everest.dts | 255 led-rear-enc-id0 { 295 /*H0-H7*/ "led-rtc-battery","led-bmc","led-rear-enc-id0","led-rear-enc-fault0","","","","", 2024 label = "front-sys-id0";
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sds.c | 535 u8 id0; /* P'h'y */ member 544 u8 id0; member 716 static void *asd_find_ll_by_id(void * const start, const u8 id0, const u8 id1) in asd_find_ll_by_id() argument 726 if (el->id0 == id0) in asd_find_ll_by_id() 981 dflt_ps.id0 = 'h'; in asd_process_ctrl_a_user()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_dev.h | 128 unsigned int id0, enum fun_admin_bind_type type1,
|
| H A D | fun_dev.c | 546 unsigned int id0, enum fun_admin_bind_type type1, in fun_bind() argument 553 cmd->entry[0] = FUN_ADMIN_BIND_ENTRY_INIT(type0, id0); in fun_bind()
|
| /linux/Documentation/w1/ |
| H A D | w1-netlink.rst | 95 id0 ... idN 116 [64bit-id0 ... 64bit-idN]
|
| /linux/drivers/scsi/ |
| H A D | qla1280.h | 335 uint8_t id0; /* 0 */ member
|
| H A D | qla1280.c | 594 if (nv->id0 != 'I' || nv->id1 != 'S' || in qla1280_read_nvram() 608 " version %i\n", nv->id0, nv->id1, nv->id2, nv->id3, in qla1280_read_nvram()
|