Searched refs:frame_index (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.h276 U32 frame_index,
282 U32 frame_index,
288 U32 frame_index
H A Dscic_sds_unsolicited_frame_control.c269 * @param[in] frame_index
276 U32 frame_index,
280 if (frame_index < uf_control->address_table.count)
284 *frame_header = &uf_control->buffers.array[frame_index].header->data;
297 * @param[in] frame_index
304 U32 frame_index,
308 if (frame_index < uf_control->address_table.count)
310 *frame_buffer = uf_control->buffers.array[frame_index].buffer;
324 * @param[in] frame_index This parameter specifies the frame index to
336 U32 frame_index
274 scic_sds_unsolicited_frame_control_get_header( SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control, U32 frame_index, void **frame_header ) argument
302 scic_sds_unsolicited_frame_control_get_buffer( SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control, U32 frame_index, void **frame_buffer ) argument
[all...]
H A Dscic_sds_stp_packet_request.c376 * @param[in] frame_index This parameter indicates the unsolicited frame
388 U32 frame_index
402 this_request, frame_index
407 frame_index,
419 frame_index,
431 this_request->parent.owning_controller, frame_index
445 this_request, frame_index, status
587 * @param[in] frame_index This parameter indicates the unsolicited frame
599 U32 frame_index
613 this_request, frame_index
[all...]
H A Dscic_sds_stp_request.c850 * @param[in] frame_index This parameter specifies the index of the frame
858 U32 frame_index
874 this_request, frame_index
879 frame_index,
890 frame_index,
911 this_request, frame_index
929 owning_controller, frame_index
938 this_request, frame_index, status
1342 * @param[in] frame_index
1349 U32 frame_index
[all...]
H A Dscic_sds_ssp_request.c203 * @param[in] frame_index This parameter indicates the unsolicited frame
217 U32 frame_index
228 this_request, frame_index
239 owning_controller, frame_index
H A Dscic_sds_remote_device.h319 U32 frame_index);
478 U32 frame_index
608 U32 frame_index
623 U32 frame_index
H A Dscic_sds_smp_request.c510 * @param[in] frame_index This parameter indicates the unsolicited frame
521 U32 frame_index
537 this_request, frame_index
542 frame_index,
560 frame_index,
615 this_request, frame_index, this_frame_header->smp_frame_type
631 controller, frame_index
H A Dscic_sds_phy.h457 U32 frame_index
506 U32 frame_index
H A Dscic_sds_smp_remote_device.c207 * @param[in] frame_index The index for the frame received.
214 U32 frame_index
224 frame_index
H A Dscic_sds_request.h262 U32 frame_index);
468 U32 frame_index
524 U32 frame_index
H A Dscic_sds_stp_remote_device.c461 * @param[in] frame_index
468 U32 frame_index
476 frame_index,
518 scic_sds_remote_device_get_controller(this_device), frame_index local
566 * @param[in] frame_index
573 U32 frame_index
583 frame_index
H A Dscic_sds_request.c1646 * @param[in] frame_index The frame index returned by the hardware for the
1653 U32 frame_index
1656 return this_request->state_handlers->frame_handler(this_request, frame_index);
1927 U32 frame_index
1938 frame_index,
1943 this_request->owning_controller, frame_index);
2330 * @param[in] frame_index This is the index of the unsolicited frame to be
2340 U32 frame_index
2349 frame_index,
2359 frame_index,
[all...]
H A Dscic_sds_remote_device.c775 * @param[in] frame_index This is the frame index that is being processed.
781 U32 frame_index
784 return this_device->state_handlers->frame_handler(this_device, frame_index);
1429 * @param[in] frame_index The frame index for which the SCIC_SDS_CONTROLLER
1437 U32 frame_index
1446 frame_index,
1452 scic_sds_remote_device_get_controller(this_device), frame_index local
1600 * @param[in] frame_index The frame index for which the SCIC_SDS_CONTROLLER
1608 U32 frame_index
1617 frame_index,
1632 scic_sds_remote_device_get_controller(this_device), frame_index local
[all...]
H A Dscic_sds_phy.c1058 * @param[in] frame_index
1064 U32 frame_index
1070 "scic_sds_phy_frame_handler(this_phy:0x%08x, frame_index:%d)\n",
1071 this_phy, frame_index
1074 return this_phy->state_handlers->frame_handler(this_phy, frame_index);
1743 * @param[in] frame_index This is the frame index that was received from the
1751 U32 frame_index
1758 this_phy, frame_index,
1763 scic_sds_phy_get_controller(this_phy), frame_index); local
3179 * @param[in] frame_index Thi
3256 scic_sds_phy_get_controller(this_phy), frame_index local
3342 scic_sds_phy_get_controller(this_phy), frame_index local
[all...]
H A Dscic_sds_port.h499 U32 frame_index
H A Dscic_sds_controller.h620 U32 frame_index
H A Dscic_sds_controller.c2180 U32 frame_index; local
2188 frame_index = SCU_GET_FRAME_INDEX(completion_entry);
2191 = this_controller->uf_control.buffers.array[frame_index].header;
2192 this_controller->uf_control.buffers.array[frame_index].state
2200 scic_sds_controller_release_frame(this_controller, frame_index);
2210 result = scic_sds_phy_frame_handler(phy, frame_index);
2225 result = scic_sds_phy_frame_handler(phy, frame_index);
2235 result = scic_sds_remote_device_frame_handler(device, frame_index);
2237 scic_sds_controller_release_frame(this_controller, frame_index);
3640 * @param[in] frame_index
[all...]
H A Dscic_sds_port.c1748 U32 frame_index
1757 port, frame_index,
1763 scic_sds_port_get_controller(this_port), frame_index local

Completed in 167 milliseconds