Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c5896 #define MAX_LOG_SENSE_PAGE_SIZE 512 in sata_txlt_log_sense() macro
5905 buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_NOSLEEP); in sata_txlt_log_sense()
5910 buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_SLEEP); in sata_txlt_log_sense()
5918 kmem_free(buf, MAX_LOG_SENSE_PAGE_SIZE); in sata_txlt_log_sense()
6095 ASSERT(len <= MAX_LOG_SENSE_PAGE_SIZE); in sata_txlt_log_sense()
6118 (void) kmem_free(buf, MAX_LOG_SENSE_PAGE_SIZE); in sata_txlt_log_sense()