| /Linux-v4.19/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() argument 115 AE(handle, ae).live_ctx_mask = ctx_mask; in qat_hal_set_live_ctx() 120 unsigned char ae, unsigned int csr) in qat_hal_rd_ae_csr() argument 126 value = GET_AE_CSR(handle, ae, csr); in qat_hal_rd_ae_csr() 127 if (!(GET_AE_CSR(handle, ae, LOCAL_CSR_STATUS) & LCS_STATUS)) in qat_hal_rd_ae_csr() 136 unsigned char ae, unsigned int csr, in qat_hal_wr_ae_csr() argument 142 SET_AE_CSR(handle, ae, csr, value); in qat_hal_wr_ae_csr() 143 if (!(GET_AE_CSR(handle, ae, LOCAL_CSR_STATUS) & LCS_STATUS)) in qat_hal_wr_ae_csr() 152 unsigned char ae, unsigned char ctx, in qat_hal_get_wakeup_event() argument [all …]
|
| D | icp_qat_hal.h | 140 #define AE_CSR(handle, ae) \ argument 142 ((ae & handle->hal_handle->ae_mask) << 12)) 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 145 ADF_CSR_WR(AE_CSR_ADDR(handle, ae, csr), 0, val) 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 149 ((ae & handle->hal_handle->ae_mask) << 12)) 150 #define AE_XFER_ADDR(handle, ae, reg) (AE_XFER(handle, ae) + \ argument 152 #define SET_AE_XFER(handle, ae, reg, val) \ argument [all …]
|
| D | qat_uclo.c | 63 unsigned int ae, unsigned int image_num) in qat_uclo_init_ae_data() argument 70 ae_data = &obj_handle->ae_data[ae]; in qat_uclo_init_ae_data() 184 unsigned char ae, unsigned int addr, in qat_uclo_wr_umem_by_words() argument 195 qat_hal_wr_umem(handle, ae, addr++, 1, &outval); in qat_uclo_wr_umem_by_words() 202 unsigned char ae, in qat_uclo_batch_wr_umem() argument 214 ae = umem_init->ae; in qat_uclo_batch_wr_umem() 218 qat_uclo_wr_umem_by_words(handle, ae, addr, value, size); in qat_uclo_batch_wr_umem() 243 unsigned long ae = 0; in qat_uclo_parse_num() local 253 if ((kstrtoul(buf, 10, &ae))) in qat_uclo_parse_num() 256 *num = (unsigned int)ae; in qat_uclo_parse_num() [all …]
|
| D | adf_accel_engine.c | 121 uint32_t ae_ctr, ae, max_aes = GET_MAX_ACCELENGINES(accel_dev); in adf_ae_start() local 126 for (ae = 0, ae_ctr = 0; ae < max_aes; ae++) { in adf_ae_start() 127 if (hw_data->ae_mask & (1 << ae)) { in adf_ae_start() 128 qat_hal_start(loader_data->fw_loader, ae, 0xFF); in adf_ae_start() 142 uint32_t ae_ctr, ae, max_aes = GET_MAX_ACCELENGINES(accel_dev); in adf_ae_stop() local 147 for (ae = 0, ae_ctr = 0; ae < max_aes; ae++) { in adf_ae_stop() 148 if (hw_data->ae_mask & (1 << ae)) { in adf_ae_stop() 149 qat_hal_stop(loader_data->fw_loader, ae, 0xFF); in adf_ae_stop() 159 static int adf_ae_reset(struct adf_accel_dev *accel_dev, int ae) in adf_ae_reset() argument
|
| D | adf_common_drv.h | 180 void qat_hal_start(struct icp_qat_fw_loader_handle *handle, unsigned char ae, 182 void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae, 187 unsigned char ae, unsigned int ctx_mask); 189 unsigned int ae); 191 unsigned char ae, enum icp_qat_uof_regtype lm_type, 194 unsigned char ae, unsigned char mode); 196 unsigned char ae, unsigned char mode); 198 unsigned char ae, unsigned int ctx_mask, unsigned int upc); 200 unsigned char ae, unsigned int uaddr, 202 void qat_hal_wr_umem(struct icp_qat_fw_loader_handle *handle, unsigned char ae, [all …]
|
| 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() argument 158 int offset = ae * ADF_ADMINMSG_LEN * 2; in adf_put_admin_msg_sync() 160 int mb_offset = ae * ADF_DH895XCC_MAILBOX_STRIDE; in adf_put_admin_msg_sync()
|
| /Linux-v4.19/drivers/scsi/lpfc/ |
| D | lpfc_ct.c | 1742 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_wwnn() local 1745 ae = (struct lpfc_fdmi_attr_entry *)&ad->AttrValue; in lpfc_fdmi_hba_attr_wwnn() 1746 memset(ae, 0, sizeof(struct lpfc_name)); in lpfc_fdmi_hba_attr_wwnn() 1748 memcpy(&ae->un.AttrWWN, &vport->fc_sparam.nodeName, in lpfc_fdmi_hba_attr_wwnn() 1759 struct lpfc_fdmi_attr_entry *ae; in lpfc_fdmi_hba_attr_manufacturer() local 1762 ae = (struct lpfc_fdmi_attr_entry *)&ad->AttrValue; in lpfc_fdmi_hba_attr_manufacturer() 1763 memset(ae, 0, 256); in lpfc_fdmi_hba_attr_manufacturer() 1765 strncpy(ae->un.AttrString, in lpfc_fdmi_hba_attr_manufacturer() 1767 sizeof(ae->un.AttrString)); in lpfc_fdmi_hba_attr_manufacturer() 1768 len = strnlen(ae->un.AttrString, in lpfc_fdmi_hba_attr_manufacturer() [all …]
|
| /Linux-v4.19/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() argument 712 esas2r_trace("ae->lu.dwevent: %x", ae->lu.dwevent); in esas2r_lun_event() 713 esas2r_trace("ae->lu.bystate: %x", ae->lu.bystate); in esas2r_lun_event() 719 if (ae->lu.dwevent & VDAAE_LU_LOST) { in esas2r_lun_event() 722 switch (ae->lu.bystate) { in esas2r_lun_event() 738 memcpy(&t->lu_event, &ae->lu, cplen); in esas2r_lun_event() 750 union atto_vda_ae *ae = in esas2r_ae_complete() local 770 last = ae; in esas2r_ae_complete() 773 while (ae < last) { in esas2r_ae_complete() 776 esas2r_trace("ae: %p", ae); in esas2r_ae_complete() [all …]
|
| D | esas2r_main.c | 1447 void esas2r_nuxi_ae_data(union atto_vda_ae *ae) in esas2r_nuxi_ae_data() argument 1449 struct atto_vda_ae_raid *r = &ae->raid; in esas2r_nuxi_ae_data() 1450 struct atto_vda_ae_lu *l = &ae->lu; in esas2r_nuxi_ae_data() 1452 switch (ae->hdr.bytype) { in esas2r_nuxi_ae_data() 1705 struct esas2r_vda_ae *ae = (struct esas2r_vda_ae *)fw_event->data; in esas2r_send_ae_event() local 1708 switch (ae->vda_ae.hdr.bytype) { in esas2r_send_ae_event() 1777 esas2r_log_hexdump(ESAS2R_LOG_WARN, &ae->vda_ae, in esas2r_send_ae_event() 1778 ae->vda_ae.hdr.bylength); in esas2r_send_ae_event() 1837 struct esas2r_vda_ae *ae = in esas2r_queue_fw_event() local 1840 ae->signature = ESAS2R_VDA_EVENT_SIG; in esas2r_queue_fw_event() [all …]
|
| /Linux-v4.19/security/selinux/ |
| D | avc.c | 56 struct avc_entry ae; member 403 node->ae.xp_node->xp.len++; in avc_add_xperms_decision() 408 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision() 447 node->ae.xp_node = dest; in avc_xperms_populate() 505 avc_xperms_free(node->ae.xp_node); in avc_node_free() 519 avc_xperms_free(node->ae.xp_node); in avc_node_kill() 589 node->ae.ssid = ssid; in avc_node_populate() 590 node->ae.tsid = tsid; in avc_node_populate() 591 node->ae.tclass = tclass; in avc_node_populate() 592 memcpy(&node->ae.avd, avd, sizeof(node->ae.avd)); in avc_node_populate() [all …]
|
| /Linux-v4.19/Documentation/devicetree/bindings/net/ |
| D | hisilicon-hns-nic.txt | 7 - ae-handle: accelerator engine handle for hns, 42 - port-idx-in-ae: is the index of port provided by AE. 44 to the CPU. The port-idx-in-ae can be 0 to 5. Here is the diagram: 55 single NIC connected to this switch. In this case, the port-idx-in-ae 73 ae-handle = <&dsaf0>; 74 port-idx-in-ae = <0>;
|
| /Linux-v4.19/arch/powerpc/perf/ |
| D | power7-pmu.c | 163 s64 ae; in power7_get_alternatives() local 170 ae = event_alternatives[i][j]; in power7_get_alternatives() 171 if (ae && ae != event) in power7_get_alternatives() 172 alt[nalt++] = ae; in power7_get_alternatives() 175 ae = find_alternative_decode(event); in power7_get_alternatives() 176 if (ae > 0) in power7_get_alternatives() 177 alt[nalt++] = ae; in power7_get_alternatives()
|
| D | power5+-pmu.c | 280 s64 ae; in power5p_get_alternatives() local 288 ae = event_alternatives[i][j]; in power5p_get_alternatives() 289 if (ae && ae != event) in power5p_get_alternatives() 290 alt[nalt++] = ae; in power5p_get_alternatives() 291 nlim += power5p_limited_pmc_event(ae); in power5p_get_alternatives() 294 ae = find_alternative_bdecode(event); in power5p_get_alternatives() 295 if (ae > 0) in power5p_get_alternatives() 296 alt[nalt++] = ae; in power5p_get_alternatives()
|
| D | power5-pmu.c | 275 s64 ae; in power5_get_alternatives() local 282 ae = event_alternatives[i][j]; in power5_get_alternatives() 283 if (ae && ae != event) in power5_get_alternatives() 284 alt[nalt++] = ae; in power5_get_alternatives() 287 ae = find_alternative_bdecode(event); in power5_get_alternatives() 288 if (ae > 0) in power5_get_alternatives() 289 alt[nalt++] = ae; in power5_get_alternatives()
|
| D | mpc7450-pmu.c | 229 u32 ae; in mpc7450_get_alternatives() local 236 ae = event_alternatives[i][j]; in mpc7450_get_alternatives() 237 if (ae && ae != (u32)event) in mpc7450_get_alternatives() 238 alt[nalt++] = ae; in mpc7450_get_alternatives()
|
| /Linux-v4.19/arch/ia64/kernel/ |
| D | efi.c | 974 u64 as = 0, ae; in find_memmap_space() local 1017 ae = min(contig_high, efi_md_end(md)); in find_memmap_space() 1021 ae = min(ae, max_addr); in find_memmap_space() 1022 if (ae <= as) in find_memmap_space() 1026 if (total_mem + (ae - as) > mem_limit) in find_memmap_space() 1027 ae -= total_mem + (ae - as) - mem_limit; in find_memmap_space() 1029 if (ae <= as) in find_memmap_space() 1032 if (ae - as > space_needed) in find_memmap_space() 1051 u64 as, ae, lim; in efi_memmap_init() local 1134 ae = contig_high; in efi_memmap_init() [all …]
|
| /Linux-v4.19/drivers/misc/mic/host/ |
| D | mic_smpt.c | 103 int ae = 0; in mic_smpt_op() local 115 ae++; in mic_smpt_op() 117 } else if (ae) /* cannot find contiguous entries */ in mic_smpt_op() 120 if (ae == entries) in mic_smpt_op() 125 for (ae = 0, i = 0; i < smpt_info->info.num_reg; i++) { in mic_smpt_op() 126 ae = (smpt_info->entry[i].ref_count == 0) ? ae + 1 : 0; in mic_smpt_op() 127 if (ae == entries) in mic_smpt_op()
|
| /Linux-v4.19/Documentation/scsi/ |
| D | tcm_qla2xxx.txt | 19 echo 1 > /sys/kernel/config/target/qla2xxx/21:00:00:24:ff:27:8f:ae/tpgt_1/attrib/jam_host 22 echo 0 > /sys/kernel/config/target/qla2xxx/21:00:00:24:ff:27:8f:ae/tpgt_1/attrib/jam_host
|
| /Linux-v4.19/lib/ |
| D | test_hexdump.c | 167 int ae, he, e, f, r; in test_hexdump_overflow() local 180 ae = rs * 2 /* hex */ + rs / gs /* spaces */ + 1 /* space */ + len /* ascii */; in test_hexdump_overflow() 184 e = ae; in test_hexdump_overflow()
|
| /Linux-v4.19/arch/arm64/boot/dts/hisilicon/ |
| D | hip06.dtsi | 572 ae-handle = <&dsaf0>; 573 port-idx-in-ae = <4>; 581 ae-handle = <&dsaf0>; 582 port-idx-in-ae = <5>; 590 ae-handle = <&dsaf0>; 591 port-idx-in-ae = <0>; 599 ae-handle = <&dsaf0>; 600 port-idx-in-ae = <1>;
|
| /Linux-v4.19/arch/powerpc/crypto/ |
| D | aes-tab-4k.S | 55 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a) 133 .long R(47, ae, ae, e9), R(10, 08, 08, 18) 147 .long R(ae, 57, 57, f9), R(69, b9, b9, d0) 191 .long R(b1, 64, 77, e0), R(bb, 6b, ae, 84) 210 .long R(dd, 3e, 05, ae), R(4d, e6, bd, 46) 222 .long R(3d, ae, d5, 1e), R(36, 2d, 39, 27) 242 .long R(ae, f9, 32, 11), R(c7, 29, a1, 6d)
|
| /Linux-v4.19/scripts/ |
| D | depmod.sh | 42 set -- -ae -F System.map
|
| /Linux-v4.19/Documentation/devicetree/bindings/iio/magnetometer/ |
| D | bmc150_magn.txt | 3 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf
|
| /Linux-v4.19/drivers/crypto/cavium/cpt/ |
| D | cpt_hw_types.h | 198 u64 ae:8; member 204 u64 ae:8;
|
| /Linux-v4.19/Documentation/devicetree/bindings/iio/accel/ |
| D | bma180.txt | 4 http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf
|