Home
last modified time | relevance | path

Searched refs:efct_hw_async_cb_t (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/elx/efct/
Defct_hw.h732 typedef void (*efct_hw_async_cb_t)(struct efct_hw *hw, int status, typedef
735 efct_hw_async_call(struct efct_hw *hw, efct_hw_async_cb_t callback, void *arg);
Defct_hw.c3212 efct_hw_async_cb_t callback;
3231 efct_hw_async_call(struct efct_hw *hw, efct_hw_async_cb_t callback, void *arg) in efct_hw_async_call()