Lines Matching defs:rni
538 * @rni: remote node index for this remote node context.
544 static void sci_port_construct_dummy_rnc(struct isci_port *iport, u16 rni)
548 rnc = &iport->owning_controller->remote_node_context_table[rni];
555 rnc->ssp.remote_node_index = rni;
998 u16 rni = iport->reserved_rni;
1001 rnc = &ihost->remote_node_context_table[rni];
1013 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni;
1083 u16 rni = sci_remote_node_table_allocate_remote_node(
1086 if (rni != SCU_DUMMY_INDEX)
1087 sci_port_construct_dummy_rnc(iport, rni);
1090 iport->reserved_rni = rni;
1466 u16 rni = iport->reserved_rni;
1469 rnc = &ihost->remote_node_context_table[rni];
1473 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni;
1484 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni;