Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c2160 case READ_IO_TYPE: return "Read"; in io_type_to_ascii()
2176 return READ_IO_TYPE; in get_io_type_from_cdb()
2192 if (io_type == READ_IO_TYPE) in increment_this_counter()
2201 if (io_type == READ_IO_TYPE) in increment_this_counter()
H A Dsmartpqi_structures.h1272 READ_IO_TYPE, /* IO Type is SCSI Read */ enumerator