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