Lines Matching refs:int_cmd
1104 struct mtip_cmd *int_cmd; in mtip_exec_internal_command() local
1115 int_cmd = mtip_get_int_command(dd); in mtip_exec_internal_command()
1130 mtip_put_int_command(dd, int_cmd); in mtip_exec_internal_command()
1138 int_cmd->comp_data = &wait; in mtip_exec_internal_command()
1139 int_cmd->comp_func = mtip_completion; in mtip_exec_internal_command()
1143 int_cmd->comp_data = NULL; in mtip_exec_internal_command()
1144 int_cmd->comp_func = mtip_null_completion; in mtip_exec_internal_command()
1148 memcpy(int_cmd->command, fis, fis_len*4); in mtip_exec_internal_command()
1151 int_cmd->command_header->opts = in mtip_exec_internal_command()
1154 command_sg = int_cmd->command + AHCI_CMD_TBL_HDR_SZ; in mtip_exec_internal_command()
1163 int_cmd->command_header->opts |= in mtip_exec_internal_command()
1168 int_cmd->command_header->byte_count = 0; in mtip_exec_internal_command()
1260 mtip_put_int_command(dd, int_cmd); in mtip_exec_internal_command()