Home
last modified time | relevance | path

Searched refs:sdma_engine (Results 1 – 16 of 16) sorted by relevance

/drivers/staging/rdma/hfi1/
Dsdma.h386 struct sdma_engine *sde;
403 struct sdma_engine { struct
512 static inline int sdma_empty(struct sdma_engine *sde) in sdma_empty() argument
517 static inline u16 sdma_descq_freecnt(struct sdma_engine *sde) in sdma_descq_freecnt()
524 static inline u16 sdma_descq_inprocess(struct sdma_engine *sde) in sdma_descq_inprocess()
533 static inline int __sdma_running(struct sdma_engine *engine) in __sdma_running()
550 static inline int sdma_running(struct sdma_engine *engine) in sdma_running()
918 int sdma_send_txreq(struct sdma_engine *sde,
921 int sdma_send_txlist(struct sdma_engine *sde,
925 int sdma_ahg_alloc(struct sdma_engine *sde);
[all …]
Dsdma.c237 static void sdma_set_state(struct sdma_engine *, enum sdma_states);
238 static void sdma_start_hw_clean_up(struct sdma_engine *);
239 static void sdma_start_sw_clean_up(struct sdma_engine *);
241 static void sdma_sendctrl(struct sdma_engine *, unsigned);
242 static void init_sdma_regs(struct sdma_engine *, u32, uint);
244 struct sdma_engine *sde,
247 struct sdma_engine *sde,
249 static void dump_sdma_state(struct sdma_engine *sde);
250 static void sdma_make_progress(struct sdma_engine *sde, u64 status);
251 static void sdma_desc_avail(struct sdma_engine *sde, unsigned avail);
[all …]
Diowait.h64 struct sdma_engine;
99 struct sdma_engine *sde,
132 struct sdma_engine *sde, in iowait_init()
Dtrace.h769 struct sdma_engine *sde,
835 struct sdma_engine *sde,
859 struct sdma_engine *sde,
867 struct sdma_engine *sde,
875 struct sdma_engine *sde,
899 struct sdma_engine *sde,
906 struct sdma_engine *sde,
914 struct sdma_engine *sde,
955 struct sdma_engine *sde,
994 struct sdma_engine *sde,
[all …]
Dqp.h221 struct sdma_engine *qp_to_sdma_engine(struct hfi1_qp *qp, u8 sc5);
Dqp.c72 struct sdma_engine *sde,
1401 struct sdma_engine *sde, in iowait_sleep()
1523 struct sdma_engine *qp_to_sdma_engine(struct hfi1_qp *qp, u8 sc5) in qp_to_sdma_engine()
1526 struct sdma_engine *sde; in qp_to_sdma_engine()
1640 struct sdma_engine *sde; in qp_iter_print()
Dverbs.h197 struct sdma_engine *sde;
507 struct sdma_engine *s_sde; /* current sde */
Duser_sdma.c195 struct sdma_engine *sde;
301 struct sdma_engine *,
308 struct sdma_engine *sde, in defer_packet_queue()
Dhfi.h770 struct sdma_engine;
828 struct sdma_engine *per_sdma;
Dverbs.c886 struct sdma_engine *sde, in build_verbs_ulp_payload()
934 struct sdma_engine *sde, in build_verbs_tx_desc()
1012 struct sdma_engine *sde; in hfi1_verbs_send_dma()
Dchip.c2524 struct sdma_engine *sde; in handle_sdma_eng_err()
2542 struct sdma_engine *sde = &dd->per_sdma[source]; in is_sdma_eng_err_int()
4561 struct sdma_engine *sde = data; in sdma_interrupt()
8949 struct sdma_engine *sde = NULL; in request_msix_irqs()
Drc.c1112 struct sdma_engine *engine; in do_rc_completion()
/drivers/dma/
Dimx-sdma.c287 struct sdma_engine;
303 struct sdma_engine *sdma;
371 struct sdma_engine { struct
521 static inline u32 chnenbl_ofs(struct sdma_engine *sdma, unsigned int event) in chnenbl_ofs()
530 struct sdma_engine *sdma = sdmac->sdma; in sdma_config_ownership()
563 static void sdma_enable_channel(struct sdma_engine *sdma, int channel) in sdma_enable_channel()
571 static int sdma_run_channel0(struct sdma_engine *sdma) in sdma_run_channel0()
598 static int sdma_load_script(struct sdma_engine *sdma, void *buf, int size, in sdma_load_script()
635 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_enable()
647 struct sdma_engine *sdma = sdmac->sdma; in sdma_event_disable()
[all …]
/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c582 unsigned int sdma_engine) in pm_send_unmap_queue() argument
612 engine_sel__mes_unmap_queues__sdma0 + sdma_engine; in pm_send_unmap_queue()
Dkfd_priv.h695 unsigned int sdma_engine);
Dkfd_device_queue_manager.c937 unsigned int sdma_engine) in destroy_sdma_queues() argument
941 sdma_engine); in destroy_sdma_queues()