Lines Matching refs:hw_data
67 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_msix() local
74 msix_num_entries += hw_data->num_banks; in adf_enable_msix()
79 hw_data->num_banks; in adf_enable_msix()
166 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_request_irqs() local
174 for (i = 0; i < hw_data->num_banks; i++) { in adf_request_irqs()
190 cpu = ((accel_dev->accel_id * hw_data->num_banks) + in adf_request_irqs()
214 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_free_irqs() local
220 for (i = 0; i < hw_data->num_banks; i++) { in adf_free_irqs()
234 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr_alloc_msix_entry_table() local
239 msix_num_entries += hw_data->num_banks; in adf_isr_alloc_msix_entry_table()
282 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_setup_bh() local
285 for (i = 0; i < hw_data->num_banks; i++) in adf_setup_bh()
295 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_cleanup_bh() local
298 for (i = 0; i < hw_data->num_banks; i++) { in adf_cleanup_bh()