Home
last modified time | relevance | path

Searched refs:compl_desc (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ioat/
Dprep.c157 struct ioat_ring_ent *compl_desc; in __ioat_prep_xor_lock() local
230 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_xor_lock()
231 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT; in __ioat_prep_xor_lock()
232 hw = compl_desc->hw; in __ioat_prep_xor_lock()
238 dump_desc_dbg(ioat_chan, compl_desc); in __ioat_prep_xor_lock()
241 return &compl_desc->txd; in __ioat_prep_xor_lock()
346 struct ioat_ring_ent *compl_desc; in __ioat_prep_pq_lock() local
443 compl_desc = desc; in __ioat_prep_pq_lock()
446 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq_lock()
447 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT; in __ioat_prep_pq_lock()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_request_mgr.c29 struct cc_hw_desc compl_desc; member
171 hw_desc_init(&req_mgr_h->compl_desc); in cc_req_mgr_init()
172 set_din_const(&req_mgr_h->compl_desc, 0, sizeof(u32)); in cc_req_mgr_init()
173 set_dout_dlli(&req_mgr_h->compl_desc, req_mgr_h->dummy_comp_buff_dma, in cc_req_mgr_init()
175 set_flow_mode(&req_mgr_h->compl_desc, BYPASS); in cc_req_mgr_init()
176 set_queue_last_ind(drvdata, &req_mgr_h->compl_desc); in cc_req_mgr_init()
314 enqueue_seq(drvdata, &req_mgr_h->compl_desc, 1); in cc_do_send_request()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dgadget.c1021 hs_ep->compl_desc = 0; in dwc2_gadget_start_isoc_ddma()
2185 desc_sts = hs_ep->desc_list[hs_ep->compl_desc].status; in dwc2_gadget_complete_isoc_request_ddma()
2220 hs_ep->compl_desc++; in dwc2_gadget_complete_isoc_request_ddma()
2221 if (hs_ep->compl_desc > (MAX_DMA_DESC_NUM_HS_ISOC - 1)) in dwc2_gadget_complete_isoc_request_ddma()
2222 hs_ep->compl_desc = 0; in dwc2_gadget_complete_isoc_request_ddma()
2223 desc_sts = hs_ep->desc_list[hs_ep->compl_desc].status; in dwc2_gadget_complete_isoc_request_ddma()
2246 hs_ep->compl_desc = 0; in dwc2_gadget_handle_isoc_bna()
4111 hs_ep->compl_desc = 0; in dwc2_hsotg_ep_enable()
Dcore.h183 unsigned int compl_desc; member