Home
last modified time | relevance | path

Searched refs:wqcb (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_hw.c528 struct hw_wq_callback *wqcb; in efct_hw_setup_io() local
539 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()
1853 struct hw_wq_callback *wqcb; in efct_hw_wq_process_abort() local
1897 wqcb = efct_hw_reqtag_get_instance(hw, io->abort_reqtag); in efct_hw_wq_process_abort()
1898 efct_hw_reqtag_free(hw, wqcb); in efct_hw_wq_process_abort()
1933 struct hw_wq_callback *wqcb; in efct_hw_io_abort() local
1997 wqcb = efct_hw_reqtag_alloc(hw, efct_hw_wq_process_abort, io_to_abort); in efct_hw_io_abort()
1998 if (!wqcb) { in efct_hw_io_abort()
2044 struct hw_wq_callback *wqcb = NULL; efct_hw_reqtag_pool_free() local
2064 struct hw_wq_callback *wqcb; efct_hw_reqtag_pool_alloc() local
2094 struct hw_wq_callback *wqcb = NULL; efct_hw_reqtag_alloc() local
2121 efct_hw_reqtag_free(struct efct_hw *hw, struct hw_wq_callback *wqcb) efct_hw_reqtag_free() argument
2140 struct hw_wq_callback *wqcb; efct_hw_reqtag_get_instance() local
2415 struct hw_wq_callback *wqcb; efct_hw_wq_process() local
[all...]
H A Defct_hw.h567 struct hw_wq_callback *wqcb; member
651 efct_hw_reqtag_free(struct efct_hw *hw, struct hw_wq_callback *wqcb);
H A Defct_unsol.c214 efct_hw_reqtag_free(hw, ctx->wqcb); in efct_sframe_common_send_cb()

Completed in 6 milliseconds