Home
last modified time | relevance | path

Searched refs:VER_SUBMINOR (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSinit.c567 DriverVer_type DriverVer = CPQFCTS_DRIVER_VER(VER_MAJOR, VER_MINOR, VER_SUBMINOR); in cpqfcTS_ioctl()
680 …BaseL, cpqfcHBA->fcChip.Registers.MemBase, BusWidth, BusSpeed, VER_MAJOR, VER_MINOR, VER_SUBMINOR); in cpqfcTS_info()
780 copy_info(&info, "Driver version = %d.%d.%d", VER_MAJOR, VER_MINOR, VER_SUBMINOR); in cpqfcTS_proc_info()
DcpqfcTSstructs.h38 #define VER_SUBMINOR 2 macro