Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c492 uint_t agent_id; in sc_configure() local
525 agent_id = (expander << 5) | 0x1e | slot; in sc_configure()
531 if (create_nodes && (axq_dip = sc_find_axq_node(agent_id))) { in sc_configure()
548 new_nodes = sc_gptwocfg_configure_axq(ap, agent_id, create_nodes); in sc_configure()
561 port_cookie->gptwo_portid = agent_id; in sc_configure()
568 board_config->portid = agent_id; in sc_configure()
626 agent_id = sc_get_agent_id( in sc_configure()
629 pcd->memory_layout = get_memlayout(agent_id, &size); in sc_configure()
638 gptwocfg_configure(ap, pcd, agent_id); in sc_configure()
651 new->portid = agent_id; in sc_configure()
[all …]
/titanic_41/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) in umad_get_agent_by_id() argument
1116 if (agent_id == agent->agent_req.id) in umad_get_agent_by_id()
2263 unsigned int agent_id; in umad_get_new_agent_id() local
2266 agent_id = 0; in umad_get_new_agent_id()
2275 if (agent_id == agent->agent_req.id) { in umad_get_new_agent_id()
2284 agent_id++; in umad_get_new_agent_id()
2287 return (agent_id); in umad_get_new_agent_id()
2380 int agent_id = req->id; in umad_unregister() local
2390 agent = umad_get_agent_by_id(uctx, agent_id); in umad_unregister()
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c554 uint32_t agent_id; in ib_get_map_reg() local
560 agent_id = cpu_id & 0x1f; in ib_get_map_reg()
563 return ((mondo) | (agent_id << COMMON_INTR_MAP_REG_TID_SHIFT) | in ib_get_map_reg()