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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1105 umad_get_agent_by_id(umad_uctx_t *uctx, uint32_t agent_id) argument
1116 if (agent_id == agent->agent_req.id)
2263 unsigned int agent_id; local
2266 agent_id = 0;
2275 if (agent_id == agent->agent_req.id) {
2284 agent_id++;
2287 return (agent_id);
2380 int agent_id = req->id; local
2390 agent = umad_get_agent_by_id(uctx, agent_id);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c492 uint_t agent_id; local
525 agent_id = (expander << 5) | 0x1e | slot;
531 if (create_nodes && (axq_dip = sc_find_axq_node(agent_id))) {
548 new_nodes = sc_gptwocfg_configure_axq(ap, agent_id, create_nodes);
561 port_cookie->gptwo_portid = agent_id;
568 board_config->portid = agent_id;
626 agent_id = sc_get_agent_id(
629 pcd->memory_layout = get_memlayout(agent_id, &size);
638 gptwocfg_configure(ap, pcd, agent_id);
651 new->portid = agent_id;
1141 uint_t agent_id; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c554 uint32_t agent_id; local
560 agent_id = cpu_id & 0x1f;
563 return ((mondo) | (agent_id << COMMON_INTR_MAP_REG_TID_SHIFT) |

Completed in 81 milliseconds