Searched defs:qe (Results 1 - 25 of 27) sorted by relevance

12

/drivers/scsi/arm/
H A Dmsgqueue.h29 struct msgqueue_entry *qe; member in struct:__anon5178
/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/net/ethernet/brocade/bna/
H A Dbfa_msgq.h54 struct list_head qe; member in struct:bfa_msgq_cmd_entry
H A Dbna.h331 struct list_head *qe; \
333 list_for_each(qe, &__tx_mod->tx_active_q) { \
334 __tx = (struct bna_tx *)qe; \
346 struct list_head *qe; \
348 list_for_each(qe, &__rx_mod->rx_active_q) { \
349 __rx = (struct bna_rx *)qe; \
370 struct list_head *qe; local
371 list_for_each(qe, q) {
372 if (BNA_MAC_IS_EQUAL(((struct bna_mac *)qe)->addr, addr)) {
373 mac = (struct bna_mac *)qe;
[all...]
H A Dbfa_ioc.h107 struct list_head qe; member in struct:bfa_mbox_cmd
146 struct list_head qe; member in struct:bfa_ioc_notify
H A Dbna_enet.c1813 bfa_q_qe_init(&ucam_mod->ucmac[i].qe);
1814 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->free_q);
1820 bfa_q_qe_init(&ucam_mod->ucmac[i].qe);
1821 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->del_q);
1830 struct list_head *qe; local
1834 list_for_each(qe, &ucam_mod->free_q)
1838 list_for_each(qe, &ucam_mod->del_q)
1855 bfa_q_qe_init(&mcam_mod->mcmac[i].qe);
1856 list_add_tail(&mcam_mod->mcmac[i].qe, &mcam_mod->free_q);
1864 bfa_q_qe_init(&mcam_mod->mchandle[i].qe);
1882 struct list_head *qe; local
2110 struct list_head *qe; local
2128 struct list_head *qe; local
[all...]
H A Dbna_tx_rx.c449 struct list_head *qe; local
451 list_for_each(qe, &rxf->mcast_active_q) {
452 mac = (struct bna_mac *)qe;
457 list_for_each(qe, &rxf->mcast_pending_del_q) {
458 mac = (struct bna_mac *)qe;
470 struct list_head *qe; local
472 list_for_each(qe, &rxf->mcast_handle_q) {
473 mchandle = (struct bna_mcam_handle *)qe;
493 list_add_tail(&mchandle->qe, &rxf->mcast_handle_q);
516 list_del(&mchandle->qe);
529 struct list_head *qe; local
579 struct list_head *qe; local
695 struct list_head *qe; local
925 struct list_head *qe; local
994 struct list_head *qe; local
1064 struct list_head *qe; local
1136 struct list_head *qe; local
1175 struct list_head *qe; local
1959 struct list_head *qe = NULL; local
1980 struct list_head *qe = NULL; local
2002 struct list_head *qe = NULL; local
2023 struct list_head *qe; local
2201 struct list_head *qe; local
2218 struct list_head *qe; local
2242 struct list_head *qe; local
2315 struct list_head *qe; local
2739 struct list_head *qe; local
2930 struct list_head *qe; local
3146 struct list_head *qe; local
3374 struct list_head *qe; local
3439 struct list_head *qe; local
3489 struct list_head *qe = NULL; local
3512 struct list_head *qe; local
3587 struct list_head *qe; local
3626 struct list_head *qe; local
3691 struct list_head *qe; local
3836 struct list_head *qe; local
3937 struct list_head *qe; local
3955 struct list_head *qe; local
3972 struct list_head *qe; local
3996 struct list_head *qe; local
4011 struct list_head *qe; local
[all...]
H A Dbfa_ioc.c1107 struct list_head *qe; local
1109 list_for_each(qe, &ioc->notify_q) {
1110 notify = (struct bfa_ioc_notify *)qe;
2680 list_add_tail(&cmd->qe, &mod->cmd_q);
2689 list_add_tail(&cmd->qe, &mod->cmd_q);
2763 list_add_tail(&notify->qe, &ioc->notify_q);
3249 list_add_tail(&flash->ioc_notify.qe, &flash->ioc->notify_q);
H A Dbna_types.h270 struct list_head qe; member in struct:bna_mac
457 struct list_head qe; member in struct:bna_txq
476 struct list_head qe; member in struct:bna_tx
583 struct list_head qe; member in struct:bna_rxq
707 struct list_head qe; member in struct:bna_rxp
799 struct list_head qe; member in struct:bna_rx
891 struct list_head qe; member in struct:bna_mcam_handle
/drivers/net/ethernet/sun/
H A Dsunqe.c463 * so we just run through each qe and check to see who is signaling
653 /* Program the qe with the new filter value. */
836 struct sunqe *qe; local
848 qe = netdev_priv(dev);
855 qe->channel = i;
856 spin_lock_init(&qe->lock);
862 qecp->qes[qe->channel] = qe;
863 qe->dev = dev;
864 qe
[all...]
/drivers/scsi/bfa/
H A Dbfa_cs.h197 bfa_q_is_on_q_func(struct list_head *q, struct list_head *qe) argument
203 if (tqe == qe)
H A Dbfa_fcpim.h33 struct list_head qe; /* queue element */ member in struct:bfa_iotag_s
168 struct list_head qe; /* queue elememt */ member in struct:bfa_ioim_s
200 struct list_head qe; member in struct:bfa_tskim_s
222 struct list_head qe; /* queue element */ member in struct:bfa_itnim_s
H A Dbfa_fcs.c1020 struct list_head *qe, *qen; local
1032 list_for_each_safe(qe, qen, &fabric->vport_q) {
1033 vport = (struct bfa_fcs_vport_s *) qe;
1042 struct list_head *qe, *qen; local
1050 list_for_each_safe(qe, qen, &fabric->vport_q) {
1051 vport = (struct bfa_fcs_vport_s *) qe;
1076 struct list_head *qe, *qen; local
1080 list_for_each_safe(qe, qen, &fabric->vport_q) {
1081 vport = (struct bfa_fcs_vport_s *) qe;
1098 struct list_head *qe, *qe local
1279 struct list_head *qe; local
1325 struct list_head *qe; local
1584 struct list_head *qe; local
[all...]
H A Dbfa_fcs_rport.c1747 struct list_head *qe; local
1788 list_for_each(qe, &rport->port->rport_q) {
1789 twin = (struct bfa_fcs_rport_s *) qe;
1968 struct list_head *qe; local
1989 list_for_each(qe, &rport->port->rport_q) {
1990 twin = (struct bfa_fcs_rport_s *) qe;
2806 struct list_head *qe; local
2808 list_for_each(qe, &port->rport_q) {
2809 rp = (struct bfa_fcs_rport_s *) qe;
2833 struct list_head *qe; local
[all...]
H A Dbfa_core.c698 struct list_head *waitq, *qe, *qen; local
702 list_for_each_safe(qe, qen, waitq) {
709 list_del(qe);
710 wqe = (struct bfa_reqq_wait_s *) qe;
1771 INIT_LIST_HEAD(&meminfo->dma_info.qe);
1772 INIT_LIST_HEAD(&meminfo->kva_info.qe);
1840 list_for_each(dm_qe, &dma_info->qe) {
1846 list_for_each(km_qe, &kva_info->qe) {
1899 struct list_head *qe; local
1904 list_for_each_safe(qe, qe
1919 struct list_head *qe; local
[all...]
H A Dbfad_bsg.c506 struct list_head *qe, *qen; local
521 list_for_each_safe(qe, qen, &fcpim->itnim_q) {
522 itnim = (struct bfa_itnim_s *) qe;
1007 struct list_head *qe, *qen; local
1014 list_for_each_safe(qe, qen, &fcpim->itnim_q) {
1015 itnim = (struct bfa_itnim_s *) qe;
1029 struct list_head *qe, *qen; local
1034 list_for_each_safe(qe, qen, &fcpim->itnim_q) {
1035 itnim = (struct bfa_itnim_s *) qe;
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); \
346 struct list_head *qe, *qen; local
351 list_for_each_safe(qe, qen, &fcpim->itnim_q) {
352 itnim = (struct bfa_itnim_s *) qe;
433 struct list_head *qe, *qen; local
438 list_for_each_safe(qe, qen, &fcpim->itnim_q) {
439 itnim = (struct bfa_itnim_s *) qe;
475 struct list_head *qe, *qen; local
977 struct list_head *qe, *qen; local
1023 struct list_head *qe, *qen; local
1219 struct list_head *qe, *qen; local
3320 struct list_head *qe, *qen; local
3373 struct list_head *qe, *qen; local
3471 struct list_head *qe, *qen; local
3627 struct list_head *qe; local
3775 struct list_head *qe; local
[all...]
H A Dbfa_fcs.h143 struct list_head qe; /* used by port/vport */ member in struct:bfa_fcs_lport_s
183 struct list_head qe; /* queue element */ member in struct:bfa_fcs_fabric_s
358 struct list_head qe; /* queue elem */ member in struct:bfa_fcs_vport_s
428 struct list_head qe; /* used by port/vport */ member in struct:bfa_fcs_rport_s
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
163 struct list_head qe; /* fcxp queue element */ member in struct:bfa_fcxp_s
207 struct list_head qe; member in struct:bfa_fcxp_wqe_s
298 struct list_head qe; /* queue element */ member in struct:bfa_rport_s
326 struct list_head qe; /* queue element */ member in struct:bfa_uf_s
391 struct list_head qe; /* queue element */ member in struct:bfa_lps_s
H A Dbfa_fcs_lport.c186 struct list_head *qe, *qen; local
209 list_for_each_safe(qe, qen, &port->rport_q) {
210 rport = (struct bfa_fcs_rport_s *) qe;
225 list_for_each_safe(qe, qen, &port->rport_q) {
226 rport = (struct bfa_fcs_rport_s *) qe;
246 struct list_head *qe, *qen; local
267 list_for_each_safe(qe, qen, &port->rport_q) {
268 rport = (struct bfa_fcs_rport_s *) qe;
280 list_for_each_safe(qe, qen, &port->rport_q) {
281 rport = (struct bfa_fcs_rport_s *) qe;
672 struct list_head *qe, *qen; local
899 struct list_head *qe; local
918 struct list_head *qe; local
937 struct list_head *qe; local
956 struct list_head *qe; local
976 struct list_head *qe; local
5036 struct list_head *qe; local
5553 struct list_head *qe; local
5606 struct list_head *qe, *qe_next; local
5725 struct list_head *qh, *qe; local
5773 struct list_head *qh, *qe; local
5823 struct list_head *qh, *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
362 struct list_head qe; member in struct:bfa_reqq_wait_s
373 struct list_head qe; member in struct:bfa_cb_qe_s
[all...]
H A Dbfa_ioc.c1321 struct list_head *qe; local
1323 list_for_each(qe, &ioc->notify_q) {
1324 notify = (struct bfa_ioc_notify_s *)qe;
2583 list_add_tail(&cmd->qe, &mod->cmd_q);
2592 list_add_tail(&cmd->qe, &mod->cmd_q);
3204 struct list_head *qe, *qe_next; local
3210 qe = bfa_q_next(qh);
3212 while (qe != qh) {
3213 qe_next = bfa_q_next(qe);
3215 elem = (struct bfa_timer_s *) 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/net/ethernet/ibm/ehea/
H A Dehea_qmr.h298 u32 qe = *(u8 *)retvalue; local
299 if ((qe >> 7) == (queue->toggle_state & 1))
/drivers/scsi/lpfc/
H A Dlpfc_sli4.h179 union sli4_qe qe[1]; /* array to index entries (must be last) */ member in struct:lpfc_queue

Completed in 909 milliseconds

12