Home
last modified time | relevance | path

Searched refs:remote_node_index (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/isci/
H A Dremote_node_table.c170 u32 remote_node_index) in sci_remote_node_table_set_node_index() argument
179 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT) in sci_remote_node_table_set_node_index()
182 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_set_node_index()
183 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_set_node_index()
185 slot_position = remote_node_index % SCU_STP_REMOTE_NODE_COUNT; in sci_remote_node_table_set_node_index()
203 u32 remote_node_index) in sci_remote_node_table_clear_node_index() argument
212 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT) in sci_remote_node_table_clear_node_index()
215 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_clear_node_index()
216 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_clear_node_index()
218 slot_position = remote_node_index % SCU_STP_REMOTE_NODE_COUNT; in sci_remote_node_table_clear_node_index()
[all …]
H A Dremote_node_context.c118 int rni = sci_rnc->remote_node_index; in sci_remote_node_context_construct_buffer()
129 rnc->ssp.remote_node_index = rni; in sci_remote_node_context_construct_buffer()
239 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index); in sci_remote_node_context_validate_context_buffer()
250 sci_rnc->remote_node_index); in sci_remote_node_context_validate_context_buffer()
260 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index); in sci_remote_node_context_invalidate_context_buffer()
318 sci_port_setup_transports(idev->owning_port, rnc->remote_node_index); in sci_remote_node_context_resuming_state_enter()
411 u16 remote_node_index) in sci_remote_node_context_construct() argument
415 rnc->remote_node_index = remote_node_index; in sci_remote_node_context_construct()
673 if (sci_rnc->remote_node_index == SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX) in sci_remote_node_context_resume()
H A Dremote_node_context.h165 u16 remote_node_index; member
201 u16 remote_node_index);
H A Dscu_remote_node_context.h81 u32 remote_node_index:12; member
H A Dremote_node_table.h186 u16 remote_node_index);
H A Dscu_task_context.h609 u32 remote_node_index:12; member
H A Dport.c555 rnc->ssp.remote_node_index = rni; in sci_port_construct_dummy_rnc()
587 task_context->remote_node_index = iport->reserved_rni; in sci_port_construct_dummy_task()