/drivers/soc/fsl/qe/ |
D | qe.c | 71 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 ret = of_address_to_resource(qe, 0, &res); in get_qe_base() 88 of_node_put(qe); in get_qe_base() 171 struct device_node *qe; in qe_get_brg_clk() local 179 qe = of_find_compatible_node(NULL, NULL, "fsl,qe"); in qe_get_brg_clk() 180 if (!qe) { in qe_get_brg_clk() [all …]
|
D | Makefile | 4 obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_common.o qe_ic.o qe_io.o
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 82 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() 122 struct sched_queue_entry *qe; in t4_sched_queue_lookup() local 128 list_for_each_entry(qe, &e->queue_list, list) { in t4_sched_queue_lookup() 129 if (qe->cntxt_id == qid) { in t4_sched_queue_lookup() 149 struct sched_queue_entry *qe = NULL; in t4_sched_queue_unbind() local 167 list_for_each_entry(qe, &e->queue_list, list) { in t4_sched_queue_unbind() 172 err = t4_sched_bind_unbind_op(pi, (void *)qe, SCHED_QUEUE, in t4_sched_queue_unbind() [all …]
|
/drivers/atm/ |
D | firestream.c | 598 static void submit_qentry (struct fs_dev *dev, struct queue *q, struct FS_QENTRY *qe) in submit_qentry() argument 614 if (qe != cqe) { in submit_qentry() 615 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe); in submit_qentry() 645 struct FS_QENTRY *qe; in submit_queue() local 647 qe = get_qentry (dev, q); in submit_queue() 648 qe->cmd = cmd; in submit_queue() 649 qe->p0 = p1; in submit_queue() 650 qe->p1 = p2; in submit_queue() 651 qe->p2 = p3; in submit_queue() 652 submit_qentry (dev, q, qe); in submit_queue() [all …]
|
D | firestream.h | 65 #define STATUS_CODE(qe) ((qe->cmd >> 22) & 0x3f) argument
|
/drivers/net/ethernet/sun/ |
D | sunqe.c | 837 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 …]
|
/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 360 list_for_each_entry(mac, &rxf->mcast_active_q, qe) in bna_rxf_mcmac_get() 364 list_for_each_entry(mac, &rxf->mcast_pending_del_q, qe) in bna_rxf_mcmac_get() 376 list_for_each_entry(mchandle, &rxf->mcast_handle_q, qe) in bna_rxf_mchandle_get() 395 list_add_tail(&mchandle->qe, &rxf->mcast_handle_q); in bna_rxf_mchandle_attach() 418 list_del(&mchandle->qe); in bna_rxf_mcast_del() 435 struct bna_mac, qe); in bna_rxf_mcast_cfg_apply() 437 list_move_tail(&mac->qe, bna_mcam_mod_del_q(rxf->rx->bna)); in bna_rxf_mcast_cfg_apply() 445 struct bna_mac, qe); in bna_rxf_mcast_cfg_apply() 446 list_move_tail(&mac->qe, &rxf->mcast_active_q); in bna_rxf_mcast_cfg_apply() 483 struct bna_mac, qe); in bna_rxf_mcast_cfg_reset() [all …]
|
D | bna_types.h | 264 struct list_head qe; member 448 struct list_head qe; member 467 struct list_head qe; member 571 struct list_head qe; member 695 struct list_head qe; member 782 struct list_head qe; member 874 struct list_head qe; member
|
D | bfa_msgq.c | 70 struct bfa_msgq_cmd_entry, qe); in cmdq_sm_stopped_entry() 71 list_del(&cmdq_ent->qe); in cmdq_sm_stopped_entry() 247 struct bfa_msgq_cmd_entry, qe); in bfa_msgq_cmdq_ci_update() 250 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()
|
D | bna_enet.c | 1796 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->free_q); in bna_ucam_mod_init() 1801 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->del_q); in bna_ucam_mod_init() 1823 list_add_tail(&mcam_mod->mcmac[i].qe, &mcam_mod->free_q); in bna_mcam_mod_init() 1830 list_add_tail(&mcam_mod->mchandle[i].qe, in bna_mcam_mod_init() 1836 list_add_tail(&mcam_mod->mcmac[i].qe, &mcam_mod->del_q); in bna_mcam_mod_init() 2062 mac = list_first_entry_or_null(head, struct bna_mac, qe); in bna_cam_mod_mac_get() 2064 list_del(&mac->qe); in bna_cam_mod_mac_get() 2075 struct bna_mcam_handle, qe); in bna_mcam_mod_handle_get() 2077 list_del(&handle->qe); in bna_mcam_mod_handle_get() 2086 list_add_tail(&handle->qe, &mcam_mod->free_handle_q); in bna_mcam_mod_handle_put()
|
D | bna.h | 215 list_for_each_entry(__tx, &__tx_mod->tx_active_q, qe) { \ 228 list_for_each_entry(__rx, &__rx_mod->rx_active_q, qe) { \ 250 list_for_each_entry(mac, q, qe) in bna_mac_find()
|
/drivers/scsi/arm/ |
D | msgqueue.c | 58 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()
|
D | msgqueue.h | 29 struct msgqueue_entry *qe; member
|
/drivers/scsi/bfa/ |
D | bfa_fcpim.c | 34 list_add_tail(&(__itnim)->qe, &(__itnim)->fcpim->itnim_q) 38 list_del(&(__itnim)->qe); \ 95 list_del(&(__ioim)->qe); \ 96 list_add_tail(&(__ioim)->qe, &(__ioim)->fcpim->ioim_comp_q); \ 347 struct list_head *qe, *qen; in bfa_fcpim_iocdisable() local 352 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfa_fcpim_iocdisable() 353 itnim = (struct bfa_itnim_s *) qe; in bfa_fcpim_iocdisable() 434 struct list_head *qe, *qen; in bfa_fcpim_port_iostats() local 439 list_for_each_safe(qe, qen, &fcpim->itnim_q) { in bfa_fcpim_port_iostats() 440 itnim = (struct bfa_itnim_s *) qe; in bfa_fcpim_port_iostats() [all …]
|
D | bfa_fcs.c | 1021 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local 1033 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online() 1034 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online() 1043 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local 1051 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline() 1052 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline() 1077 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local 1081 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop() 1082 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop() 1099 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local [all …]
|
D | bfa_svc.c | 471 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in claim_fcxps_mem() 474 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in claim_fcxps_mem() 567 struct list_head *qe, *qen; in bfa_fcxp_iocdisable() local 573 list_for_each_safe(qe, qen, &mod->fcxp_active_q) { in bfa_fcxp_iocdisable() 574 fcxp = (struct bfa_fcxp_s *) qe; in bfa_fcxp_iocdisable() 598 list_add_tail(&fcxp->qe, &fm->fcxp_active_q); in bfa_fcxp_get() 692 list_del(&fcxp->qe); in bfa_fcxp_put() 695 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in bfa_fcxp_put() 697 list_add_tail(&fcxp->qe, &mod->fcxp_rsp_free_q); in bfa_fcxp_put() 1140 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait() [all …]
|
D | bfa_fcs_lport.c | 187 struct list_head *qe, *qen; in bfa_fcs_lport_sm_online() local 210 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online() 211 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online() 226 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online() 227 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online() 247 struct list_head *qe, *qen; in bfa_fcs_lport_sm_offline() local 268 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline() 269 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline() 281 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline() 282 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline() [all …]
|
D | bfa.h | 118 list_add_tail(&(__wqe)->qe, waitq); \ 121 #define bfa_reqq_wcancel(__wqe) list_del(&(__wqe)->qe) 127 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 130 #define bfa_cb_dequeue(__hcb_qe) list_del(&(__hcb_qe)->qe) 136 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 143 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 442 bfa_q_qe_init(&((__qe)->hcb_qe.qe)); \
|
D | bfa_ioc.h | 40 struct list_head qe; member 92 struct list_head qe; /* Queue of DMA elements */ member 102 struct list_head qe; /* Queue of KVA elements */ member 118 list_add_tail(&((bfa_mem_dma_t *)_dm_ptr)->qe, \ 119 &(_meminfo)->dma_info.qe); \ 125 list_add_tail(&((bfa_mem_kva_t *)_kva_ptr)->qe, \ 126 &(_meminfo)->kva_info.qe); \ 233 struct list_head qe; member 276 struct list_head qe; member 363 struct list_head qe; member [all …]
|
D | bfa_svc.h | 39 struct list_head qe; /* queue sg page element */ member 48 struct list_head qe; /* queue sg page element */ member 164 struct list_head qe; /* fcxp queue element */ member 208 struct list_head qe; member 299 struct list_head qe; /* queue element */ member 327 struct list_head qe; /* queue element */ member 392 struct list_head qe; /* queue element */ member
|
D | bfa_fcpim.h | 34 struct list_head qe; /* queue element */ member 169 struct list_head qe; /* queue elememt */ member 201 struct list_head qe; member 223 struct list_head qe; /* queue element */ member
|
D | bfa_core.c | 718 struct list_head *waitq, *qe, *qen; in bfa_reqq_resume() local 722 list_for_each_safe(qe, qen, waitq) { in bfa_reqq_resume() 729 list_del(qe); in bfa_reqq_resume() 730 wqe = (struct bfa_reqq_wait_s *) qe; in bfa_reqq_resume() 1791 INIT_LIST_HEAD(&meminfo->dma_info.qe); in bfa_cfg_get_meminfo() 1792 INIT_LIST_HEAD(&meminfo->kva_info.qe); in bfa_cfg_get_meminfo() 1860 list_for_each(dm_qe, &dma_info->qe) { in bfa_attach() 1866 list_for_each(km_qe, &kva_info->qe) { in bfa_attach() 1919 struct list_head *qe; in bfa_comp_process() local 1924 list_for_each_safe(qe, qen, comp_q) { in bfa_comp_process() [all …]
|
/drivers/soc/fsl/ |
D | Makefile | 6 obj-$(CONFIG_QUICC_ENGINE) += qe/ 7 obj-$(CONFIG_CPM) += qe/
|
/drivers/nvme/host/ |
D | rdma.c | 185 static void nvme_rdma_free_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_free_qe() argument 188 ib_dma_unmap_single(ibdev, qe->dma, capsule_size, dir); in nvme_rdma_free_qe() 189 kfree(qe->data); in nvme_rdma_free_qe() 192 static int nvme_rdma_alloc_qe(struct ib_device *ibdev, struct nvme_rdma_qe *qe, in nvme_rdma_alloc_qe() argument 195 qe->data = kzalloc(capsule_size, GFP_KERNEL); in nvme_rdma_alloc_qe() 196 if (!qe->data) in nvme_rdma_alloc_qe() 199 qe->dma = ib_dma_map_single(ibdev, qe->data, capsule_size, dir); in nvme_rdma_alloc_qe() 200 if (ib_dma_mapping_error(ibdev, qe->dma)) { in nvme_rdma_alloc_qe() 201 kfree(qe->data); in nvme_rdma_alloc_qe() 1040 struct nvme_rdma_qe *qe, struct ib_sge *sge, u32 num_sge, in nvme_rdma_post_send() argument [all …]
|
/drivers/soc/ |
D | Kconfig | 5 source "drivers/soc/fsl/qe/Kconfig"
|