Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c2161 case WRITE_IO_TYPE: return "Write"; in io_type_to_ascii()
2179 return WRITE_IO_TYPE; in get_io_type_from_cdb()
2194 else if (io_type == WRITE_IO_TYPE) in increment_this_counter()
2203 else if (io_type == WRITE_IO_TYPE) in increment_this_counter()
H A Dsmartpqi_structures.h1270 WRITE_IO_TYPE, /* IO Type is SCSI Write */ enumerator