Searched refs:scbs (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos.c298 if (ins->scbs[i].deleted) continue;
300 cs46xx_dsp_proc_free_scb_desc ( (ins->scbs + i) );
302 kfree(ins->scbs[i].data);
577 if (ins->scbs[i].deleted)
579 snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name);
581 if (ins->scbs[i].parent_scb_ptr != NULL) {
583 ins->scbs[i].parent_scb_ptr->scb_name,
584 ins->scbs[i].parent_scb_ptr->address);
588 ins->scbs[
[all...]
H A Ddsp_spos_scb_lib.c185 (ins->scbs + scb->index) != scb))
198 ins->scbs[scb->index].deleted = 1;
200 kfree(ins->scbs[scb->index].data);
201 ins->scbs[scb->index].data = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h188 struct dsp_scb_descriptor scbs[DSP_MAX_SCB_DESC]; member in struct:dsp_spos_instance
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dwd7000.c420 * - mb and scbs are required for interfacing with the host adapter.
469 struct scb *next; /* for lists of scbs */
483 #define ICB_OP_MASK 0x80 /* distinguishes scbs from icbs */
597 static Scb scbs[MAX_SCBS]; variable
881 scbfree = &(scbs[0]);
882 memset(scbs, 0, sizeof(scbs));
884 scbs[i].next = &(scbs[i + 1]);
885 scbs[
[all...]
H A Dips.c675 scb = &ha->scbs[ha->max_cmds - 1];
744 scb = &ha->scbs[ha->max_cmds - 1];
899 scb = &ha->scbs[ha->max_cmds - 1];
2414 scb = &ha->scbs[ha->max_cmds - 1];
3930 scb = &ha->scbs[pstatus->fields.command_id];
4367 if (ha->scbs) {
4370 ha->scbs->sg_list.list,
4371 ha->scbs->sg_busaddr);
4373 ha->scbs, ha->scbs
[all...]
H A Dips.h61 #define IPS_COMMAND_ID(ha, scb) (int) (scb - ha->scbs)
1046 struct ips_scb *scbs; /* Array of all CCBS */ member in struct:ips_ha
H A Dibmmca.c334 int scbs; /* short SCBs queued */ member in struct:Driver_Statistics
1319 IBM_DS(shpnt).scbs = 0;
1935 IBM_DS(shpnt).scbs++;
2227 len += sprintf(buffer + len, " Total short SCBs.........: %d\n", IBM_DS(shpnt).scbs);

Completed in 195 milliseconds