Lines Matching refs:frame_index
308 u32 frame_index;
316 frame_index = SCU_GET_FRAME_INDEX(ent);
318 frame_header = ihost->uf_control.buffers.array[frame_index].header;
319 ihost->uf_control.buffers.array[frame_index].state = UNSOLICITED_FRAME_IN_USE;
326 sci_controller_release_frame(ihost, frame_index);
333 result = sci_phy_frame_handler(iphy, frame_index);
345 result = sci_phy_frame_handler(iphy, frame_index);
353 result = sci_remote_device_frame_handler(idev, frame_index);
355 sci_controller_release_frame(ihost, frame_index);
2543 void sci_controller_release_frame(struct isci_host *ihost, u32 frame_index)
2545 if (sci_unsolicited_frame_control_release_frame(&ihost->uf_control, frame_index))