Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dips.c2080 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info()
2083 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2084 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2085 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2086 ha->enq->CodeBlkVersion[6]); in ips_host_info()
2090 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2091 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2092 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2093 ha->enq->CodeBlkVersion[6], ha->enq->CodeBlkVersion[7]); in ips_host_info()
H A Dips.h673 uint8_t CodeBlkVersion[8]; member