Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c568 case SA_REPORT_PHYS: in pqisrc_report_luns()
569 request.cmd.cdb[0] = SA_REPORT_PHYS; in pqisrc_report_luns()
741 ret = pqisrc_get_physical_logical_luns(softs, SA_REPORT_PHYS, physical_dev_list, phys_data_length); in pqisrc_get_phys_log_device_list()
H A Dsmartpqi_defines.h668 #define SA_REPORT_PHYS 0xc3 /* Report Physical LUNs */ macro