/linux-6.3-rc2/drivers/soc/fsl/qe/ |
A D | qe.c | 60 if (qe) in qe_get_device_node() 61 return qe; in qe_get_device_node() 75 if (!qe) in get_qe_base() 81 of_node_put(qe); in get_qe_base() 169 if (!qe) in qe_get_brg_clk() 175 of_node_put(qe); in qe_get_brg_clk() 310 if (qe) { in qe_snums_init() 586 if (!qe) in qe_get_firmware_info() 591 of_node_put(qe); in qe_get_firmware_info() 623 if (!qe) in qe_get_num_of_risc() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | sched.c | 141 found = qe; in t4_sched_entry_lookup() 182 return qe ? &pi->sched_tbl->tab[qe->param.class] : NULL; in cxgb4_sched_queue_lookup() 200 if (qe) { in t4_sched_queue_unbind() 207 list_del(&qe->list); in t4_sched_queue_unbind() 208 kvfree(qe); in t4_sched_queue_unbind() 229 if (!qe) in t4_sched_queue_bind() 241 qe->cntxt_id = qid; in t4_sched_queue_bind() 242 memcpy(&qe->param, p, sizeof(qe->param)); in t4_sched_queue_bind() 255 kvfree(qe); in t4_sched_queue_bind() 412 class_id = qe->class; in cxgb4_sched_class_bind() [all …]
|
A 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() 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() 143 qe.queue = i; in cxgb4_matchall_tc_bind_queues() 144 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_bind_queues() 154 struct ch_sched_queue qe; in cxgb4_matchall_tc_unbind_queues() local 158 qe.queue = i; in cxgb4_matchall_tc_unbind_queues() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
A D | qe.txt | 16 - compatible : should be "fsl,qe"; 32 "fsl,qe-firmware". 44 qe@e0100000 { 48 compatible = "fsl,qe"; 53 fsl,qe-snums = /bits/ 8 < 95 compatible = "fsl,qe-ic"; 109 "fsl,t1040-qe-si". 125 "fsl,t1040-qe-siram". 166 compatible = "fsl,qe"; 167 qe_firmware:qe-firmware { [all …]
|
/linux-6.3-rc2/security/integrity/ima/ |
A D | ima_queue.c | 51 struct ima_queue_entry *qe, *ret = NULL; in ima_lookup_digest_entry() local 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() 107 list_add_tail_rcu(&qe->later, &ima_measurements); in ima_add_digest_entry() [all …]
|
A 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() 130 struct ima_queue_entry *qe = v; in ima_measurements_show() local 138 e = qe->entry; in ima_measurements_show() 220 struct ima_queue_entry *qe = v; in ima_ascii_measurements_show() local 226 e = qe->entry; in ima_ascii_measurements_show()
|
A D | ima_kexec.c | 21 struct ima_queue_entry *qe; in ima_dump_measurement_list() local 39 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_dump_measurement_list() 42 ima_measurements_show(&file, qe); in ima_dump_measurement_list()
|
/linux-6.3-rc2/drivers/net/ethernet/sun/ |
A D | sunqe.c | 856 qe->channel = i; in qec_ether_init() 863 qecp->qes[qe->channel] = qe; in qec_ether_init() 864 qe->dev = dev; in qec_ether_init() 866 qe->op = op; in qec_ether_init() 887 if (qe->qe_block == NULL || qe->qblock_dvma == 0 || in qec_ether_init() 888 qe->buffers == NULL || qe->buffers_dvma == 0) in qec_ether_init() 892 qe_stop(qe); in qec_ether_init() 913 if (qe->qcregs) in qec_ether_init() 915 if (qe->mregs) in qec_ether_init() 919 qe->qe_block, qe->qblock_dvma); in qec_ether_init() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/ |
A D | bna_tx_rx.c | 910 list_del(&mac->qe); in bna_rx_mcast_delall() 1767 list_del(&rxq->qe); in bna_rxq_get() 1786 list_del(&rxp->qe); in bna_rxp_get() 1826 list_add(&rx->qe, qe); in bna_rx_put() 2495 list_del(&rxp->qe); in bna_rx_destroy() 2523 if (qe == &rx->qe) { in bna_rx_destroy() 2524 list_del(&rx->qe); in bna_rx_destroy() 3207 list_del(&tx->qe); in bna_tx_get() 3228 if (qe == &tx->qe) { in bna_tx_free() 3229 list_del(&tx->qe); in bna_tx_free() [all …]
|
/linux-6.3-rc2/drivers/scsi/arm/ |
A 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.3-rc2/arch/powerpc/boot/dts/fsl/ |
A 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";
|
A 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"; 243 compatible = "fsl,mpc8569-qe-usb", 244 "fsl,mpc8323-qe-usb"; [all …]
|
A 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",
|
A 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-6.3-rc2/arch/powerpc/boot/dts/ |
A D | mpc836x_rdk.dts | 181 "fsl,mpc8323-qe-pario-bank"; 189 "fsl,mpc8323-qe-pario-bank"; 194 qe@100000 { 197 device_type = "qe"; 205 fsl,qe-num-riscs = <2>; 206 fsl,qe-num-snums = <28>; 223 "fsl,qe-gtm", "fsl,gtm"; 232 "fsl,mpc8323-qe-usb"; 252 mode = "cpu-qe"; 261 mode = "cpu-qe"; [all …]
|
A D | mpc836x_mds.dts | 287 qe@e0100000 { 290 device_type = "qe"; 291 compatible = "fsl,qe"; 296 fsl,qe-num-riscs = <2>; 297 fsl,qe-num-snums = <28>; 306 compatible = "fsl,qe-muram-data", 313 compatible = "fsl,mpc8360-qe-gtm", 314 "fsl,qe-gtm", "fsl,gtm"; 340 compatible = "fsl,mpc8360-qe-usb", 341 "fsl,mpc8323-qe-usb"; [all …]
|
A 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.3-rc2/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
A 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";
|
A 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.3-rc2/drivers/scsi/bfa/ |
A D | bfa_fcpim.c | 1026 list_del(&ioim->qe); in bfa_itnim_cleanup() 2047 list_del(&ioim->qe); in bfa_ioim_sm_hcb_free() 2675 list_del(&ioim->qe); in bfa_ioim_notify_cleanup() 2681 list_del(&ioim->qe); in bfa_ioim_notify_cleanup() 2726 list_del(&ioim->qe); in bfa_ioim_delayed_comp() 2984 list_del(&ioim->qe); in bfa_ioim_free() 3321 list_del(&ioim->qe); in bfa_tskim_gather_ios() 3334 list_del(&ioim->qe); in bfa_tskim_gather_ios() 3579 list_del(&tskim->qe); in bfa_tskim_free() 3614 struct list_head *qe; in bfa_tskim_res_recfg() local [all …]
|
A D | bfa_fcs.c | 950 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local 972 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local 1006 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local 1028 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local 1140 list_del(&vport->qe); in bfa_fcs_fabric_delvport() 1153 struct list_head *qe; in bfa_fcs_fabric_vport_lookup() local 1155 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup() 1199 struct list_head *qe; in bfa_fcs_fabric_uf_recv() local 1245 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv() 1458 struct list_head *qe; in bfa_fcs_vf_get_ports() local [all …]
|
A D | bfa_svc.c | 635 list_del(&fcxp->qe); in bfa_fcxp_put() 1095 list_del(&wqe->qe); in bfa_fcxp_walloc_cancel() 1141 struct list_head *qe; in bfa_fcxp_res_recfg() local 1575 list_del(&lps->qe); in bfa_lps_login_rsp() 1592 while (count && qe) { in bfa_lps_no_res() 1597 list_del(&lps->qe); in bfa_lps_no_res() 1600 qe = qe_next; in bfa_lps_no_res() 1654 list_del(&lps->qe); in bfa_lps_free() 1682 list_del(&lps->qe); in bfa_lps_send_login() 5319 list_del(&wqe->qe); in bfa_sgpg_wcancel() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/ |
A 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.3-rc2/tools/perf/ |
A D | builtin-top.c | 896 if (top->qe.rotate) { in perf_top__mmap_read_idx() 898 top->qe.rotate = false; in perf_top__mmap_read_idx() 1082 if (top->qe.in == &top->qe.data[1]) in rotate_queues() 1083 top->qe.in = &top->qe.data[0]; in rotate_queues() 1085 top->qe.in = &top->qe.data[1]; in rotate_queues() 1105 top->qe.rotate = true; in process_thread() 1106 cond_wait(&top->qe.cond, &top->qe.mutex); in process_thread() 1220 top->qe.in = &top->qe.data[0]; in init_process_thread() 1221 mutex_init(&top->qe.mutex); in init_process_thread() 1222 cond_init(&top->qe.cond); in init_process_thread() [all …]
|
/linux-6.3-rc2/drivers/soc/fsl/ |
A D | Makefile | 7 obj-$(CONFIG_QUICC_ENGINE) += qe/ 8 obj-$(CONFIG_CPM) += qe/
|