Searched refs:wqcb (Results 1 – 3 of 3) sorted by relevance
528 struct hw_wq_callback *wqcb; in efct_hw_setup_io() local539 wqcb = efct_hw_reqtag_alloc(hw, efct_hw_wq_process_io, io); in efct_hw_setup_io()540 if (!wqcb) { in efct_hw_setup_io()544 io->reqtag = wqcb->instance_index; in efct_hw_setup_io()1854 struct hw_wq_callback *wqcb; in efct_hw_wq_process_abort() local1898 wqcb = efct_hw_reqtag_get_instance(hw, io->abort_reqtag); in efct_hw_wq_process_abort()1899 efct_hw_reqtag_free(hw, wqcb); in efct_hw_wq_process_abort()1934 struct hw_wq_callback *wqcb; in efct_hw_io_abort() local1998 wqcb = efct_hw_reqtag_alloc(hw, efct_hw_wq_process_abort, io_to_abort); in efct_hw_io_abort()1999 if (!wqcb) { in efct_hw_io_abort()[all …]
567 struct hw_wq_callback *wqcb; member651 efct_hw_reqtag_free(struct efct_hw *hw, struct hw_wq_callback *wqcb);
214 efct_hw_reqtag_free(hw, ctx->wqcb); in efct_sframe_common_send_cb()