Searched refs:agent_id (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/s390/crypto/ |
D | zcrypt_msgtype6.h | 46 unsigned char agent_id[16]; /* PCICC: */ member 141 .agent_id = {'C', 'A'}, in rng_type6CPRB_msgX()
|
D | zcrypt_msgtype6.c | 258 .agent_id = {'C', 'A',}, in ICAMEX_msg_to_type6MEX_msgX() 327 .agent_id = {'C', 'A',}, in ICACRT_msg_to_type6CRT_msgX() 461 memcpy(msg->hdr.agent_id, &(xcRB->agent_ID), sizeof(xcRB->agent_ID)); in XCRB_msg_to_type6CPRB_msgX() 508 .agent_id[0] = 0x58, /* {'X'} */ in xcrb_msg_to_type6_ep11cprb_msgx() 509 .agent_id[1] = 0x43, /* {'C'} */ in xcrb_msg_to_type6_ep11cprb_msgx()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | user_mad.c | 653 int agent_id; in ib_umad_reg_agent() local 679 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent() 680 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent() 719 if (put_user(agent_id, in ib_umad_reg_agent() 736 file->agent[agent_id] = agent; in ib_umad_reg_agent() 755 int agent_id; in ib_umad_reg_agent2() local 795 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent2() 796 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent2() 836 if (put_user(agent_id, in ib_umad_reg_agent2() 848 file->agent[agent_id] = agent; in ib_umad_reg_agent2()
|
/Linux-v4.19/Documentation/arm/OMAP/ |
D | omap_pm | 44 (*pdata->set_min_bus_tput)(struct device *dev, u8 agent_id, unsigned long r)
|