| /drivers/soc/fsl/qe/ |
| A D | qe.c | 61 if (qe) in qe_get_device_node() 62 return qe; in qe_get_device_node() 76 if (!qe) in get_qe_base() 82 of_node_put(qe); in get_qe_base() 170 if (!qe) in qe_get_brg_clk() 176 of_node_put(qe); in qe_get_brg_clk() 311 if (qe) { in qe_snums_init() 587 if (!qe) in qe_get_firmware_info() 592 of_node_put(qe); in qe_get_firmware_info() 624 if (!qe) in qe_get_num_of_risc() [all …]
|
| A D | Makefile | 5 obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_common.o qe_ic.o qe_io.o
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | sched.c | 141 found = qe; in t4_sched_entry_lookup() 182 return qe ? &pi->sched_tbl->tab[qe->param.class] : NULL; in cxgb4_sched_queue_lookup() 200 if (qe) { in t4_sched_queue_unbind() 207 list_del(&qe->list); in t4_sched_queue_unbind() 208 kvfree(qe); in t4_sched_queue_unbind() 229 if (!qe) in t4_sched_queue_bind() 241 qe->cntxt_id = qid; in t4_sched_queue_bind() 242 memcpy(&qe->param, p, sizeof(qe->param)); in t4_sched_queue_bind() 255 kvfree(qe); in t4_sched_queue_bind() 412 class_id = qe->class; in cxgb4_sched_class_bind() [all …]
|
| A D | cxgb4_tc_matchall.c | 58 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() 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() 143 qe.queue = i; in cxgb4_matchall_tc_bind_queues() 144 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_bind_queues() 154 struct ch_sched_queue qe; in cxgb4_matchall_tc_unbind_queues() local 158 qe.queue = i; in cxgb4_matchall_tc_unbind_queues() [all …]
|
| /drivers/net/ethernet/sun/ |
| A D | sunqe.c | 856 qe->channel = i; in qec_ether_init() 863 qecp->qes[qe->channel] = qe; in qec_ether_init() 864 qe->dev = dev; in qec_ether_init() 866 qe->op = op; in qec_ether_init() 887 if (qe->qe_block == NULL || qe->qblock_dvma == 0 || in qec_ether_init() 888 qe->buffers == NULL || qe->buffers_dvma == 0) in qec_ether_init() 892 qe_stop(qe); in qec_ether_init() 913 if (qe->qcregs) in qec_ether_init() 915 if (qe->mregs) in qec_ether_init() 919 qe->qe_block, qe->qblock_dvma); in qec_ether_init() [all …]
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bna_tx_rx.c | 910 list_del(&mac->qe); in bna_rx_mcast_delall() 1767 list_del(&rxq->qe); in bna_rxq_get() 1786 list_del(&rxp->qe); in bna_rxp_get() 1826 list_add(&rx->qe, qe); in bna_rx_put() 2495 list_del(&rxp->qe); in bna_rx_destroy() 2523 if (qe == &rx->qe) { in bna_rx_destroy() 2524 list_del(&rx->qe); in bna_rx_destroy() 3207 list_del(&tx->qe); in bna_tx_get() 3228 if (qe == &tx->qe) { in bna_tx_free() 3229 list_del(&tx->qe); in bna_tx_free() [all …]
|
| A D | bna_types.h | 256 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
|
| A D | bfa_msgq.c | 62 struct bfa_msgq_cmd_entry, qe); in cmdq_sm_stopped_entry() 63 list_del(&cmdq_ent->qe); in cmdq_sm_stopped_entry() 237 struct bfa_msgq_cmd_entry, qe); in bfa_msgq_cmdq_ci_update() 240 list_del(&cmd->qe); in bfa_msgq_cmdq_ci_update() 630 list_add_tail(&cmd->qe, &msgq->cmdq.pending_q); in bfa_msgq_cmd_post()
|
| A D | bna_enet.c | 1788 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->free_q); in bna_ucam_mod_init() 1793 list_add_tail(&ucam_mod->ucmac[i].qe, &ucam_mod->del_q); in bna_ucam_mod_init() 1815 list_add_tail(&mcam_mod->mcmac[i].qe, &mcam_mod->free_q); in bna_mcam_mod_init() 1822 list_add_tail(&mcam_mod->mchandle[i].qe, in bna_mcam_mod_init() 1828 list_add_tail(&mcam_mod->mcmac[i].qe, &mcam_mod->del_q); in bna_mcam_mod_init() 2054 mac = list_first_entry_or_null(head, struct bna_mac, qe); in bna_cam_mod_mac_get() 2056 list_del(&mac->qe); in bna_cam_mod_mac_get() 2067 struct bna_mcam_handle, qe); in bna_mcam_mod_handle_get() 2069 list_del(&handle->qe); in bna_mcam_mod_handle_get() 2078 list_add_tail(&handle->qe, &mcam_mod->free_handle_q); in bna_mcam_mod_handle_put()
|
| A D | bna.h | 207 list_for_each_entry(__tx, &__tx_mod->tx_active_q, qe) { \ 220 list_for_each_entry(__rx, &__rx_mod->rx_active_q, qe) { \ 242 list_for_each_entry(mac, q, qe) in bna_mac_find()
|
| /drivers/scsi/arm/ |
| A D | msgqueue.c | 55 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()
|
| A D | msgqueue.h | 26 struct msgqueue_entry *qe; member
|
| /drivers/scsi/bfa/ |
| A D | bfa_fcpim.c | 975 list_del(&ioim->qe); in bfa_itnim_cleanup() 1996 list_del(&ioim->qe); in bfa_ioim_sm_hcb_free() 2624 list_del(&ioim->qe); in bfa_ioim_notify_cleanup() 2630 list_del(&ioim->qe); in bfa_ioim_notify_cleanup() 2675 list_del(&ioim->qe); in bfa_ioim_delayed_comp() 2933 list_del(&ioim->qe); in bfa_ioim_free() 3270 list_del(&ioim->qe); in bfa_tskim_gather_ios() 3283 list_del(&ioim->qe); in bfa_tskim_gather_ios() 3519 list_del(&tskim->qe); in bfa_tskim_free() 3554 struct list_head *qe; in bfa_tskim_res_recfg() local [all …]
|
| A D | bfa_fcs.c | 950 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local 972 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local 1006 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local 1028 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local 1140 list_del(&vport->qe); in bfa_fcs_fabric_delvport() 1153 struct list_head *qe; in bfa_fcs_fabric_vport_lookup() local 1155 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup() 1199 struct list_head *qe; in bfa_fcs_fabric_uf_recv() local 1245 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv() 1458 struct list_head *qe; in bfa_fcs_vf_get_ports() local [all …]
|
| A D | bfa_svc.c | 621 list_del(&fcxp->qe); in bfa_fcxp_put() 1058 list_del(&wqe->qe); in bfa_fcxp_walloc_cancel() 1104 struct list_head *qe; in bfa_fcxp_res_recfg() local 1538 list_del(&lps->qe); in bfa_lps_login_rsp() 1555 while (count && qe) { in bfa_lps_no_res() 1560 list_del(&lps->qe); in bfa_lps_no_res() 1563 qe = qe_next; in bfa_lps_no_res() 1617 list_del(&lps->qe); in bfa_lps_free() 1645 list_del(&lps->qe); in bfa_lps_send_login() 4811 list_del(&rport->qe); in bfa_rport_free() [all …]
|
| A D | bfa.h | 108 list_add_tail(&(__wqe)->qe, waitq); \ 111 #define bfa_reqq_wcancel(__wqe) list_del(&(__wqe)->qe) 117 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 120 #define bfa_cb_dequeue(__hcb_qe) list_del(&(__hcb_qe)->qe) 126 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 133 list_add_tail(&(__hcb_qe)->qe, &(__bfa)->comp_q); \ 441 bfa_q_qe_init(&((__qe)->hcb_qe.qe)); \ 449 bfa_q_qe_init(&((__qe)->hcb_qe.qe)); \
|
| A D | bfa_fcs_lport.c | 890 struct list_head *qe; in bfa_fcs_lport_get_rport_by_pid() local 909 struct list_head *qe; in bfa_fcs_lport_get_rport_by_old_pid() local 928 struct list_head *qe; in bfa_fcs_lport_get_rport_by_pwwn() local 948 struct list_head *qe; in bfa_fcs_lport_get_rport_by_qualifier() local 981 list_del(&rport->qe); in bfa_fcs_lport_del_rport() 5651 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals() 5659 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals() 5667 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals() 5705 while (qe != qh) { in bfa_fcs_lport_get_rport_max_speed() 5710 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed() [all …]
|
| A D | bfa_ioc.h | 32 struct list_head qe; member 84 struct list_head qe; /* Queue of DMA elements */ member 94 struct list_head qe; /* Queue of KVA elements */ member 113 list_add_tail(&dm_ptr->qe, &meminfo->dma_info.qe); in bfa_mem_dma_setup() 122 list_add_tail(&kva_ptr->qe, &meminfo->kva_info.qe); in bfa_mem_kva_setup() 229 struct list_head qe; member 290 struct list_head qe; member 398 struct list_head qe; member 410 struct list_head qe; member
|
| A D | bfa_svc.h | 31 struct list_head qe; /* queue sg page element */ member 40 struct list_head qe; /* queue sg page element */ member 156 struct list_head qe; /* fcxp queue element */ member 200 struct list_head qe; member 293 struct list_head qe; /* queue element */ member 321 struct list_head qe; /* queue element */ member 404 struct list_head qe; /* queue element */ member
|
| A D | bfa_core.c | 694 struct list_head *waitq, *qe, *qen; in bfa_reqq_resume() local 698 list_for_each_safe(qe, qen, waitq) { in bfa_reqq_resume() 705 list_del(qe); in bfa_reqq_resume() 706 wqe = (struct bfa_reqq_wait_s *) qe; in bfa_reqq_resume() 1847 list_for_each(dm_qe, &dma_info->qe) { in bfa_attach() 1907 struct list_head *qe; in bfa_comp_process() local 1912 hcb_qe = (struct bfa_cb_qe_s *) qe; in bfa_comp_process() 1915 list_del(qe); in bfa_comp_process() 1925 struct list_head *qe; in bfa_comp_free() local 1929 bfa_q_deq(comp_q, &qe); in bfa_comp_free() [all …]
|
| A D | bfa_fcpim.h | 26 struct list_head qe; /* queue element */ member 188 struct list_head qe; /* queue elememt */ member 235 struct list_head qe; member 275 struct list_head qe; /* queue element */ member
|
| A D | bfa_cs.h | 157 bfa_q_is_on_q_func(struct list_head *q, struct list_head *qe) in bfa_q_is_on_q_func() argument 163 if (tqe == qe) in bfa_q_is_on_q_func()
|
| A D | bfa_fcs.h | 202 struct list_head qe; /* used by port/vport */ member 269 struct list_head qe; /* queue element */ member 459 struct list_head qe; /* queue elem */ member 574 struct list_head qe; /* used by port/vport */ member
|
| /drivers/soc/fsl/ |
| A D | Makefile | 7 obj-$(CONFIG_QUICC_ENGINE) += qe/ 8 obj-$(CONFIG_CPM) += qe/
|
| /drivers/nvme/host/ |
| A D | rdma.c | 180 kfree(qe->data); in nvme_rdma_free_qe() 187 if (!qe->data) in nvme_rdma_alloc_qe() 190 qe->dma = ib_dma_map_single(ibdev, qe->data, capsule_size, dir); in nvme_rdma_alloc_qe() 192 kfree(qe->data); in nvme_rdma_alloc_qe() 193 qe->data = NULL; in nvme_rdma_alloc_qe() 1580 struct nvme_rdma_qe *qe = in nvme_rdma_send_done() local 1598 sge->addr = qe->dma; in nvme_rdma_post_send() 1603 wr.wr_cqe = &qe->cqe; in nvme_rdma_post_send() 1623 struct nvme_rdma_qe *qe) in nvme_rdma_post_recv() argument 1629 list.addr = qe->dma; in nvme_rdma_post_recv() [all …]
|