Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c540 if (!wqcb) { in efct_hw_setup_io()
1998 if (!wqcb) { in efct_hw_io_abort()
2049 if (!wqcb) in efct_hw_reqtag_pool_free()
2074 wqcb = kmalloc(sizeof(*wqcb), GFP_KERNEL); in efct_hw_reqtag_pool_alloc()
2075 if (!wqcb) in efct_hw_reqtag_pool_alloc()
2108 if (wqcb) { in efct_hw_reqtag_alloc()
2117 return wqcb; in efct_hw_reqtag_alloc()
2143 if (!wqcb) in efct_hw_reqtag_get_instance()
2147 return wqcb; in efct_hw_reqtag_get_instance()
2425 if (!wqcb) { in efct_hw_wq_process()
[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()