Searched refs:agent_id (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | user_mad.c | 702 int agent_id; in ib_umad_reg_agent() local 727 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent() 728 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent() 767 if (put_user(agent_id, in ib_umad_reg_agent() 784 file->agent[agent_id] = agent; in ib_umad_reg_agent() 803 int agent_id; in ib_umad_reg_agent2() local 841 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) in ib_umad_reg_agent2() 842 if (!__get_agent(file, agent_id)) in ib_umad_reg_agent2() 881 if (put_user(agent_id, in ib_umad_reg_agent2() 893 file->agent[agent_id] = agent; in ib_umad_reg_agent2()
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.h | 42 unsigned char agent_id[16]; /* 0x4341000000000000 */ member
|
| H A D | zcrypt_msgtype6.c | 192 .agent_id = {'C', 'A',}, in icamex_msg_to_type6mex_msgx() 261 .agent_id = {'C', 'A',}, in icacrt_msg_to_type6crt_msgx() 393 memcpy(msg->hdr.agent_id, &xcrb->agent_ID, sizeof(xcrb->agent_ID)); in xcrb_msg_to_type6cprb_msgx() 458 .agent_id = {'X', 'C'}, in xcrb_msg_to_type6_ep11cprb_msgx() 1275 .agent_id = {'C', 'A'}, in rng_type6cprb_msgx()
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | omap_pm.rst | 48 (*pdata->set_min_bus_tput)(struct device *dev, u8 agent_id, unsigned long r)
|