Searched refs:qe (Results 1 - 25 of 45) sorted by relevance

12

/drivers/scsi/arm/
H A Dmsgqueue.c58 msgq->qe = NULL;
85 struct msgqueue_entry *mq = msgq->qe;
88 for (mq = msgq->qe; mq; mq = mq->next)
105 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--);
136 mqp = &msgq->qe;
155 for (mq = msgq->qe; mq; mq = mqnext) {
159 msgq->qe = NULL;
H A Dmsgqueue.h29 struct msgqueue_entry *qe; member in struct:__anon4151
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c453 struct list_head *qe; local
455 list_for_each(qe, &rxf->mcast_active_q) {
456 mac = (struct bna_mac *)qe;
461 list_for_each(qe, &rxf->mcast_pending_del_q) {
462 mac = (struct bna_mac *)qe;
474 struct list_head *qe; local
476 list_for_each(qe, &rxf->mcast_handle_q) {
477 mchandle = (struct bna_mcam_handle *)qe;
497 list_add_tail(&mchandle->qe, &rxf->mcast_handle_q);
520 list_del(&mchandle->qe);
533 struct list_head *qe; local
583 struct list_head *qe; local
699 struct list_head *qe; local
913 struct list_head *qe; local
1006 struct list_head *qe; local
1045 struct list_head *qe; local
1794 struct list_head *qe = NULL; local
1815 struct list_head *qe = NULL; local
1837 struct list_head *qe = NULL; local
1858 struct list_head *qe; local
2015 struct list_head *qe; local
2032 struct list_head *qe; local
2056 struct list_head *qe; local
2129 struct list_head *qe; local
2546 struct list_head *qe; local
2713 struct list_head *qe; local
2930 struct list_head *qe; local
3158 struct list_head *qe; local
3223 struct list_head *qe; local
3263 struct list_head *qe = NULL; local
3286 struct list_head *qe; local
3361 struct list_head *qe; local
3400 struct list_head *qe; local
3465 struct list_head *qe; local
3617 struct list_head *qe; local
3718 struct list_head *qe; local
3736 struct list_head *qe; local
3753 struct list_head *qe; local
3777 struct list_head *qe; local
3792 struct list_head *qe; local
[all...]
H A Dbna_types.h277 struct list_head qe; member in struct:bna_mac
485 struct list_head qe; member in struct:bna_txq
504 struct list_head qe; member in struct:bna_tx
616 struct list_head qe; member in struct:bna_rxq
729 struct list_head qe; member in struct:bna_rxp
821 struct list_head qe; member in struct:bna_rx
916 struct list_head qe; member in struct:bna_mcam_handle
H A Dbna.h333 struct list_head *qe; \
335 list_for_each(qe, &__tx_mod->tx_active_q) { \
336 __tx = (struct bna_tx *)qe; \
348 struct list_head *qe; \
350 list_for_each(qe, &__rx_mod->rx_active_q) { \
351 __rx = (struct bna_rx *)qe; \
368 struct list_head *qe; local
369 list_for_each(qe, q) {
370 if (BNA_MAC_IS_EQUAL(((struct bna_mac *)qe)->addr, addr)) {
371 mac = (struct bna_mac *)qe;
[all...]
H A Dbna_enet.c1808 bfa_q_qe_init(&ucam_mod->ucmac[i].qe);
1809 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->free_q);
1818 struct list_head *qe; local
1821 list_for_each(qe, &ucam_mod->free_q)
1838 bfa_q_qe_init(&mcam_mod->mcmac[i].qe);
1839 list_add_tail(&mcam_mod->mcmac[i].qe, &mcam_mod->free_q);
1847 bfa_q_qe_init(&mcam_mod->mchandle[i].qe);
1848 list_add_tail(&mcam_mod->mchandle[i].qe,
1858 struct list_head *qe; local
1862 list_for_each(qe,
2083 struct list_head *qe; local
2102 struct list_head *qe; local
2121 struct list_head *qe; local
[all...]
H A Dbfa_msgq.h54 struct list_head qe; member in struct:bfa_msgq_cmd_entry
H A Dbfa_ioc.h116 struct list_head qe; member in struct:bfa_mbox_cmd
161 struct list_head qe; member in struct:bfa_ioc_notify
H A Dbfa_msgq.c71 bfa_q_qe_init(&cmdq_ent->qe);
250 list_del(&cmd->qe);
641 list_add_tail(&cmd->qe, &msgq->cmdq.pending_q);
/drivers/net/ethernet/sun/
H A Dsunqe.c466 * so we just run through each qe and check to see who is signaling
656 /* Program the qe with the new filter value. */
838 struct sunqe *qe; local
850 qe = netdev_priv(dev);
857 qe->channel = i;
858 spin_lock_init(&qe->lock);
864 qecp->qes[qe->channel] = qe;
865 qe->dev = dev;
866 qe
[all...]
/drivers/atm/
H A Dfirestream.c594 static void submit_qentry (struct fs_dev *dev, struct queue *q, struct FS_QENTRY *qe) argument
600 still the same as the value passed as qe... -- REW */
610 if (qe != cqe) {
611 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe);
641 struct FS_QENTRY *qe; local
643 qe = get_qentry (dev, q);
644 qe->cmd = cmd;
645 qe->p0 = p1;
646 qe->p1 = p2;
647 qe
680 struct FS_QENTRY *qe; local
707 struct FS_QENTRY *qe; local
776 struct FS_QENTRY *qe; local
1477 struct FS_BPENTRY *qe, *ne; local
[all...]
/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.h261 u32 qe = *(u8 *)ret; local
262 if ((qe >> 7) != (queue->toggle_state & 1))
271 u32 qe = *(u8 *)ret; local
272 if ((qe >> 7) != (queue->toggle_state & 1))
/drivers/scsi/bfa/
H A 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); \
345 struct list_head *qe, *qen; local
350 list_for_each_safe(qe, qen, &fcpim->itnim_q) {
351 itnim = (struct bfa_itnim_s *) qe;
432 struct list_head *qe, *qen; local
437 list_for_each_safe(qe, qen, &fcpim->itnim_q) {
438 itnim = (struct bfa_itnim_s *) qe;
474 struct list_head *qe, *qen; local
976 struct list_head *qe, *qen; local
1022 struct list_head *qe, *qen; local
1218 struct list_head *qe, *qen; local
3308 struct list_head *qe, *qen; local
3361 struct list_head *qe, *qen; local
3459 struct list_head *qe, *qen; local
3613 struct list_head *qe; local
3762 struct list_head *qe; local
[all...]
H A Dbfa_fcs.c872 struct list_head *qe, *qen; local
884 list_for_each_safe(qe, qen, &fabric->vport_q) {
885 vport = (struct bfa_fcs_vport_s *) qe;
894 struct list_head *qe, *qen; local
902 list_for_each_safe(qe, qen, &fabric->vport_q) {
903 vport = (struct bfa_fcs_vport_s *) qe;
962 struct list_head *qe, *qen; local
964 list_for_each_safe(qe, qen, &fabric->vport_q) {
965 vport = (struct bfa_fcs_vport_s *) qe;
1096 list_add_tail(&vport->qe,
1123 struct list_head *qe; local
1169 struct list_head *qe; local
1420 struct list_head *qe; local
[all...]
H A Dbfa_svc.c453 list_add_tail(&fcxp->qe, &mod->fcxp_free_q);
542 struct list_head *qe, *qen; local
547 list_for_each_safe(qe, qen, &mod->fcxp_active_q) {
548 fcxp = (struct bfa_fcxp_s *) qe;
569 list_add_tail(&fcxp->qe, &fm->fcxp_active_q);
659 list_del(&fcxp->qe);
660 list_add_tail(&fcxp->qe, &mod->fcxp_free_q);
1097 list_add_tail(&wqe->qe, &mod->wait_q);
1106 list_del(&wqe->qe);
1152 struct list_head *qe; local
1526 struct list_head *qe, *qen; local
1601 struct list_head *qe, *qe_next; local
3125 struct list_head *qe, *qen; local
3204 struct list_head *qe, *qen; local
4508 struct list_head *qe, *qen; local
4677 struct list_head *qe; local
5223 struct list_head *qe, *qen; local
5296 struct list_head *qe; local
[all...]
H A Dbfa_ioc.h39 struct list_head qe; member in struct:bfa_timer_s
91 struct list_head qe; /* Queue of DMA elements */ member in struct:bfa_mem_dma_s
101 struct list_head qe; /* Queue of KVA elements */ member in struct:bfa_mem_kva_s
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 in struct:bfa_mbox_cmd_s
275 struct list_head qe; member in struct:bfa_ioc_notify_s
356 struct list_head qe; member in struct:bfa_reqq_wait_s
367 struct list_head qe; member in struct:bfa_cb_qe_s
[all...]
H A 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)); \
H A Dbfa_svc.h38 struct list_head qe; /* queue sg page element */ member in struct:bfa_sgpg_wqe_s
47 struct list_head qe; /* queue sg page element */ member in struct:bfa_sgpg_s
160 struct list_head qe; /* fcxp queue element */ member in struct:bfa_fcxp_s
203 struct list_head qe; member in struct:bfa_fcxp_wqe_s
294 struct list_head qe; /* queue element */ member in struct:bfa_rport_s
322 struct list_head qe; /* queue element */ member in struct:bfa_uf_s
387 struct list_head qe; /* queue element */ member in struct:bfa_lps_s
H A Dbfa_fcs_lport.c150 struct list_head *qe, *qen; local
171 list_for_each_safe(qe, qen, &port->rport_q) {
172 rport = (struct bfa_fcs_rport_s *) qe;
187 list_for_each_safe(qe, qen, &port->rport_q) {
188 rport = (struct bfa_fcs_rport_s *) qe;
208 struct list_head *qe, *qen; local
227 list_for_each_safe(qe, qen, &port->rport_q) {
228 rport = (struct bfa_fcs_rport_s *) qe;
240 list_for_each_safe(qe, qen, &port->rport_q) {
241 rport = (struct bfa_fcs_rport_s *) qe;
630 struct list_head *qe, *qen; local
848 struct list_head *qe; local
867 struct list_head *qe; local
886 struct list_head *qe; local
4731 struct list_head *qe, *qe_next; local
4850 struct list_head *qh, *qe; local
4898 struct list_head *qh, *qe; local
4942 struct list_head *qh, *qe; local
[all...]
H A Dbfa_fcpim.h33 struct list_head qe; /* queue element */ member in struct:bfa_iotag_s
164 struct list_head qe; /* queue elememt */ member in struct:bfa_ioim_s
196 struct list_head qe; member in struct:bfa_tskim_s
218 struct list_head qe; /* queue element */ member in struct:bfa_itnim_s
H A Dbfa_core.c635 struct list_head *waitq, *qe, *qen; local
639 list_for_each_safe(qe, qen, waitq) {
646 list_del(qe);
647 wqe = (struct bfa_reqq_wait_s *) qe;
1699 INIT_LIST_HEAD(&meminfo->dma_info.qe);
1700 INIT_LIST_HEAD(&meminfo->kva_info.qe);
1766 list_for_each(dm_qe, &dma_info->qe) {
1772 list_for_each(km_qe, &kva_info->qe) {
1824 struct list_head *qe; local
1829 list_for_each_safe(qe, qe
1844 struct list_head *qe; local
[all...]
H A Dbfa_fcs.h141 struct list_head qe; /* used by port/vport */ member in struct:bfa_fcs_lport_s
180 struct list_head qe; /* queue element */ member in struct:bfa_fcs_fabric_s
348 struct list_head qe; /* queue elem */ member in struct:bfa_fcs_vport_s
417 struct list_head qe; /* used by port/vport */ member in struct:bfa_fcs_rport_s
H A Dbfad_im.h127 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \
H A Dbfa_cs.h197 bfa_q_is_on_q_func(struct list_head *q, struct list_head *qe) argument
203 if (tqe == qe)
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h298 u32 qe = *(u8 *)retvalue; local
299 if ((qe >> 7) == (queue->toggle_state & 1))

Completed in 1771 milliseconds

12