Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
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()
1854 struct hw_wq_callback *wqcb; in efct_hw_wq_process_abort() local
1898 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() local
1998 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 …]
Defct_hw.h567 struct hw_wq_callback *wqcb; member
651 efct_hw_reqtag_free(struct efct_hw *hw, struct hw_wq_callback *wqcb);
Defct_unsol.c214 efct_hw_reqtag_free(hw, ctx->wqcb); in efct_sframe_common_send_cb()