Home
last modified time | relevance | path

Searched refs:agent_id (Results 1 – 9 of 9) sorted by relevance

/drivers/firmware/arm_scmi/
Dsystem.c27 __le32 agent_id; member
83 r->agent_id = le32_to_cpu(p->agent_id); in scmi_system_fill_custom_report()
Dbase.c38 __le32 agent_id; member
49 __le32 agent_id; member
309 r->agent_id = le32_to_cpu(p->agent_id); in scmi_base_fill_custom_report()
Dreset.c50 __le32 agent_id; member
259 r->agent_id = le32_to_cpu(p->agent_id); in scmi_reset_fill_custom_report()
Dpower.c52 __le32 agent_id; member
241 r->agent_id = le32_to_cpu(p->agent_id); in scmi_power_fill_custom_report()
Dsensors.c186 __le32 agent_id; member
192 __le32 agent_id; member
899 r->agent_id = le32_to_cpu(p->agent_id); in scmi_sensor_fill_custom_report()
919 r->agent_id = le32_to_cpu(p->agent_id); in scmi_sensor_fill_custom_report()
Dperf.c90 __le32 agent_id; member
97 __le32 agent_id; member
807 r->agent_id = le32_to_cpu(p->agent_id); in scmi_perf_fill_custom_report()
824 r->agent_id = le32_to_cpu(p->agent_id); in scmi_perf_fill_custom_report()
/drivers/infiniband/core/
Duser_mad.c689 int agent_id; in ib_umad_reg_agent() local
714 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent()
715 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent()
754 if (put_user(agent_id, in ib_umad_reg_agent()
771 file->agent[agent_id] = agent; in ib_umad_reg_agent()
790 int agent_id; in ib_umad_reg_agent2() local
828 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent2()
829 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent2()
868 if (put_user(agent_id, in ib_umad_reg_agent2()
880 file->agent[agent_id] = agent; in ib_umad_reg_agent2()
/drivers/s390/crypto/
Dzcrypt_msgtype6.h42 unsigned char agent_id[16]; /* 0x4341000000000000 */ member
132 .agent_id = {'C', 'A'}, in rng_type6CPRB_msgX()
Dzcrypt_msgtype6.c255 .agent_id = {'C', 'A',}, in ICAMEX_msg_to_type6MEX_msgX()
324 .agent_id = {'C', 'A',}, in ICACRT_msg_to_type6CRT_msgX()
452 memcpy(msg->hdr.agent_id, &(xcRB->agent_ID), sizeof(xcRB->agent_ID)); in XCRB_msg_to_type6CPRB_msgX()
502 .agent_id[0] = 0x58, /* {'X'} */ in xcrb_msg_to_type6_ep11cprb_msgx()
503 .agent_id[1] = 0x43, /* {'C'} */ in xcrb_msg_to_type6_ep11cprb_msgx()