/Linux-v5.4/drivers/crypto/qat/qat_common/ |
D | qat_hal.c | 79 #define AE(handle, ae) handle->hal_handle->aes[ae] argument 113 unsigned char ae, unsigned int ctx_mask) in qat_hal_set_live_ctx() 120 unsigned char ae, unsigned int csr) in qat_hal_rd_ae_csr() 136 unsigned char ae, unsigned int csr, in qat_hal_wr_ae_csr() 152 unsigned char ae, unsigned char ctx, in qat_hal_get_wakeup_event() 164 unsigned char ae, unsigned int cycles, in qat_hal_wait_cycles() 200 unsigned char ae, unsigned char mode) in qat_hal_set_ae_ctx_mode() 220 unsigned char ae, unsigned char mode) in qat_hal_set_ae_nn_mode() 238 unsigned char ae, enum icp_qat_uof_regtype lm_type, in qat_hal_set_ae_lm_mode() 326 unsigned char ae, unsigned int ctx_mask, in qat_hal_wr_indr_csr() [all …]
|
D | qat_uclo.c | 63 unsigned int ae, unsigned int image_num) in qat_uclo_init_ae_data() 184 unsigned char ae, unsigned int addr, in qat_uclo_wr_umem_by_words() 202 unsigned char ae, in qat_uclo_batch_wr_umem() 243 unsigned long ae = 0; in qat_uclo_parse_num() local 262 unsigned int size_range, unsigned int *ae) in qat_uclo_fetch_initmem_ae() 293 *init_mem, unsigned int ae, in qat_uclo_create_batch_init_list() 349 unsigned int ae; in qat_uclo_init_lmem_seg() local 364 unsigned int ae, ustore_size, uaddr, i; in qat_uclo_init_umem_seg() local 410 unsigned char ae; in qat_uclo_init_ustore() local 444 int i, ae; in qat_uclo_init_memory() local [all …]
|
D | icp_qat_hal.h | 140 #define AE_CSR(handle, ae) \ argument 143 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & csr)) argument 144 #define SET_AE_CSR(handle, ae, csr, val) \ argument 146 #define GET_AE_CSR(handle, ae, csr) ADF_CSR_RD(AE_CSR_ADDR(handle, ae, csr), 0) argument 147 #define AE_XFER(handle, ae) \ argument 150 #define AE_XFER_ADDR(handle, ae, reg) (AE_XFER(handle, ae) + \ argument 152 #define SET_AE_XFER(handle, ae, reg, val) \ argument
|
D | adf_accel_engine.c | 121 uint32_t ae_ctr, ae, max_aes = GET_MAX_ACCELENGINES(accel_dev); in adf_ae_start() local 142 uint32_t ae_ctr, ae, max_aes = GET_MAX_ACCELENGINES(accel_dev); in adf_ae_stop() local 159 static int adf_ae_reset(struct adf_accel_dev *accel_dev, int ae) in adf_ae_reset()
|
D | adf_admin.c | 154 static int adf_put_admin_msg_sync(struct adf_accel_dev *accel_dev, u32 ae, in adf_put_admin_msg_sync()
|
D | icp_qat_uclo.h | 399 unsigned int ae; member
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 2023 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_wwnn() local 2040 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_manufacturer() local 2065 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_sn() local 2087 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_model() local 2108 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_description() local 2131 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_hdw_ver() local 2161 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_drvr_ver() local 2183 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_rom_ver() local 2208 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_fmw_ver() local 2228 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_os_ver() local [all …]
|
/Linux-v5.4/drivers/scsi/esas2r/ |
D | esas2r_int.c | 702 static void esas2r_lun_event(struct esas2r_adapter *a, union atto_vda_ae *ae, in esas2r_lun_event() 750 union atto_vda_ae *ae = in esas2r_ae_complete() local 854 struct atto_vda_ae_hdr ae; in esas2r_send_reset_ae() local
|
D | esas2r_main.c | 1446 void esas2r_nuxi_ae_data(union atto_vda_ae *ae) in esas2r_nuxi_ae_data() 1704 struct esas2r_vda_ae *ae = (struct esas2r_vda_ae *)fw_event->data; in esas2r_send_ae_event() local 1836 struct esas2r_vda_ae *ae = in esas2r_queue_fw_event() local
|
/Linux-v5.4/arch/powerpc/perf/ |
D | mpc7450-pmu.c | 225 u32 ae; in mpc7450_get_alternatives() local
|
D | power7-pmu.c | 159 s64 ae; in power7_get_alternatives() local
|
D | power5-pmu.c | 271 s64 ae; in power5_get_alternatives() local
|
D | power5+-pmu.c | 276 s64 ae; in power5p_get_alternatives() local
|
/Linux-v5.4/lib/ |
D | test_hexdump.c | 167 int ae, he, e, f, r; in test_hexdump_overflow() local
|
/Linux-v5.4/drivers/misc/mic/host/ |
D | mic_smpt.c | 91 int ae = 0; in mic_smpt_op() local
|
/Linux-v5.4/arch/ia64/kernel/ |
D | efi.c | 976 u64 as = 0, ae; in find_memmap_space() local 1053 u64 as, ae, lim; in efi_memmap_init() local
|
/Linux-v5.4/net/mac80211/ |
D | mesh_hwmp.c | 23 static inline u32 u32_field_get(const u8 *preq_elem, int offset, bool ae) in u32_field_get() 30 static inline u16 u16_field_get(const u8 *preq_elem, int offset, bool ae) in u16_field_get()
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | dma.c | 728 u32 ae; in dma64_dd_upd() local 798 u32 ae; in _dma_ddtable_init() local
|
/Linux-v5.4/drivers/crypto/cavium/cpt/ |
D | cpt_hw_types.h | 195 u64 ae:8; member
|
/Linux-v5.4/net/wireless/ |
D | util.c | 431 int ae = flags & MESH_FLAGS_AE; in __ieee80211_get_mesh_hdrlen() local
|
/Linux-v5.4/security/selinux/ |
D | avc.c | 53 struct avc_entry ae; member
|
/Linux-v5.4/drivers/scsi/csiostor/ |
D | csio_lnode.c | 244 struct fc_fdmi_attr_entry *ae = (struct fc_fdmi_attr_entry *)*ptr; in csio_append_attrib() local
|
/Linux-v5.4/drivers/power/supply/ |
D | bq27xxx_battery.c | 1430 int ae; local
|
/Linux-v5.4/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 2583 static const struct ibmvfc_async_desc *ibmvfc_get_ae_desc(u64 ae) in ibmvfc_get_ae_desc()
|
D | ibmvfc.h | 539 enum ibmvfc_async_event ae; member
|