Home
last modified time | relevance | path

Searched refs:hw_device (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.c53 const size_t hb_ctrs = accel_dev->hw_device->num_hb_ctrs; in validate_hb_ctrs_cnt()
54 const size_t max_aes = accel_dev->hw_device->num_engines; in validate_hb_ctrs_cnt()
81 const size_t hb_ctrs = accel_dev->hw_device->num_hb_ctrs; in adf_heartbeat_check_ctrs()
82 const size_t max_aes = accel_dev->hw_device->num_engines; in adf_heartbeat_check_ctrs()
161 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_hb_get_status() local
163 const size_t hb_ctrs = hw_device->num_hb_ctrs; in adf_hb_get_status()
164 const unsigned long ae_mask = hw_device->ae_mask; in adf_hb_get_status()
165 const size_t max_aes = hw_device->num_engines; in adf_hb_get_status()
176 hw_device->num_hb_ctrs += ADF_NUM_PKE_STRAND; in adf_hb_get_status()
255 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_heartbeat_ms_to_ticks()
[all …]
H A Dqat_crypto.h55 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_hw_dev_has_crypto() local
56 u32 mask = ~hw_device->accel_capabilities_mask; in adf_hw_dev_has_crypto()
H A Dadf_accel_devices.h390 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device)
399 #define GET_CSR_OPS(accel_dev) (&(accel_dev)->hw_device->csr_ops)
400 #define GET_PFVF_OPS(accel_dev) (&(accel_dev)->hw_device->pfvf_ops)
401 #define GET_DC_OPS(accel_dev) (&(accel_dev)->hw_device->dc_ops)
402 #define GET_VFMIG_OPS(accel_dev) (&(accel_dev)->hw_device->vfmig_ops)
455 struct adf_hw_device_data *hw_device; member
H A Dadf_pfvf_vf_msg.c112 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_get_capabilities()
179 accel_dev->hw_device->ring_to_svc_map = rts_map_msg.map; in adf_vf2pf_get_ring_to_svc()
H A Dadf_pfvf_pf_msg.c90 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_pf_capabilities_msg_provider()
110 rts_map_msg.map = accel_dev->hw_device->ring_to_svc_map; in adf_pf_ring_to_svc_msg_provider()
H A Dadf_rl.c482 struct adf_hw_device_data *hw_device = GET_HW_DATA(rl_data->accel_dev); in get_next_free_node_id() local
486 rp_per_leaf = hw_device->num_banks / hw_device->num_banks_per_vf; in get_next_free_node_id()
525 struct adf_rl_hw_data *device_data = &accel_dev->hw_device->rl_data; in adf_rl_calculate_slice_tokens()
546 struct adf_rl_hw_data *device_data = &accel_dev->hw_device->rl_data; in adf_rl_get_num_svc_aes()
557 struct adf_rl_hw_data *device_data = &accel_dev->hw_device->rl_data; in adf_rl_calculate_ae_cycles()
580 struct adf_rl_hw_data *device_data = &accel_dev->hw_device->rl_data; in adf_rl_calculate_pci_bw()
1075 rl->device_data = &accel_dev->hw_device->rl_data; in adf_rl_init()
H A Dadf_gen4_vf_mig.c96 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_suspend_device()
129 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_resume_device()
316 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_get_slas()
356 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_load_etr_regs()
408 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_load_etr()
536 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_load_config()
581 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_save_etr_regs()
640 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_save_etr()
782 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_vfmig_save_config()
H A Dadf_transport.c164 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_ring()
388 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_bank()
525 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in cleanup_bank()
H A Dadf_vf_isr.c135 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr()