Home
last modified time | relevance | path

Searched refs:cmdcnt (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dlibps2.h54 u8 cmdcnt; member
/linux/sound/pci/riptide/
H A Driptide.c386 unsigned int cmdcnt; /* cmd statistics */ member
896 cif->cmdcnt++; /* update command statistics */ in sendcmd()
902 if ((cif->cmdcnt) % 1000 == 0) in sendcmd()
905 cif->cmdcnt, cif->cmdtime, cif->cmdtimemin, in sendcmd()
914 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1245 cif->cmdcnt = 0; in riptide_reset()
1895 cif->cmdcnt, cif->errcnt, in snd_riptide_proc_read()
/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c850 u8 cmdcnt = (u8)ARRAY_SIZE(cmd_to_fls_func); in esas2r_process_fs_ioctl() local
863 if (fsc->command >= cmdcnt) { in esas2r_process_fs_ioctl()