/Linux-v4.19/drivers/soc/fsl/qe/ |
D | qe.c | 71 struct device_node *qe; in get_qe_base() local 78 qe = of_find_compatible_node(NULL, NULL, "fsl,qe"); in get_qe_base() 79 if (!qe) { in get_qe_base() 80 qe = of_find_node_by_type(NULL, "qe"); in get_qe_base() 81 if (!qe) in get_qe_base() 85 ret = of_address_to_resource(qe, 0, &res); in get_qe_base() 88 of_node_put(qe); in get_qe_base() 169 struct device_node *qe; in qe_get_brg_clk() local 177 qe = of_find_compatible_node(NULL, NULL, "fsl,qe"); in qe_get_brg_clk() 178 if (!qe) { in qe_get_brg_clk() [all …]
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 82 struct sched_queue_entry *qe; in t4_sched_bind_unbind_op() local 84 qe = (struct sched_queue_entry *)arg; in t4_sched_bind_unbind_op() 92 fw_class = bind ? qe->param.class : FW_SCHED_CLS_NONE; in t4_sched_bind_unbind_op() 93 fw_param = (fw_mnem | FW_PARAMS_PARAM_YZ_V(qe->cntxt_id)); in t4_sched_bind_unbind_op() 122 struct sched_queue_entry *qe; in t4_sched_queue_lookup() local 128 list_for_each_entry(qe, &e->queue_list, list) { in t4_sched_queue_lookup() 129 if (qe->cntxt_id == qid) { in t4_sched_queue_lookup() 149 struct sched_queue_entry *qe = NULL; in t4_sched_queue_unbind() local 167 list_for_each_entry(qe, &e->queue_list, list) { in t4_sched_queue_unbind() 172 err = t4_sched_bind_unbind_op(pi, (void *)qe, SCHED_QUEUE, in t4_sched_queue_unbind() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | qe.txt | 2 This represents qe module that is installed on PowerQUICC II Pro. 9 the "root" qe node, using the common properties from there. 10 The description below applies to the qe of MPC8360 and 16 - compatible : should be "fsl,qe"; 20 - fsl,qe-num-riscs: define how many RISC engines the QE has. 21 - fsl,qe-num-snums: define how many serial number(SNUM) the QE can use for the 26 Usage: required only if there is no fsl,qe-firmware child node 31 "fsl,qe-firmware". 38 qe@e0100000 { 42 compatible = "fsl,qe"; [all …]
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_queue.c | 55 struct ima_queue_entry *qe, *ret = NULL; in ima_lookup_digest_entry() local 61 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry() 62 rc = memcmp(qe->entry->digest, digest_value, TPM_DIGEST_SIZE); in ima_lookup_digest_entry() 63 if ((rc == 0) && (qe->entry->pcr == pcr)) { in ima_lookup_digest_entry() 64 ret = qe; in ima_lookup_digest_entry() 99 struct ima_queue_entry *qe; in ima_add_digest_entry() local 102 qe = kmalloc(sizeof(*qe), GFP_KERNEL); in ima_add_digest_entry() 103 if (qe == NULL) { in ima_add_digest_entry() 107 qe->entry = entry; in ima_add_digest_entry() 109 INIT_LIST_HEAD(&qe->later); in ima_add_digest_entry() [all …]
|
D | ima_fs.c | 85 struct ima_queue_entry *qe; in ima_measurements_start() local 89 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start() 92 return qe; in ima_measurements_start() 101 struct ima_queue_entry *qe = v; in ima_measurements_next() local 107 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next() 111 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next() 135 struct ima_queue_entry *qe = v; in ima_measurements_show() local 143 e = qe->entry; in ima_measurements_show() 224 struct ima_queue_entry *qe = v; in ima_ascii_measurements_show() local 230 e = qe->entry; in ima_ascii_measurements_show()
|
D | ima_kexec.c | 24 struct ima_queue_entry *qe; in ima_dump_measurement_list() local 42 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_dump_measurement_list() 45 ima_measurements_show(&file, qe); in ima_dump_measurement_list()
|
/Linux-v4.19/drivers/atm/ |
D | firestream.c | 598 static void submit_qentry (struct fs_dev *dev, struct queue *q, struct FS_QENTRY *qe) in submit_qentry() argument 614 if (qe != cqe) { in submit_qentry() 615 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe); in submit_qentry() 645 struct FS_QENTRY *qe; in submit_queue() local 647 qe = get_qentry (dev, q); in submit_queue() 648 qe->cmd = cmd; in submit_queue() 649 qe->p0 = p1; in submit_queue() 650 qe->p1 = p2; in submit_queue() 651 qe->p2 = p3; in submit_queue() 652 submit_qentry (dev, q, qe); in submit_queue() [all …]
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunqe.c | 837 struct sunqe *qe; in qec_ether_init() local 849 qe = netdev_priv(dev); in qec_ether_init() 856 qe->channel = i; in qec_ether_init() 857 spin_lock_init(&qe->lock); in qec_ether_init() 863 qecp->qes[qe->channel] = qe; in qec_ether_init() 864 qe->dev = dev; in qec_ether_init() 865 qe->parent = qecp; in qec_ether_init() 866 qe->op = op; in qec_ether_init() 869 qe->qcregs = of_ioremap(&op->resource[0], 0, in qec_ether_init() 871 if (!qe->qcregs) { in qec_ether_init() [all …]
|
/Linux-v4.19/drivers/scsi/arm/ |
D | msgqueue.c | 58 msgq->qe = NULL; in msgqueue_initialise() 85 struct msgqueue_entry *mq = msgq->qe; in msgqueue_msglength() 88 for (mq = msgq->qe; mq; mq = mq->next) in msgqueue_msglength() 105 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--); in msgqueue_getmsg() 136 mqp = &msgq->qe; in msgqueue_addmsg() 155 for (mq = msgq->qe; mq; mq = mqnext) { in msgqueue_flush() 159 msgq->qe = NULL; in msgqueue_flush()
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 360 list_for_each_entry(mac, &rxf->mcast_active_q, qe) in bna_rxf_mcmac_get() 364 list_for_each_entry(mac, &rxf->mcast_pending_del_q, qe) in bna_rxf_mcmac_get() 376 list_for_each_entry(mchandle, &rxf->mcast_handle_q, qe) in bna_rxf_mchandle_get() 395 list_add_tail(&mchandle->qe, &rxf->mcast_handle_q); in bna_rxf_mchandle_attach() 418 list_del(&mchandle->qe); in bna_rxf_mcast_del() 435 struct bna_mac, qe); in bna_rxf_mcast_cfg_apply() 437 list_move_tail(&mac->qe, bna_mcam_mod_del_q(rxf->rx->bna)); in bna_rxf_mcast_cfg_apply() 445 struct bna_mac, qe); in bna_rxf_mcast_cfg_apply() 446 list_move_tail(&mac->qe, &rxf->mcast_active_q); in bna_rxf_mcast_cfg_apply() 483 struct bna_mac, qe); in bna_rxf_mcast_cfg_reset() [all …]
|
/Linux-v4.19/arch/powerpc/boot/dts/fsl/ |
D | t1024si-post.dtsi | 43 qe:qe@ffe140000 { label 46 device_type = "qe"; 47 compatible = "fsl,qe"; 50 fsl,qe-num-riscs = <1>; 51 fsl,qe-num-snums = <28>; 65 &qe { 68 compatible = "fsl,qe-ic"; 92 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 96 compatible = "fsl,qe-muram-data", "fsl,cpm-muram-data";
|
D | mpc8569si-post.dtsi | 191 &qe { 194 device_type = "qe"; 195 compatible = "fsl,qe"; 199 fsl,qe-num-riscs = <4>; 200 fsl,qe-num-snums = <46>; 204 compatible = "fsl,qe-ic"; 213 compatible = "fsl,mpc8569-qe-gtm", 214 "fsl,qe-gtm", "fsl,gtm"; 225 compatible = "fsl,mpc8569-qe-spi", "fsl,spi"; 243 compatible = "fsl,mpc8569-qe-usb", [all …]
|
D | p1021si-post.dtsi | 179 &qe { 182 device_type = "qe"; 183 compatible = "fsl,qe"; 184 fsl,qe-num-riscs = <1>; 185 fsl,qe-num-snums = <28>; 189 compatible = "fsl,qe-ic"; 234 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 238 compatible = "fsl,qe-muram-data",
|
D | mpc8568si-post.dtsi | 203 &qe { 206 device_type = "qe"; 207 compatible = "fsl,qe"; 211 fsl,qe-num-riscs = <2>; 212 fsl,qe-num-snums = <28>; 216 compatible = "fsl,qe-ic"; 261 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 265 compatible = "fsl,qe-muram-data",
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | par_io.txt | 31 - compatible : should be "fsl,<chip>-qe-pario-bank", 32 "fsl,mpc8323-qe-pario-bank". 39 compatible = "fsl,mpc8360-qe-pario-bank", 40 "fsl,mpc8323-qe-pario-bank"; 47 compatible = "fsl,mpc8360-qe-pario-bank", 48 "fsl,mpc8323-qe-pario-bank";
|
D | usb.txt | 4 - compatible : should be "fsl,<chip>-qe-usb", "fsl,mpc8323-qe-usb". 24 compatible = "fsl,mpc8360-qe-usb", "fsl,mpc8323-qe-usb";
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | mpc836x_rdk.dts | 184 compatible = "fsl,mpc8360-qe-pario-bank", 185 "fsl,mpc8323-qe-pario-bank"; 192 compatible = "fsl,mpc8360-qe-pario-bank", 193 "fsl,mpc8323-qe-pario-bank"; 198 qe@100000 { 201 device_type = "qe"; 202 compatible = "fsl,qe", "simple-bus"; 209 fsl,qe-num-riscs = <2>; 210 fsl,qe-num-snums = <28>; 215 compatible = "fsl,qe-muram", "fsl,cpm-muram"; [all …]
|
D | mpc836x_mds.dts | 225 compatible = "fsl,mpc8360-qe-pario-bank", 226 "fsl,mpc8323-qe-pario-bank"; 291 qe@e0100000 { 294 device_type = "qe"; 295 compatible = "fsl,qe"; 300 fsl,qe-num-riscs = <2>; 301 fsl,qe-num-snums = <28>; 306 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 310 compatible = "fsl,qe-muram-data", 317 compatible = "fsl,mpc8360-qe-gtm", [all …]
|
D | mpc832x_rdb.dts | 167 compatible = "fsl,mpc8323-qe-pario"; 173 compatible = "fsl,mpc8323-qe-pario-bank"; 223 qe@e0100000 { 226 device_type = "qe"; 227 compatible = "fsl,qe"; 232 fsl,qe-num-riscs = <1>; 233 fsl,qe-num-snums = <28>; 238 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 242 compatible = "fsl,qe-muram-data", 257 mode = "cpu-qe"; [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | fsl,gtm.txt | 6 "fsl,<chip>-qe-gtm", "fsl,qe-gtm", "fsl,gtm" for QE GTMs 24 compatible = "fsl,mpc8360-qe-gtm", "fsl,qe-gtm", "fsl,gtm";
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcpim.c | 33 list_add_tail(&(__itnim)->qe, &(__itnim)->fcpim->itnim_q) 37 list_del(&(__itnim)->qe); \ 94 list_del(&(__ioim)->qe); \ 95 list_add_tail(&(__ioim)->qe, &(__ioim)->fcpim->ioim_comp_q); \ 346 struct list_head *qe, *qen; in bfa_fcpim_iocdisable() local 351 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfa_fcpim_iocdisable() 352 itnim = (struct bfa_itnim_s *) qe; in bfa_fcpim_iocdisable() 433 struct list_head *qe, *qen; in bfa_fcpim_port_iostats() local 438 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfa_fcpim_port_iostats() 439 itnim = (struct bfa_itnim_s *) qe; in bfa_fcpim_port_iostats() [all …]
|
D | bfa_fcs.c | 958 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local 970 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online() 971 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online() 980 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local 988 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline() 989 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline() 1014 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local 1018 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop() 1019 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop() 1036 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local [all …]
|
D | bfa_svc.c | 443 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in claim_fcxps_mem() 446 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in claim_fcxps_mem() 524 struct list_head *qe, *qen; in bfa_fcxp_iocdisable() local 530 list_for_each_safe(qe, qen, &mod->fcxp_active_q) { in bfa_fcxp_iocdisable() 531 fcxp = (struct bfa_fcxp_s *) qe; in bfa_fcxp_iocdisable() 555 list_add_tail(&fcxp->qe, &fm->fcxp_active_q); in bfa_fcxp_get() 649 list_del(&fcxp->qe); in bfa_fcxp_put() 652 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in bfa_fcxp_put() 654 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in bfa_fcxp_put() 1097 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait() [all …]
|
/Linux-v4.19/drivers/soc/fsl/ |
D | Makefile | 6 obj-$(CONFIG_QUICC_ENGINE) += qe/ 7 obj-$(CONFIG_CPM) += qe/
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_args_string.tc | 38 grep -qe "testprobe.* arg1=\"test\"" trace 45 grep -qe "testprobe.* arg1=\"test\" arg2=\"test\"" trace
|