Lines Matching refs:ae
786 struct amr_enquiry *ae; in amr_query_controller() local
860 if ((ae = (struct amr_enquiry *)amr_enquiry(softs, in amr_query_controller()
864 if ((ae = (struct amr_enquiry *)amr_enquiry(softs, in amr_query_controller()
871 ae->ae_signature = 0; in amr_query_controller()
877 for (ldrv = 0; ldrv < ae->ae_ldrv.al_numdrives; ldrv++) { in amr_query_controller()
879 ae->ae_ldrv.al_size[ldrv]; in amr_query_controller()
881 ae->ae_ldrv.al_state[ldrv]; in amr_query_controller()
883 ae->ae_ldrv.al_properties[ldrv]; in amr_query_controller()
901 softs->maxchan = ae->ae_adapter.aa_channels; in amr_query_controller()
902 softs->maxio = ae->ae_adapter.aa_maxio; in amr_query_controller()
903 kmem_free(ae, AMR_ENQ_BUFFER_SIZE); in amr_query_controller()