Home
last modified time | relevance | path

Searched refs:hw_wq (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/scsi/elx/efct/
Defct_hw.h231 struct hw_wq *wq;
405 struct hw_wq *hw_wq[EFCT_HW_MAX_NUM_WQ]; member
415 struct hw_wq **wq_cpu_array;
511 struct hw_wq { struct
693 int efct_hw_wq_write(struct hw_wq *wq, struct efct_hw_wqe *wqe);
743 struct hw_wq
751 void efct_hw_del_wq(struct hw_wq *wq);
Defct_hw_queues.c16 struct hw_wq *wq = NULL; in efct_hw_init_queues()
120 hw->wq_cpu_array[cpu] = hw->hw_wq[i]; in efct_hw_map_wq_cpu()
274 struct hw_wq *
278 struct hw_wq *wq = kzalloc(sizeof(*wq), GFP_KERNEL); in efct_hw_new_wq()
301 hw->hw_wq[wq->instance] = wq; in efct_hw_new_wq()
418 efct_hw_del_wq((struct hw_wq *)q); in efct_hw_del_cq()
444 efct_hw_del_wq(struct hw_wq *wq) in efct_hw_del_wq()
450 wq->cq->eq->hw->hw_wq[wq->instance] = NULL; in efct_hw_del_wq()
Defct_hw.c1109 hw->hw_wq[0]->send_frame_io = efct_hw_io_alloc(hw); in efct_hw_init()
1110 if (!hw->hw_wq[0]->send_frame_io) in efct_hw_init()
1595 io->wq = hw->hw_wq[0]; in _efct_hw_io_alloc()
2260 _efct_hw_wq_write(struct hw_wq *wq, struct efct_hw_wqe *wqe) in _efct_hw_wq_write()
2284 hw_wq_submit_pending(struct hw_wq *wq, u32 update_free_count) in hw_wq_submit_pending()
2365 struct hw_wq *wq = NULL; in efct_hw_cq_process()
2370 wq = hw->hw_wq[index]; in efct_hw_cq_process()
2511 efct_hw_wq_write(struct hw_wq *wq, struct efct_hw_wqe *wqe) in efct_hw_wq_write()
2978 struct hw_wq *wq; in efct_hw_send_frame()
2992 wq = hw->hw_wq[0]; in efct_hw_send_frame()
/linux-6.12.1/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_enc_hw.c251 wake_up(&master_jpeg->hw_wq); in mtk_jpegenc_timeout_work()
290 wake_up(&master_jpeg->hw_wq); in mtk_jpegenc_hw_irq_handler()
Dmtk_jpeg_core.h227 wait_queue_head_t hw_wq; member
Dmtk_jpeg_dec_hw.c505 wake_up(&master_jpeg->hw_wq); in mtk_jpegdec_timeout_work()
552 wake_up(&master_jpeg->hw_wq); in mtk_jpegdec_hw_irq_handler()
Dmtk_jpeg_core.c1327 init_waitqueue_head(&jpeg->hw_wq); in mtk_jpeg_probe()
1600 ret = wait_event_interruptible(jpeg->hw_wq, in mtk_jpegenc_worker()
1695 ret = wait_event_interruptible_timeout(jpeg->hw_wq, in mtk_jpegdec_worker()