Searched refs:remote_node_index (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/scsi/isci/
H A Dremote_node_table.c162 * @remote_node_index: This is the remote node index that is being returned to
170 u32 remote_node_index)
179 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT)
182 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD;
183 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD;
185 slot_position = remote_node_index % SCU_STP_REMOTE_NODE_COUNT;
195 * @remote_node_index: This is the remote node index which is to be cleared
203 u32 remote_node_index)
212 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT)
215 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWOR
168 sci_remote_node_table_set_node_index( struct sci_remote_node_table *remote_node_table, u32 remote_node_index) argument
201 sci_remote_node_table_clear_node_index( struct sci_remote_node_table *remote_node_table, u32 remote_node_index) argument
386 u16 remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX; local
441 u16 remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX; local
477 u16 remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX; local
512 sci_remote_node_table_release_single_remote_node( struct sci_remote_node_table *remote_node_table, u16 remote_node_index) argument
559 sci_remote_node_table_release_triple_remote_node( struct sci_remote_node_table *remote_node_table, u16 remote_node_index) argument
585 sci_remote_node_table_release_remote_node_index( struct sci_remote_node_table *remote_node_table, u32 remote_node_count, u16 remote_node_index) argument
[all...]
H A Dscu_remote_node_context.h81 u32 remote_node_index:12; member in struct:ssp_remote_node_context
H A Dremote_node_table.h186 u16 remote_node_index);
H A Dremote_node_context.h165 u16 remote_node_index; member in struct:sci_remote_node_context
201 u16 remote_node_index);
H A Dremote_node_context.c118 int rni = sci_rnc->remote_node_index;
129 rnc->ssp.remote_node_index = rni;
239 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index);
250 sci_rnc->remote_node_index);
260 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index);
318 sci_port_setup_transports(idev->owning_port, rnc->remote_node_index);
411 u16 remote_node_index)
415 rnc->remote_node_index = remote_node_index;
673 if (sci_rnc->remote_node_index
410 sci_remote_node_context_construct(struct sci_remote_node_context *rnc, u16 remote_node_index) argument
[all...]
H A Dscu_task_context.h609 u32 remote_node_index:12; member in struct:scu_task_context
H A Dremote_device.c962 idev->rnc.remote_node_index;
1029 idev->rnc.remote_node_index);
1030 idev->rnc.remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX;
1288 &idev->rnc.remote_node_index);
1320 &idev->rnc.remote_node_index);
H A Drequest.c235 task_context->remote_node_index = idev->rnc.remote_node_index;
515 task_context->remote_node_index = idev->rnc.remote_node_index;
3086 if (idev->rnc.remote_node_index == SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX)
3241 task_context->remote_node_index = idev->rnc.remote_node_index;
H A Dport.c555 rnc->ssp.remote_node_index = rni;
587 task_context->remote_node_index = iport->reserved_rni;

Completed in 338 milliseconds