Searched refs:cm_extra_frames (Results 1 – 4 of 4) sorted by relevance
647 mfi_cmd->cm_extra_frames = 0; in mfi_tbolt_return_cmd()778 mfi_cmd->cm_extra_frames = cmd->index; /* Frame count used as SMID */ in mfi_tbolt_get_cmd()1068 index = cmd->cm_extra_frames; in mfi_tbolt_build_mpt_cmd()1192 if (cm->cm_extra_frames != 0 && cm->cm_extra_frames <= in mfi_issue_pending_cmds_again()1194 cmd = sc->mfi_cmd_pool_tbolt[cm->cm_extra_frames - 1]; in mfi_issue_pending_cmds_again()1199 cm->cm_extra_frames); in mfi_issue_pending_cmds_again()
209 cm->cm_extra_frames); in mfi_print_cmd()
881 cm->cm_sc->mfi_cmd_pool_tbolt[cm->cm_extra_frames - 1], in mfi_release_command()891 cm->cm_extra_frames = 0; in mfi_release_command()2437 cm->cm_extra_frames = (cm->cm_total_frame_size - 1) / MFI_FRAME_SIZE; in mfi_data_cb()2500 if (cm->cm_extra_frames > 7) in mfi_std_send_frame()2501 cm->cm_extra_frames = 7; in mfi_std_send_frame()2503 sc->mfi_issue_cmd(sc, cm->cm_frame_busaddr, cm->cm_extra_frames); in mfi_std_send_frame()2950 cm->cm_extra_frames = 2; in mfi_stp_cmd()2953 cm->cm_extra_frames = (cm->cm_total_frame_size - 1) / MFI_FRAME_SIZE; in mfi_stp_cmd()
98 int cm_extra_frames; member