Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.h290 int (*wlan_tx)(u8 *, u32, wilc_tx_complete_func_t);
302 u32 buffer_size, wilc_tx_complete_func_t func);
311 wilc_tx_complete_func_t func);
Dwilc_wlan_if.h117 typedef void (*wilc_tx_complete_func_t)(void *, int); typedef
Dwilc_wlan.c511 u32 buffer_size, wilc_tx_complete_func_t func) in wilc_wlan_txq_add_net_pkt()
540 int wilc_wlan_txq_add_mgmt_pkt(void *priv, u8 *buffer, u32 buffer_size, wilc_tx_complete_func_t fun… in wilc_wlan_txq_add_mgmt_pkt()