Searched refs:MAX_LOG_SENSE_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
5829 #define MAX_LOG_SENSE_PAGE_SIZE 512 in sata_txlt_log_sense() macro5838 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()