Lines Matching refs:enq

1173 	if ((capacity > 0x400000) && ((ha->enq->ucMiscFlag & 0x8) == 0)) {  in DEF_SCSI_QCMD()
1211 if (ha->enq->ucLogDriveCount <= 2) in ips_slave_configure()
2089 if (ha->enq->CodeBlkVersion[7] == 0) { in ips_host_info()
2092 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2093 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2094 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2095 ha->enq->CodeBlkVersion[6]); in ips_host_info()
2099 ha->enq->CodeBlkVersion[0], ha->enq->CodeBlkVersion[1], in ips_host_info()
2100 ha->enq->CodeBlkVersion[2], ha->enq->CodeBlkVersion[3], in ips_host_info()
2101 ha->enq->CodeBlkVersion[4], ha->enq->CodeBlkVersion[5], in ips_host_info()
2102 ha->enq->CodeBlkVersion[6], ha->enq->CodeBlkVersion[7]); in ips_host_info()
2105 if (ha->enq->BootBlkVersion[7] == 0) { in ips_host_info()
2108 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info()
2109 ha->enq->BootBlkVersion[2], ha->enq->BootBlkVersion[3], in ips_host_info()
2110 ha->enq->BootBlkVersion[4], ha->enq->BootBlkVersion[5], in ips_host_info()
2111 ha->enq->BootBlkVersion[6]); in ips_host_info()
2115 ha->enq->BootBlkVersion[0], ha->enq->BootBlkVersion[1], in ips_host_info()
2116 ha->enq->BootBlkVersion[2], ha->enq->BootBlkVersion[3], in ips_host_info()
2117 ha->enq->BootBlkVersion[4], ha->enq->BootBlkVersion[5], in ips_host_info()
2118 ha->enq->BootBlkVersion[6], ha->enq->BootBlkVersion[7]); in ips_host_info()
2128 ha->enq->ucMaxPhysicalDevices); in ips_host_info()
2172 if (ha->enq->ucMaxPhysicalDevices == 15) in ips_identify_controller()
2464 ha->nbus = (ha->enq->ucMaxPhysicalDevices / IPS_MAX_TARGETS) + 1; in ips_hainit()
2488 ha->max_cmds = ha->enq->ucConcurrentCmdCount; in ips_hainit()
3678 scb->data_len = sizeof (*ha->enq); in ips_send_cmd()
4116 if (le32_to_cpu(ha->enq->ulDriveSize[scb->target_id]) > 0x400000 && in ips_msense()
4117 (ha->enq->ucMiscFlag & 0x8) == 0) { in ips_msense()
4126 (le32_to_cpu(ha->enq->ulDriveSize[scb->target_id]) - in ips_msense()
4233 if (ha->enq) { in ips_free()
4235 ha->enq, ha->enq_busaddr); in ips_free()
4236 ha->enq = NULL; in ips_free()
5695 scb->data_len = sizeof (*ha->enq); in ips_read_adapter_status()
6994 ha->enq = pci_alloc_consistent(pci_dev, sizeof (IPS_ENQ), in ips_init_phase1()
6996 if (!ha->enq) { in ips_init_phase1()