Lines Matching defs:rni
537 * @rni: remote node index for this remote node context.
543 static void sci_port_construct_dummy_rnc(struct isci_port *iport, u16 rni)
547 rnc = &iport->owning_controller->remote_node_context_table[rni];
554 rnc->ssp.remote_node_index = rni;
996 u16 rni = iport->reserved_rni;
999 rnc = &ihost->remote_node_context_table[rni];
1011 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni;
1081 u16 rni = sci_remote_node_table_allocate_remote_node(
1084 if (rni != SCU_DUMMY_INDEX)
1085 sci_port_construct_dummy_rnc(iport, rni);
1088 iport->reserved_rni = rni;
1464 u16 rni = iport->reserved_rni;
1467 rnc = &ihost->remote_node_context_table[rni];
1471 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni;
1482 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni;