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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Ddt.c442 HvAgentId agent_id = ISERIES_PCI_AGENTID(id_sel, local
445 agent_id, 0);
449 bus, sub_bus, agent_id, err);
453 err = HvCallPci_configLoad16(bus, sub_bus, agent_id,
457 bus, sub_bus, agent_id, err);
460 err = HvCallPci_configLoad16(bus, sub_bus, agent_id,
464 bus, sub_bus, agent_id, err);
467 err = HvCallPci_configLoad32(bus, sub_bus, agent_id,
471 bus, sub_bus, agent_id, err);
506 dt_prop_u32(dt, "linux,agent-id", agent_id);
519 HvAgentId agent_id; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_pcicc.h51 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,
248 .agent_id = {0x01,0x00,0x43,0x43,0x41,0x2D,0x41,0x50,
H A Dzcrypt_pcixcc.c137 .agent_id = {'C','A',},
204 .agent_id = {'C','A',},
327 memcpy(msg->hdr.agent_id , &(xcRB->agent_ID), sizeof(xcRB->agent_ID));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duser_mad.c597 int agent_id; local
617 for (agent_id = 0; agent_id < IB_UMAD_MAX_AGENTS; ++agent_id)
618 if (!__get_agent(file, agent_id))
642 if (put_user(agent_id,
649 file->agent[agent_id] = agent;

Completed in 49 milliseconds