Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_common.h48 typedef enum hinic3_wait_return (*wait_cpl_handler)(void *priv_data); typedef
49 int hinic3_wait_for_timeout(void *priv_data, wait_cpl_handler handler,
H A Dhinic3_common.c56 int hinic3_wait_for_timeout(void *priv_data, wait_cpl_handler handler, in hinic3_wait_for_timeout()