Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c5829 #define MAX_LOG_SENSE_PAGE_SIZE 512 in sata_txlt_log_sense() macro
5838 buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_NOSLEEP); in sata_txlt_log_sense()
5843 buf = kmem_zalloc(MAX_LOG_SENSE_PAGE_SIZE, KM_SLEEP); in sata_txlt_log_sense()
5851 kmem_free(buf, MAX_LOG_SENSE_PAGE_SIZE); in sata_txlt_log_sense()
6028 ASSERT(len <= MAX_LOG_SENSE_PAGE_SIZE); in sata_txlt_log_sense()
6051 (void) kmem_free(buf, MAX_LOG_SENSE_PAGE_SIZE); in sata_txlt_log_sense()