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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_remote_node_table.c180 * @param[in] remote_node_index This is the remote node index that is being
188 U32 remote_node_index
198 > (remote_node_index / SCU_STP_REMOTE_NODE_COUNT)
201 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD;
202 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD;
204 slot_position = remote_node_index % SCU_STP_REMOTE_NODE_COUNT;
216 * @param[in] remote_node_index This is the remote node index which is to be
224 U32 remote_node_index
234 > (remote_node_index / SCU_STP_REMOTE_NODE_COUNT)
237 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWOR
426 U16 remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX; local
487 U16 remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX; local
526 U16 remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX; local
[all...]
H A Dscic_sds_remote_node_context.h264 U16 remote_node_index; member in struct:SCIC_SDS_REMOTE_NODE_CONTEXT
323 U16 remote_node_index
339 ((rnc)->remote_node_index = (rni))
342 ((rnc)->remote_node_index)
H A Dscic_sds_remote_node_table.h183 U16 remote_node_index
H A Dscu_remote_node_context.h86 U32 remote_node_index :12; member in struct:SSP_REMOTE_NODE_CONTEXT
H A Dscic_sds_remote_node_context.c81 U16 remote_node_index
86 rnc->remote_node_index = remote_node_index;
176 the_controller, this_rnc->remote_node_index);
185 rnc->ssp.remote_node_index = this_rnc->remote_node_index;
546 if (this_rnc->remote_node_index != SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX)
1175 this_rnc->remote_node_index
1201 this_rnc->remote_node_index
1224 this_rnc->remote_node_index
[all...]
H A Dscic_sds_remote_device.h424 remote_device_sequence[(this_device)->rnc->remote_node_index] \
449 ((this_device)->rnc->remote_node_index)
H A Dscic_sds_remote_device.c145 U16 remote_node_index; local
176 &remote_node_index
182 this_device->rnc, remote_node_index
278 &this_device->rnc->remote_node_index
1750 the_controller->remote_device_sequence[this_device->rnc->remote_node_index]++;
1755 this_device->rnc->remote_node_index
H A Dscic_sds_smp_request.c414 task_context->remote_node_index = this_request->target_device->rnc->remote_node_index;
H A Dscu_task_context.h628 U32 remote_node_index : 12; member in struct:SCU_TASK_CONTEXT
H A Dscic_sds_port.c670 rnc->ssp.remote_node_index = rni;
716 task_context->remote_node_index = this_port->reserved_rni;
H A Dscic_sds_request.c687 task_context->remote_node_index =
H A Dscic_sds_stp_request.c285 task_context->remote_node_index =

Completed in 194 milliseconds