Home
last modified time | relevance | path

Searched refs:HP_SCSI_MAX_WRITE (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dhp-scsi.h46 #define HP_SCSI_MAX_WRITE (2048) macro
H A Dhp-scl.c93 #define HP_SCSI_BUFSIZ (HP_SCSI_MAX_WRITE + HP_SCSI_CMD_LEN)
827 assert(len < HP_SCSI_MAX_WRITE); in hp_scsi_flush()
859 assert(need < HP_SCSI_MAX_WRITE); in hp_scsi_need()
870 if ( len < HP_SCSI_MAX_WRITE ) in hp_scsi_write()
877 {size_t maxwrite = HP_SCSI_MAX_WRITE - 16; in hp_scsi_write()

Completed in 4 milliseconds