Searched refs:agent_id (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Domap-pm-noop.c63 int omap_pm_set_min_bus_tput(struct device *dev, u8 agent_id, unsigned long r) omap_pm_set_min_bus_tput() argument
65 if (!dev || (agent_id != OCP_INITIATOR_AGENT && omap_pm_set_min_bus_tput()
66 agent_id != OCP_TARGET_AGENT)) { omap_pm_set_min_bus_tput()
72 pr_debug("OMAP PM: remove min bus tput constraint: dev %s for agent_id %d\n", omap_pm_set_min_bus_tput()
73 dev_name(dev), agent_id); omap_pm_set_min_bus_tput()
75 pr_debug("OMAP PM: add min bus tput constraint: dev %s for agent_id %d: rate %ld KiB\n", omap_pm_set_min_bus_tput()
76 dev_name(dev), agent_id, r); omap_pm_set_min_bus_tput()
H A Domap-pm.h23 * agent_id values for use with omap_pm_set_min_bus_tput():
124 int omap_pm_set_min_bus_tput(struct device *dev, u8 agent_id, unsigned long r);
/linux-4.1.27/drivers/infiniband/core/
H A Duser_mad.c622 int agent_id; ib_umad_reg_agent() local
648 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) ib_umad_reg_agent()
649 if (!__get_agent(file, agent_id)) ib_umad_reg_agent()
688 if (put_user(agent_id, ib_umad_reg_agent()
705 file->agent[agent_id] = agent; ib_umad_reg_agent()
724 int agent_id; ib_umad_reg_agent2() local
764 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id) ib_umad_reg_agent2()
765 if (!__get_agent(file, agent_id)) ib_umad_reg_agent2()
805 if (put_user(agent_id, ib_umad_reg_agent2()
817 file->agent[agent_id] = agent; ib_umad_reg_agent2()
/linux-4.1.27/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h59 unsigned char agent_id[16]; /* PCICC: */ member in struct:type6_hdr
141 .agent_id = {'C', 'A'}, rng_type6CPRB_msgX()
H A Dzcrypt_msgtype6.c168 .agent_id = {'C', 'A',}, ICAMEX_msg_to_type6MEX_msgX()
235 .agent_id = {'C', 'A',}, ICACRT_msg_to_type6CRT_msgX()
362 memcpy(msg->hdr.agent_id , &(xcRB->agent_ID), sizeof(xcRB->agent_ID)); XCRB_msg_to_type6CPRB_msgX()
405 .agent_id[0] = 0x58, /* {'X'} */ xcrb_msg_to_type6_ep11cprb_msgx()
406 .agent_id[1] = 0x43, /* {'C'} */ xcrb_msg_to_type6_ep11cprb_msgx()
H A Dzcrypt_pcicc.h49 unsigned char agent_id[16]; /* PCICC: */ member in struct:type6_hdr
H A Dzcrypt_pcicc.c161 .agent_id = {0x01,0x00,0x43,0x43,0x41,0x2D,0x41,0x50, ICAMEX_msg_to_type6MEX_msg()
248 .agent_id = {0x01,0x00,0x43,0x43,0x41,0x2D,0x41,0x50, ICACRT_msg_to_type6CRT_msg()

Completed in 178 milliseconds