Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A 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);
H A 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()