Lines Matching refs:int_cmd
1102 struct mtip_cmd *int_cmd; in mtip_exec_internal_command() local
1113 int_cmd = mtip_get_int_command(dd); in mtip_exec_internal_command()
1114 if (!int_cmd) { in mtip_exec_internal_command()
1133 mtip_put_int_command(dd, int_cmd); in mtip_exec_internal_command()
1141 int_cmd->comp_data = &wait; in mtip_exec_internal_command()
1142 int_cmd->comp_func = mtip_completion; in mtip_exec_internal_command()
1146 int_cmd->comp_data = NULL; in mtip_exec_internal_command()
1147 int_cmd->comp_func = mtip_null_completion; in mtip_exec_internal_command()
1151 memcpy(int_cmd->command, fis, fis_len*4); in mtip_exec_internal_command()
1154 int_cmd->command_header->opts = in mtip_exec_internal_command()
1157 command_sg = int_cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_exec_internal_command()
1166 int_cmd->command_header->opts |= in mtip_exec_internal_command()
1171 int_cmd->command_header->byte_count = 0; in mtip_exec_internal_command()
1263 mtip_put_int_command(dd, int_cmd); in mtip_exec_internal_command()