Home
last modified time | relevance | path

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

123

/linux/drivers/soc/fsl/qe/
H A Dqe.c53 struct device_node *qe; in qe_get_device_node() local
59 qe = of_find_compatible_node(NULL, NULL, "fsl,qe"); in qe_get_device_node()
60 if (qe) in qe_get_device_node()
61 return qe; in qe_get_device_node()
67 struct device_node *qe; in get_qe_base() local
74 qe = qe_get_device_node(); in get_qe_base()
75 if (!qe) in get_qe_base()
78 ret = of_address_to_resource(qe, 0, &res); in get_qe_base()
81 of_node_put(qe); in get_qe_base()
164 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.c110 struct ima_queue_entry *qe, *ret = NULL; in ima_add_digest_entry()
118 hlist_for_each_entry_rcu(qe, &htable[key], hnext) { in ima_add_digest_entry()
119 rc = memcmp(qe->entry->digests[ima_hash_algo_idx].digest, in ima_add_digest_entry()
121 if ((rc == 0) && (qe->entry->pcr == pcr)) { in ima_add_digest_entry()
122 ret = qe; in ima_add_digest_entry()
171 struct ima_queue_entry *qe; in ima_add_template_entry()
175 qe = kmalloc_obj(*qe); in ima_add_template_entry()
176 if (qe == NULL) { in ima_add_template_entry()
180 qe in ima_add_template_entry()
58 struct ima_queue_entry *qe, *ret = NULL; ima_lookup_digest_entry() local
103 struct ima_queue_entry *qe; ima_add_digest_entry() local
[all...]
H A Dima_fs.c93 struct ima_queue_entry *qe;
97 list_for_each_entry_rcu(qe, head, later) { in ima_measurements_next()
100 return qe; in ima_measurements_next()
120 struct ima_queue_entry *qe = v;
126 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later);
130 return (&qe->later == head) ? NULL : qe; in ima_measurements_show() local
165 struct ima_queue_entry *qe = v; in ima_measurements_show()
178 e = qe in ima_measurements_show()
80 struct ima_queue_entry *qe; ima_measurements_start() local
96 struct ima_queue_entry *qe = v; ima_measurements_next() local
229 struct ima_queue_entry *qe = v; ima_ascii_measurements_show() local
[all...]
H A Dima_kexec.c84 struct ima_queue_entry *qe) in ima_dump_measurement_list()
90 ima_measurements_show(&ima_kexec_file, qe); in ima_dump_measurement_list()
97 struct ima_queue_entry *qe; in ima_dump_measurement_list()
114 list_for_each_entry(qe, &ima_measurements_staged, later) { in ima_dump_measurement_list()
115 ret = ima_dump_measurement(&khdr, qe); in ima_dump_measurement_list()
120 list_for_each_entry(qe, &ima_measurements, later) { in ima_dump_measurement_list()
122 ret = ima_dump_measurement(&khdr, qe); in ima_dump_measurement_list()
86 struct ima_queue_entry *qe; ima_dump_measurement_list() local
/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/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/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",
H A Dkmcent2.dts313 qe: qe@ffe140000 { label
320 compatible = "fsl,t1040-qe-si";
325 compatible = "fsl,t1040-qe-siram";
/linux/tools/perf/
H A Dbuiltin-top.c895 ret = ordered_events__queue(top->qe.in, event, last_timestamp, 0, NULL); in perf_top__mmap_read_idx()
901 if (top->qe.rotate) { in perf_top__mmap_read_idx()
902 mutex_lock(&top->qe.mutex); in perf_top__mmap_read_idx()
903 top->qe.rotate = false; in perf_top__mmap_read_idx()
904 cond_signal(&top->qe.cond); in perf_top__mmap_read_idx()
905 mutex_unlock(&top->qe.mutex); in perf_top__mmap_read_idx()
1092 struct ordered_events *in = top->qe.in; in rotate_queues()
1094 if (top->qe.in == &top->qe.data[1]) in rotate_queues()
1095 top->qe in rotate_queues()
1144 deliver_event(struct ordered_events * qe,struct ordered_event * qevent) deliver_event() argument
[all...]
/linux/arch/powerpc/boot/dts/
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 Dusb.txt4 - compatible : should be "fsl,<chip>-qe-usb", "fsl,mpc8323-qe-usb".
24 compatible = "fsl,mpc8360-qe-usb", "fsl,mpc8323-qe-usb";
/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 …]
H A Dbfa_fcs_lport.c177 struct list_head *qe, *qen; in bfa_fcs_lport_sm_online() local
200 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
201 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
216 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
217 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
237 struct list_head *qe, *qen; in bfa_fcs_lport_sm_offline() local
258 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
259 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
271 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
272 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
[all …]
/linux/drivers/soc/fsl/
H A DMakefile7 obj-$(CONFIG_QUICC_ENGINE) += qe/
8 obj-$(CONFIG_CPM) += qe/
/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/include/net/
H A Dpkt_cls.h627 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
631 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
632 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr,
634 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
636 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe);
638 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() argument
646 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() argument
650 static inline int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument
657 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() argument
663 static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() argument

123