Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dips.c2085 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info()
2088 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2089 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2090 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2091 ha->enq->CodeBlkVersion[6]); in ips_host_info()
2095 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2096 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2097 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2098 ha->enq->CodeBlkVersion[6], ha->enq->CodeBlkVersion[7]); in ips_host_info()
Dips.h691 uint8_t CodeBlkVersion[8]; member