Lines Matching refs:frame_index
310 u32 frame_index;
318 frame_index = SCU_GET_FRAME_INDEX(ent);
320 frame_header = ihost->uf_control.buffers.array[frame_index].header;
321 ihost->uf_control.buffers.array[frame_index].state = UNSOLICITED_FRAME_IN_USE;
328 sci_controller_release_frame(ihost, frame_index);
335 result = sci_phy_frame_handler(iphy, frame_index);
347 result = sci_phy_frame_handler(iphy, frame_index);
355 result = sci_remote_device_frame_handler(idev, frame_index);
357 sci_controller_release_frame(ihost, frame_index);
2544 void sci_controller_release_frame(struct isci_host *ihost, u32 frame_index)
2546 if (sci_unsolicited_frame_control_release_frame(&ihost->uf_control, frame_index))