Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dips.c2062 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info()
2065 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2066 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2067 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2068 ha->enq->CodeBlkVersion[6]); in ips_host_info()
2072 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2073 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2074 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2075 ha->enq->CodeBlkVersion[6], ha->enq->CodeBlkVersion[7]); in ips_host_info()
Dips.h673 uint8_t CodeBlkVersion[8]; member