Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/sysdev/qe_lib/
Dqe.c71 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 prop = of_get_property(qe, "reg", &size); in get_qe_base()
87 qebase = of_translate_address(qe, prop); in get_qe_base()
88 of_node_put(qe); in get_qe_base()
168 struct device_node *qe; in qe_get_brg_clk() local
175 qe = of_find_compatible_node(NULL, NULL, "fsl,qe"); in qe_get_brg_clk()
[all …]
DMakefile4 obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_ic.o qe_io.o
/linux-4.1.27/security/integrity/ima/
Dima_queue.c49 struct ima_queue_entry *qe, *ret = NULL; in ima_lookup_digest_entry() local
55 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()
56 rc = memcmp(qe->entry->digest, digest_value, TPM_DIGEST_SIZE); in ima_lookup_digest_entry()
58 ret = qe; in ima_lookup_digest_entry()
73 struct ima_queue_entry *qe; in ima_add_digest_entry() local
76 qe = kmalloc(sizeof(*qe), GFP_KERNEL); in ima_add_digest_entry()
77 if (qe == NULL) { in ima_add_digest_entry()
81 qe->entry = entry; in ima_add_digest_entry()
83 INIT_LIST_HEAD(&qe->later); in ima_add_digest_entry()
84 list_add_tail_rcu(&qe->later, &ima_measurements); in ima_add_digest_entry()
[all …]
Dima_fs.c69 struct ima_queue_entry *qe; in ima_measurements_start() local
73 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start()
76 return qe; in ima_measurements_start()
85 struct ima_queue_entry *qe = v; in ima_measurements_next() local
91 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next()
95 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next()
119 struct ima_queue_entry *qe = v; in ima_measurements_show() local
128 e = qe->entry; in ima_measurements_show()
205 struct ima_queue_entry *qe = v; in ima_ascii_measurements_show() local
211 e = qe->entry; in ima_ascii_measurements_show()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c450 struct list_head *qe; in bna_rxf_mcmac_get() local
452 list_for_each(qe, &rxf->mcast_active_q) { in bna_rxf_mcmac_get()
453 mac = (struct bna_mac *)qe; in bna_rxf_mcmac_get()
458 list_for_each(qe, &rxf->mcast_pending_del_q) { in bna_rxf_mcmac_get()
459 mac = (struct bna_mac *)qe; in bna_rxf_mcmac_get()
471 struct list_head *qe; in bna_rxf_mchandle_get() local
473 list_for_each(qe, &rxf->mcast_handle_q) { in bna_rxf_mchandle_get()
474 mchandle = (struct bna_mcam_handle *)qe; in bna_rxf_mchandle_get()
494 list_add_tail(&mchandle->qe, &rxf->mcast_handle_q); in bna_rxf_mchandle_attach()
517 list_del(&mchandle->qe); in bna_rxf_mcast_del()
[all …]
Dbna.h332 struct list_head *qe; \
334 list_for_each(qe, &__tx_mod->tx_active_q) { \
335 __tx = (struct bna_tx *)qe; \
347 struct list_head *qe; \
349 list_for_each(qe, &__rx_mod->rx_active_q) { \
350 __rx = (struct bna_rx *)qe; \
371 struct list_head *qe; in bna_mac_find() local
372 list_for_each(qe, q) { in bna_mac_find()
373 if (BNA_MAC_IS_EQUAL(((struct bna_mac *)qe)->addr, addr)) { in bna_mac_find()
374 mac = (struct bna_mac *)qe; in bna_mac_find()
Dbna_enet.c1814 bfa_q_qe_init(&ucam_mod->ucmac[i].qe); in bna_ucam_mod_init()
1815 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->free_q); in bna_ucam_mod_init()
1821 bfa_q_qe_init(&ucam_mod->ucmac[i].qe); in bna_ucam_mod_init()
1822 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->del_q); in bna_ucam_mod_init()
1831 struct list_head *qe; in bna_ucam_mod_uninit() local
1835 list_for_each(qe, &ucam_mod->free_q) in bna_ucam_mod_uninit()
1839 list_for_each(qe, &ucam_mod->del_q) in bna_ucam_mod_uninit()
1856 bfa_q_qe_init(&mcam_mod->mcmac[i].qe); in bna_mcam_mod_init()
1857 list_add_tail(&mcam_mod->mcmac[i].qe, &mcam_mod->free_q); in bna_mcam_mod_init()
1865 bfa_q_qe_init(&mcam_mod->mchandle[i].qe); in bna_mcam_mod_init()
[all …]
Dbna_types.h271 struct list_head qe; member
458 struct list_head qe; member
477 struct list_head qe; member
584 struct list_head qe; member
708 struct list_head qe; member
800 struct list_head qe; member
892 struct list_head qe; member
Dbfa_msgq.h55 struct list_head qe; member
Dbfa_msgq.c70 bfa_q_qe_init(&cmdq_ent->qe); in cmdq_sm_stopped_entry()
249 list_del(&cmd->qe); in bfa_msgq_cmdq_ci_update()
640 list_add_tail(&cmd->qe, &msgq->cmdq.pending_q); in bfa_msgq_cmd_post()
Dbfa_ioc.h108 struct list_head qe; member
147 struct list_head qe; member
Dbfa_ioc.c1108 struct list_head *qe; in bfa_ioc_event_notify() local
1110 list_for_each(qe, &ioc->notify_q) { in bfa_ioc_event_notify()
1111 notify = (struct bfa_ioc_notify *)qe; in bfa_ioc_event_notify()
2681 list_add_tail(&cmd->qe, &mod->cmd_q); in bfa_nw_ioc_mbox_queue()
2690 list_add_tail(&cmd->qe, &mod->cmd_q); in bfa_nw_ioc_mbox_queue()
2764 list_add_tail(&notify->qe, &ioc->notify_q); in bfa_nw_ioc_notify_register()
3250 list_add_tail(&flash->ioc_notify.qe, &flash->ioc->notify_q); in bfa_nw_flash_attach()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dqe.txt2 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 …]
Dserial.txt8 - fsl,qe-uart
Dnetwork.txt8 - fsl,qe-enet
Dcpm.txt10 - compatible : "fsl,cpm1", "fsl,cpm2", or "fsl,qe".
/linux-4.1.27/drivers/atm/
Dfirestream.c594 static void submit_qentry (struct fs_dev *dev, struct queue *q, struct FS_QENTRY *qe) in submit_qentry() argument
610 if (qe != cqe) { in submit_qentry()
611 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe); in submit_qentry()
641 struct FS_QENTRY *qe; in submit_queue() local
643 qe = get_qentry (dev, q); in submit_queue()
644 qe->cmd = cmd; in submit_queue()
645 qe->p0 = p1; in submit_queue()
646 qe->p1 = p2; in submit_queue()
647 qe->p2 = p3; in submit_queue()
648 submit_qentry (dev, q, qe); in submit_queue()
[all …]
Dfirestream.h65 #define STATUS_CODE(qe) ((qe->cmd >> 22) & 0x3f) argument
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunqe.c836 struct sunqe *qe; in qec_ether_init() local
848 qe = netdev_priv(dev); in qec_ether_init()
855 qe->channel = i; in qec_ether_init()
856 spin_lock_init(&qe->lock); in qec_ether_init()
862 qecp->qes[qe->channel] = qe; in qec_ether_init()
863 qe->dev = dev; in qec_ether_init()
864 qe->parent = qecp; in qec_ether_init()
865 qe->op = op; in qec_ether_init()
868 qe->qcregs = of_ioremap(&op->resource[0], 0, in qec_ether_init()
870 if (!qe->qcregs) { in qec_ether_init()
[all …]
DKconfig50 This driver supports the "qe" 10baseT Ethernet device, available as
/linux-4.1.27/drivers/scsi/arm/
Dmsgqueue.c58 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()
Dmsgqueue.h29 struct msgqueue_entry *qe; member
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
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";
Dusb.txt4 - compatible : should be "fsl,<chip>-qe-usb", "fsl,mpc8323-qe-usb".
25 compatible = "fsl,mpc8360-qe-usb", "fsl,mpc8323-qe-usb";
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc836x_rdk.dts184 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 …]
Dmpc836x_mds.dts225 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 …]
Dmpc832x_rdb.dts167 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 …]
Dmpc832x_mds.dts251 qe@e0100000 {
254 device_type = "qe";
255 compatible = "fsl,qe";
260 fsl,qe-num-riscs = <1>;
261 fsl,qe-num-snums = <28>;
266 compatible = "fsl,qe-muram", "fsl,cpm-muram";
270 compatible = "fsl,qe-muram-data",
369 compatible = "fsl,qe-ic";
Dkmeter1.dts142 compatible = "fsl,mpc8360-qe-pario-bank",
143 "fsl,mpc8323-qe-pario-bank";
295 qe@100000 {
298 compatible = "fsl,qe";
308 compatible = "fsl,qe-muram", "fsl,cpm-muram";
312 compatible = "fsl,qe-muram-data",
478 compatible = "fsl,qe-ic";
Dmpc8569mds.dts130 compatible = "fsl,mpc8569-qe-pario-bank",
131 "fsl,mpc8323-qe-pario-bank";
138 compatible = "fsl,mpc8569-qe-pario-bank",
139 "fsl,mpc8323-qe-pario-bank";
226 qe: qe@e0080000 { label
232 mode = "cpu-qe";
Dp1025rdb_36b.dts86 qe: qe@fffe80000 { label
Dp1025twr.dts86 qe: qe@ffe80000 { label
Dp1021rdb-pc_32b.dts87 qe: qe@ffe80000 { label
Dp1021rdb-pc_36b.dts87 qe: qe@fffe80000 { label
Dp1025rdb_32b.dts86 qe: qe@ffe80000 { label
Dp1021mds.dts275 qe: qe@ffe80000 { label
Dmpc8568mds.dts189 qe: qe@e0080000 { label
Dp1025twr.dtsi223 &qe {
Dp1025rdb.dtsi308 &qe {
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
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 …]
Dp1021si-post.dtsi179 &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",
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",
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dgtm.txt6 "fsl,<chip>-qe-gtm", "fsl,qe-gtm", "fsl,gtm" for QE GTMs
25 compatible = "fsl,mpc8360-qe-gtm", "fsl,qe-gtm", "fsl,gtm";
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcpim.c33 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 …]
Dbfa_fcs.c1020 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local
1032 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online()
1033 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online()
1042 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local
1050 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline()
1051 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline()
1076 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local
1080 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop()
1081 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop()
1098 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local
[all …]
Dbfa_svc.c470 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in claim_fcxps_mem()
473 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in claim_fcxps_mem()
566 struct list_head *qe, *qen; in bfa_fcxp_iocdisable() local
572 list_for_each_safe(qe, qen, &mod->fcxp_active_q) { in bfa_fcxp_iocdisable()
573 fcxp = (struct bfa_fcxp_s *) qe; in bfa_fcxp_iocdisable()
597 list_add_tail(&fcxp->qe, &fm->fcxp_active_q); in bfa_fcxp_get()
691 list_del(&fcxp->qe); in bfa_fcxp_put()
694 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in bfa_fcxp_put()
696 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in bfa_fcxp_put()
1139 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait()
[all …]
Dbfa_fcs_lport.c186 struct list_head *qe, *qen; in bfa_fcs_lport_sm_online() local
209 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
210 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
225 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
226 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
246 struct list_head *qe, *qen; in bfa_fcs_lport_sm_offline() local
267 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
268 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
280 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
281 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
[all …]
Dbfa.h117 list_add_tail(&(__wqe)->qe, waitq); \
120 #define bfa_reqq_wcancel(__wqe) list_del(&(__wqe)->qe)
126 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
129 #define bfa_cb_dequeue(__hcb_qe) list_del(&(__hcb_qe)->qe)
135 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
142 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \
441 bfa_q_qe_init(&((__qe)->hcb_qe.qe)); \
Dbfa_ioc.h39 struct list_head qe; member
91 struct list_head qe; /* Queue of DMA elements */ member
101 struct list_head qe; /* Queue of KVA elements */ member
117 list_add_tail(&((bfa_mem_dma_t *)_dm_ptr)->qe, \
118 &(_meminfo)->dma_info.qe); \
124 list_add_tail(&((bfa_mem_kva_t *)_kva_ptr)->qe, \
125 &(_meminfo)->kva_info.qe); \
232 struct list_head qe; member
275 struct list_head qe; member
362 struct list_head qe; member
[all …]
Dbfa_svc.h38 struct list_head qe; /* queue sg page element */ member
47 struct list_head qe; /* queue sg page element */ member
163 struct list_head qe; /* fcxp queue element */ member
207 struct list_head qe; member
298 struct list_head qe; /* queue element */ member
326 struct list_head qe; /* queue element */ member
391 struct list_head qe; /* queue element */ member
Dbfa_fcpim.h33 struct list_head qe; /* queue element */ member
168 struct list_head qe; /* queue elememt */ member
200 struct list_head qe; member
222 struct list_head qe; /* queue element */ member
Dbfa_core.c698 struct list_head *waitq, *qe, *qen; in bfa_reqq_resume() local
702 list_for_each_safe(qe, qen, waitq) { in bfa_reqq_resume()
709 list_del(qe); in bfa_reqq_resume()
710 wqe = (struct bfa_reqq_wait_s *) qe; in bfa_reqq_resume()
1771 INIT_LIST_HEAD(&meminfo->dma_info.qe); in bfa_cfg_get_meminfo()
1772 INIT_LIST_HEAD(&meminfo->kva_info.qe); in bfa_cfg_get_meminfo()
1840 list_for_each(dm_qe, &dma_info->qe) { in bfa_attach()
1846 list_for_each(km_qe, &kva_info->qe) { in bfa_attach()
1899 struct list_head *qe; in bfa_comp_process() local
1904 list_for_each_safe(qe, qen, comp_q) { in bfa_comp_process()
[all …]
Dbfa_cs.h197 bfa_q_is_on_q_func(struct list_head *q, struct list_head *qe) in bfa_q_is_on_q_func() argument
203 if (tqe == qe) in bfa_q_is_on_q_func()
Dbfa_fcs.h143 struct list_head qe; /* used by port/vport */ member
183 struct list_head qe; /* queue element */ member
358 struct list_head qe; /* queue elem */ member
428 struct list_head qe; /* used by port/vport */ member
Dbfa_fcs_rport.c1747 struct list_head *qe; in bfa_fcs_rport_plogi_response() local
1788 list_for_each(qe, &rport->port->rport_q) { in bfa_fcs_rport_plogi_response()
1789 twin = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_rport_plogi_response()
1968 struct list_head *qe; in bfa_fcs_rport_gidpn_response() local
1989 list_for_each(qe, &rport->port->rport_q) { in bfa_fcs_rport_gidpn_response()
1990 twin = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_rport_gidpn_response()
2806 struct list_head *qe; in bfa_cb_rport_scn_online() local
2808 list_for_each(qe, &port->rport_q) { in bfa_cb_rport_scn_online()
2809 rp = (struct bfa_fcs_rport_s *) qe; in bfa_cb_rport_scn_online()
2833 struct list_head *qe; in bfa_cb_rport_scn_offline() local
[all …]
Dbfa_ioc.c1321 struct list_head *qe; in bfa_ioc_event_notify() local
1323 list_for_each(qe, &ioc->notify_q) { in bfa_ioc_event_notify()
1324 notify = (struct bfa_ioc_notify_s *)qe; in bfa_ioc_event_notify()
2583 list_add_tail(&cmd->qe, &mod->cmd_q); in bfa_ioc_mbox_queue()
2592 list_add_tail(&cmd->qe, &mod->cmd_q); in bfa_ioc_mbox_queue()
3204 struct list_head *qe, *qe_next; in bfa_timer_beat() local
3210 qe = bfa_q_next(qh); in bfa_timer_beat()
3212 while (qe != qh) { in bfa_timer_beat()
3213 qe_next = bfa_q_next(qe); in bfa_timer_beat()
3215 elem = (struct bfa_timer_s *) qe; in bfa_timer_beat()
[all …]
Dbfad_im.h128 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \
Dbfad.c545 list_for_each(km_qe, &kva_info->qe) { in bfad_hal_mem_release()
551 list_for_each(dm_qe, &dma_info->qe) { in bfad_hal_mem_release()
614 list_for_each(km_qe, &kva_info->qe) { in bfad_hal_mem_alloc()
626 list_for_each(dm_qe, &dma_info->qe) { in bfad_hal_mem_alloc()
1336 list_add_tail(&bfad->aen_list[i].qe, &bfad->free_aen_q); in bfad_pci_probe()
Dbfa_port.c491 list_add_tail(&port->ioc_notify.qe, &port->ioc->notify_q); in bfa_port_attach()
879 list_add_tail(&cee->ioc_notify.qe, &cee->ioc->notify_q); in bfa_cee_attach()
Dbfad_bsg.c506 struct list_head *qe, *qen; in bfad_iocmd_lport_reset_stats() local
521 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfad_iocmd_lport_reset_stats()
522 itnim = (struct bfa_itnim_s *) qe; in bfad_iocmd_lport_reset_stats()
1007 struct list_head *qe, *qen; in bfad_iocmd_fcpim_get_modstats() local
1014 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfad_iocmd_fcpim_get_modstats()
1015 itnim = (struct bfa_itnim_s *) qe; in bfad_iocmd_fcpim_get_modstats()
1029 struct list_head *qe, *qen; in bfad_iocmd_fcpim_clr_modstats() local
1034 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfad_iocmd_fcpim_clr_modstats()
1035 itnim = (struct bfa_itnim_s *) qe; in bfad_iocmd_fcpim_clr_modstats()
Dbfa_defs_svc.h1453 struct list_head qe; member
Dbfad_im.c679 list_add_tail(&aen_entry->qe, &bfad->free_aen_q); in bfad_aen_im_notify_handler()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dipz_pt_fn.h261 u32 qe = *(u8 *)ret; in ipz_eqit_eq_get_inc_valid() local
262 if ((qe >> 7) != (queue->toggle_state & 1)) in ipz_eqit_eq_get_inc_valid()
271 u32 qe = *(u8 *)ret; in ipz_eqit_eq_peek_valid() local
272 if ((qe >> 7) != (queue->toggle_state & 1)) in ipz_eqit_eq_peek_valid()
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio.txt145 compatible = "fsl,qe-pario-bank-a", "fsl,qe-pario-bank";
159 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
213 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
227 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/cpm/
Dusb.txt4 - compatible : "fsl,cpm1-usb", "fsl,cpm2-usb", "fsl,qe-usb"
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h298 u32 qe = *(u8 *)retvalue; in hw_eqit_eq_get_inc_valid() local
299 if ((qe >> 7) == (queue->toggle_state & 1)) in hw_eqit_eq_get_inc_valid()
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dfsl-spi.txt8 - mode : the SPI operation mode, it can be "cpu" or "cpu-qe".
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_debugfs.h304 pword = q->qe[idx].address; in lpfc_debug_dump_qe()
Dlpfc_sli4.h179 union sli4_qe qe[1]; /* array to index entries (must be last) */ member
Dlpfc_sli.c106 temp_wqe = q->qe[q->host_index].wqe; in lpfc_sli4_wq_put()
194 temp_mqe = q->qe[q->host_index].mqe; in lpfc_sli4_mq_put()
255 eqe = q->qe[q->hba_index].eqe; in lpfc_sli4_eq_get()
326 temp_eqe = q->qe[q->host_index].eqe; in lpfc_sli4_eq_release()
372 if (!bf_get_le32(lpfc_cqe_valid, q->qe[q->hba_index].cqe)) in lpfc_sli4_cq_get()
379 cqe = q->qe[q->hba_index].cqe; in lpfc_sli4_cq_get()
422 temp_qe = q->qe[q->host_index].cqe; in lpfc_sli4_cq_release()
468 temp_hrqe = hq->qe[hq->host_index].rqe; in lpfc_sli4_rq_put()
469 temp_drqe = dq->qe[dq->host_index].rqe; in lpfc_sli4_rq_put()
6715 while (bf_get_le32(lpfc_cqe_valid, mcq->qe[idx].cqe)) { in lpfc_sli4_mbox_completions_pending()
[all …]
Dlpfc_debugfs.c2444 pentry = pque->qe[index].address; in lpfc_idiag_queacc_read_qe()
2753 pentry = pque->qe[index].address; in lpfc_idiag_queacc_write()
/linux-4.1.27/
DMAINTAINERS4169 F: arch/powerpc/include/asm/*qe.h