Searched refs:scbs (Results 1 – 5 of 5) sorted by relevance
301 if (ins->scbs[i].deleted) continue; in cs46xx_dsp_spos_destroy()303 cs46xx_dsp_proc_free_scb_desc ( (ins->scbs + i) ); in cs46xx_dsp_spos_destroy()305 kfree(ins->scbs[i].data); in cs46xx_dsp_spos_destroy()595 if (ins->scbs[i].deleted) in cs46xx_dsp_proc_scb_read()597 snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name); in cs46xx_dsp_proc_scb_read()599 if (ins->scbs[i].parent_scb_ptr != NULL) { in cs46xx_dsp_proc_scb_read()601 ins->scbs[i].parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read()602 ins->scbs[i].parent_scb_ptr->address); in cs46xx_dsp_proc_scb_read()606 ins->scbs[i].sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_read()607 ins->scbs[i].sub_list_ptr->address, in cs46xx_dsp_proc_scb_read()[all …]
188 struct dsp_scb_descriptor scbs[DSP_MAX_SCB_DESC]; member
182 (ins->scbs + scb->index) != scb)) in cs46xx_dsp_remove_scb()202 ins->scbs[scb->index].deleted = 1; in cs46xx_dsp_remove_scb()204 kfree(ins->scbs[scb->index].data); in cs46xx_dsp_remove_scb()205 ins->scbs[scb->index].data = NULL; in cs46xx_dsp_remove_scb()222 ins->scbs[i - 1].index = i - 1; in cs46xx_dsp_remove_scb()
668 scb = &ha->scbs[ha->max_cmds - 1]; in ips_release()737 scb = &ha->scbs[ha->max_cmds - 1]; in ips_halt()892 scb = &ha->scbs[ha->max_cmds - 1]; in __ips_eh_reset()2330 scb = &ha->scbs[ha->max_cmds - 1]; in ips_get_bios_version()3841 scb = &ha->scbs[pstatus->fields.command_id]; in ips_chkstatus()4278 if (ha->scbs) { in ips_deallocatescbs()4281 ha->scbs->sg_list.list, in ips_deallocatescbs()4282 ha->scbs->sg_busaddr); in ips_deallocatescbs()4284 ha->scbs, ha->scbs->scb_busaddr); in ips_deallocatescbs()4285 ha->scbs = NULL; in ips_deallocatescbs()[all …]
61 #define IPS_COMMAND_ID(ha, scb) (int) (scb - ha->scbs)1027 struct ips_scb *scbs; /* Array of all CCBS */ member