Home
last modified time | relevance | path

Searched refs:qe (Results 1 – 25 of 70) sorted by relevance

123

/linux/drivers/soc/fsl/qe/
H A Dqe.c54 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/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c82 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 …]
H A Dcxgb4_tc_matchall.c58 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/security/integrity/ima/
H A Dima_queue.c58 struct ima_queue_entry *qe, *ret = NULL; in ima_lookup_digest_entry() local
64 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()
65 rc = memcmp(qe->entry->digests[ima_hash_algo_idx].digest, in ima_lookup_digest_entry()
67 if ((rc == 0) && (qe->entry->pcr == pcr)) { in ima_lookup_digest_entry()
68 ret = qe; in ima_lookup_digest_entry()
103 struct ima_queue_entry *qe; in ima_add_digest_entry() local
106 qe = kmalloc_obj(*qe); in ima_add_digest_entry()
107 if (qe == NULL) { in ima_add_digest_entry()
111 qe->entry = entry; in ima_add_digest_entry()
113 INIT_LIST_HEAD(&qe->later); in ima_add_digest_entry()
[all …]
H A Dima_fs.c80 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
147 e = qe->entry; in ima_measurements_show()
229 struct ima_queue_entry *qe = v; in ima_ascii_measurements_show() local
244 e = qe->entry; in ima_ascii_measurements_show()
/linux/drivers/net/ethernet/sun/
H A Dsunqe.c837 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/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c352 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 …]
H A Dbna_types.h256 struct list_head qe; member
446 struct list_head qe; member
468 struct list_head qe; member
572 struct list_head qe; member
696 struct list_head qe; member
789 struct list_head qe; member
881 struct list_head qe; member
/linux/arch/powerpc/boot/dts/fsl/
H A Dt1024si-post.dtsi43 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";
H A Dmpc8569si-post.dtsi191 &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 …]
H A Dmpc8568si-post.dtsi203 &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",
H A Dp1021si-post.dtsi184 &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/drivers/scsi/arm/
H A Dmsgqueue.c55 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/arch/powerpc/boot/dts/
H A Dmpc836x_rdk.dts180 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 …]
H A Dmpc832x_rdb.dts163 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 …]
H A Dkmeter1.dts138 compatible = "fsl,mpc8360-qe-pario-bank",
139 "fsl,mpc8323-qe-pario-bank";
291 qe@100000 {
294 compatible = "fsl,qe";
304 compatible = "fsl,qe-muram", "fsl,cpm-muram";
308 compatible = "fsl,qe-muram-data",
474 compatible = "fsl,qe-ic";
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dpar_io.txt31 - 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";
H A Dusb.txt4 - compatible : should be "fsl,<chip>-qe-usb", "fsl,mpc8323-qe-usb".
24 compatible = "fsl,mpc8360-qe-usb", "fsl,mpc8323-qe-usb";
/linux/tools/perf/
H A Dbuiltin-top.c896 ret = ordered_events__queue(top->qe.in, event, last_timestamp, 0, NULL); in perf_top__mmap_read_idx()
902 if (top->qe.rotate) { in perf_top__mmap_read_idx()
903 mutex_lock(&top->qe.mutex); in perf_top__mmap_read_idx()
904 top->qe.rotate = false; in perf_top__mmap_read_idx()
905 cond_signal(&top->qe.cond); in perf_top__mmap_read_idx()
906 mutex_unlock(&top->qe.mutex); in perf_top__mmap_read_idx()
1093 struct ordered_events *in = top->qe.in; in rotate_queues()
1095 if (top->qe.in == &top->qe.data[1]) in rotate_queues()
1096 top->qe.in = &top->qe.data[0]; in rotate_queues()
1098 top->qe.in = &top->qe.data[1]; in rotate_queues()
[all …]
/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c950 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 …]
/linux/drivers/soc/fsl/
H A DMakefile7 obj-$(CONFIG_QUICC_ENGINE) += qe/
8 obj-$(CONFIG_CPM) += qe/
/linux/include/net/
H A Dpkt_cls.h615 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
619 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
620 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr,
622 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
624 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe);
626 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() argument
634 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() argument
638 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument
645 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() argument
651 static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() argument
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_char.tc53 grep -qe "testprobe.* arg1='t'" trace
60 grep -qe "testprobe.* arg1='t' arg2={'t','e','s','t'}" trace
H A Dkprobe_args_string.tc53 grep -qe "testprobe.* arg1=\"test\"" trace
60 grep -qe "testprobe.* arg1=\"test\" arg2=\"test\"" trace
/linux/drivers/nvme/host/
H A Drdma.c176 static void nvme_rdma_free_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_free_qe() argument
179 ib_dma_unmap_single(ibdev, qe->dma, capsule_size, dir); in nvme_rdma_free_qe()
180 kfree(qe->data); in nvme_rdma_free_qe()
183 static int nvme_rdma_alloc_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_alloc_qe() argument
186 qe->data = kzalloc(capsule_size, GFP_KERNEL); in nvme_rdma_alloc_qe()
187 if (!qe->data) in nvme_rdma_alloc_qe()
190 qe->dma = ib_dma_map_single(ibdev, qe->data, capsule_size, dir); in nvme_rdma_alloc_qe()
191 if (ib_dma_mapping_error(ibdev, qe->dma)) { in nvme_rdma_alloc_qe()
192 kfree(qe->data); in nvme_rdma_alloc_qe()
193 qe->data = NULL; in nvme_rdma_alloc_qe()
[all …]

123