Lines Matching refs:enq

1148 	if ((capacity > 0x400000) && ((ha->enq->ucMiscFlag & 0x8) == 0)) {  in DEF_SCSI_QCMD()
1186 if (ha->enq->ucLogDriveCount <= 2) in ips_sdev_configure()
2063 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info()
2066 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2067 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2068 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2069 ha->enq->CodeBlkVersion[6]); in ips_host_info()
2073 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2074 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2075 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2076 ha->enq->CodeBlkVersion[6], ha->enq->CodeBlkVersion[7]); in ips_host_info()
2079 if (ha->enq->BootBlkVersion[7] == 0) { in ips_host_info()
2082 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info()
2083 ha->enq->BootBlkVersion[2], ha->enq->BootBlkVersion[3], in ips_host_info()
2084 ha->enq->BootBlkVersion[4], ha->enq->BootBlkVersion[5], in ips_host_info()
2085 ha->enq->BootBlkVersion[6]); in ips_host_info()
2089 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info()
2090 ha->enq->BootBlkVersion[2], ha->enq->BootBlkVersion[3], in ips_host_info()
2091 ha->enq->BootBlkVersion[4], ha->enq->BootBlkVersion[5], in ips_host_info()
2092 ha->enq->BootBlkVersion[6], ha->enq->BootBlkVersion[7]); in ips_host_info()
2102 ha->enq->ucMaxPhysicalDevices); in ips_host_info()
2146 if (ha->enq->ucMaxPhysicalDevices == 15) in ips_identify_controller()
2433 ha->nbus = (ha->enq->ucMaxPhysicalDevices / IPS_MAX_TARGETS) + 1; in ips_hainit()
2457 ha->max_cmds = ha->enq->ucConcurrentCmdCount; in ips_hainit()
3645 scb->data_len = sizeof (*ha->enq); in ips_send_cmd()
4083 if (le32_to_cpu(ha->enq->ulDriveSize[scb->target_id]) > 0x400000 && in ips_msense()
4084 (ha->enq->ucMiscFlag & 0x8) == 0) { in ips_msense()
4093 (le32_to_cpu(ha->enq->ulDriveSize[scb->target_id]) - in ips_msense()
4200 if (ha->enq) { in ips_free()
4202 ha->enq, ha->enq_busaddr); in ips_free()
4203 ha->enq = NULL; in ips_free()
5660 scb->data_len = sizeof (*ha->enq); in ips_read_adapter_status()
6919 ha->enq = dma_alloc_coherent(&pci_dev->dev, sizeof (IPS_ENQ), in ips_init_phase1()
6921 if (!ha->enq) { in ips_init_phase1()