/linux-6.12.1/drivers/soc/fsl/qe/ |
D | qe.c | 54 struct device_node *qe; in qe_get_device_node() local 60 qe = of_find_compatible_node(NULL, NULL, "fsl,qe"); in qe_get_device_node() 61 if (qe) in qe_get_device_node() 62 return qe; in qe_get_device_node() 68 struct device_node *qe; in get_qe_base() local 75 qe = qe_get_device_node(); in get_qe_base() 76 if (!qe) in get_qe_base() 79 ret = of_address_to_resource(qe, 0, &res); in get_qe_base() 82 of_node_put(qe); in get_qe_base() 162 struct device_node *qe; in qe_get_brg_clk() local [all …]
|
/linux-6.12.1/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() 137 struct sched_queue_entry *qe; in t4_sched_entry_lookup() local 139 list_for_each_entry(qe, &e->entry_list, list) { in t4_sched_entry_lookup() 140 if (qe->cntxt_id == val) { in t4_sched_entry_lookup() 141 found = qe; in t4_sched_entry_lookup() 173 struct sched_queue_entry *qe = NULL; in cxgb4_sched_queue_lookup() local 181 qe = t4_sched_entry_lookup(pi, SCHED_QUEUE, txq->q.cntxt_id); in cxgb4_sched_queue_lookup() [all …]
|
D | cxgb4_tc_matchall.c | 58 struct ch_sched_queue qe; in cxgb4_matchall_egress_validate() local 110 memset(&qe, 0, sizeof(qe)); in cxgb4_matchall_egress_validate() 111 qe.queue = i; in cxgb4_matchall_egress_validate() 113 e = cxgb4_sched_queue_lookup(dev, &qe); in cxgb4_matchall_egress_validate() 127 struct ch_sched_queue qe; in cxgb4_matchall_tc_bind_queues() local 132 qe.queue = i; in cxgb4_matchall_tc_bind_queues() 133 qe.class = tc; in cxgb4_matchall_tc_bind_queues() 134 ret = cxgb4_sched_class_bind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_bind_queues() 143 qe.queue = i; in cxgb4_matchall_tc_bind_queues() 144 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_bind_queues() [all …]
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_queue.c | 51 struct ima_queue_entry *qe, *ret = NULL; in ima_lookup_digest_entry() local 57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry() 58 rc = memcmp(qe->entry->digests[ima_hash_algo_idx].digest, in ima_lookup_digest_entry() 60 if ((rc == 0) && (qe->entry->pcr == pcr)) { in ima_lookup_digest_entry() 61 ret = qe; in ima_lookup_digest_entry() 96 struct ima_queue_entry *qe; in ima_add_digest_entry() local 99 qe = kmalloc(sizeof(*qe), GFP_KERNEL); in ima_add_digest_entry() 100 if (qe == NULL) { in ima_add_digest_entry() 104 qe->entry = entry; in ima_add_digest_entry() 106 INIT_LIST_HEAD(&qe->later); in ima_add_digest_entry() [all …]
|
D | ima_fs.c | 80 struct ima_queue_entry *qe; in ima_measurements_start() local 84 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start() 87 return qe; in ima_measurements_start() 96 struct ima_queue_entry *qe = v; in ima_measurements_next() local 102 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next() 106 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next() 152 struct ima_queue_entry *qe = v; in ima_measurements_show() local 168 e = qe->entry; in ima_measurements_show() 250 struct ima_queue_entry *qe = v; in ima_ascii_measurements_show() local 264 e = qe->entry; in ima_ascii_measurements_show()
|
D | ima_kexec.c | 21 struct ima_queue_entry *qe; in ima_dump_measurement_list() local 40 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_dump_measurement_list() 43 ima_measurements_show(&file, qe); in ima_dump_measurement_list()
|
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 352 list_for_each_entry(mac, &rxf->mcast_active_q, qe) in bna_rxf_mcmac_get() 356 list_for_each_entry(mac, &rxf->mcast_pending_del_q, qe) in bna_rxf_mcmac_get() 368 list_for_each_entry(mchandle, &rxf->mcast_handle_q, qe) in bna_rxf_mchandle_get() 387 list_add_tail(&mchandle->qe, &rxf->mcast_handle_q); in bna_rxf_mchandle_attach() 410 list_del(&mchandle->qe); in bna_rxf_mcast_del() 427 struct bna_mac, qe); in bna_rxf_mcast_cfg_apply() 429 list_move_tail(&mac->qe, bna_mcam_mod_del_q(rxf->rx->bna)); in bna_rxf_mcast_cfg_apply() 437 struct bna_mac, qe); in bna_rxf_mcast_cfg_apply() 438 list_move_tail(&mac->qe, &rxf->mcast_active_q); in bna_rxf_mcast_cfg_apply() 475 struct bna_mac, qe); in bna_rxf_mcast_cfg_reset() [all …]
|
/linux-6.12.1/drivers/scsi/arm/ |
D | msgqueue.c | 55 msgq->qe = NULL; in msgqueue_initialise() 82 struct msgqueue_entry *mq = msgq->qe; in msgqueue_msglength() 85 for (mq = msgq->qe; mq; mq = mq->next) in msgqueue_msglength() 102 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--); in msgqueue_getmsg() 133 mqp = &msgq->qe; in msgqueue_addmsg() 152 for (mq = msgq->qe; mq; mq = mqnext) { in msgqueue_flush() 156 msgq->qe = NULL; in msgqueue_flush()
|
/linux-6.12.1/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 | 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",
|
D | p1021si-post.dtsi | 184 &qe { 187 device_type = "qe"; 188 compatible = "fsl,qe"; 189 fsl,qe-num-riscs = <1>; 190 fsl,qe-num-snums = <28>; 194 compatible = "fsl,qe-ic"; 239 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 243 compatible = "fsl,qe-muram-data",
|
/linux-6.12.1/arch/powerpc/boot/dts/ |
D | mpc836x_rdk.dts | 180 compatible = "fsl,mpc8360-qe-pario-bank", 181 "fsl,mpc8323-qe-pario-bank"; 188 compatible = "fsl,mpc8360-qe-pario-bank", 189 "fsl,mpc8323-qe-pario-bank"; 194 qe@100000 { 197 device_type = "qe"; 198 compatible = "fsl,qe", "simple-bus"; 205 fsl,qe-num-riscs = <2>; 206 fsl,qe-num-snums = <28>; 211 compatible = "fsl,qe-muram", "fsl,cpm-muram"; [all …]
|
D | mpc832x_rdb.dts | 163 compatible = "fsl,mpc8323-qe-pario"; 169 compatible = "fsl,mpc8323-qe-pario-bank"; 219 qe@e0100000 { 222 device_type = "qe"; 223 compatible = "fsl,qe"; 228 fsl,qe-num-riscs = <1>; 229 fsl,qe-num-snums = <28>; 234 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 238 compatible = "fsl,qe-muram-data", 253 mode = "cpu-qe"; [all …]
|
/linux-6.12.1/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-6.12.1/drivers/scsi/bfa/ |
D | bfa_fcpim.c | 25 list_add_tail(&(__itnim)->qe, &(__itnim)->fcpim->itnim_q) 29 list_del(&(__itnim)->qe); \ 71 list_del(&(__ioim)->qe); \ 72 list_add_tail(&(__ioim)->qe, &(__ioim)->fcpim->ioim_comp_q); \ 287 struct list_head *qe, *qen; in bfa_fcpim_iocdisable() local 292 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfa_fcpim_iocdisable() 293 itnim = (struct bfa_itnim_s *) qe; in bfa_fcpim_iocdisable() 374 struct list_head *qe, *qen; in bfa_fcpim_port_iostats() local 379 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfa_fcpim_port_iostats() 380 itnim = (struct bfa_itnim_s *) qe; in bfa_fcpim_port_iostats() [all …]
|
D | bfa_fcs.c | 950 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local 962 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online() 963 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online() 972 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local 980 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline() 981 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline() 1006 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local 1010 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop() 1011 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop() 1028 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local [all …]
|
D | bfa_svc.c | 415 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in claim_fcxps_mem() 418 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in claim_fcxps_mem() 496 struct list_head *qe, *qen; in bfa_fcxp_iocdisable() local 502 list_for_each_safe(qe, qen, &mod->fcxp_active_q) { in bfa_fcxp_iocdisable() 503 fcxp = (struct bfa_fcxp_s *) qe; in bfa_fcxp_iocdisable() 527 list_add_tail(&fcxp->qe, &fm->fcxp_active_q); in bfa_fcxp_get() 621 list_del(&fcxp->qe); in bfa_fcxp_put() 624 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in bfa_fcxp_put() 626 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in bfa_fcxp_put() 1069 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait() [all …]
|
/linux-6.12.1/tools/perf/ |
D | builtin-top.c | 894 ret = ordered_events__queue(top->qe.in, event, last_timestamp, 0, NULL); in perf_top__mmap_read_idx() 900 if (top->qe.rotate) { in perf_top__mmap_read_idx() 901 mutex_lock(&top->qe.mutex); in perf_top__mmap_read_idx() 902 top->qe.rotate = false; in perf_top__mmap_read_idx() 903 cond_signal(&top->qe.cond); in perf_top__mmap_read_idx() 904 mutex_unlock(&top->qe.mutex); in perf_top__mmap_read_idx() 1091 struct ordered_events *in = top->qe.in; in rotate_queues() 1093 if (top->qe.in == &top->qe.data[1]) in rotate_queues() 1094 top->qe.in = &top->qe.data[0]; in rotate_queues() 1096 top->qe.in = &top->qe.data[1]; in rotate_queues() [all …]
|
/linux-6.12.1/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-6.12.1/drivers/soc/fsl/ |
D | Makefile | 7 obj-$(CONFIG_QUICC_ENGINE) += qe/ 8 obj-$(CONFIG_CPM) += qe/
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_args_char.tc | 53 grep -qe "testprobe.* arg1='t'" trace 60 grep -qe "testprobe.* arg1='t' arg2={'t','e','s','t'}" trace
|
D | kprobe_args_string.tc | 53 grep -qe "testprobe.* arg1=\"test\"" trace 60 grep -qe "testprobe.* arg1=\"test\" arg2=\"test\"" trace
|