Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dlinux_wlan.c1350 struct tx_complete_data *pv_data = (struct tx_complete_data *)priv; in linux_wlan_tx_complete()
1364 struct tx_complete_data *tx_data = NULL; in mac_xmit()
1382 tx_data = kmalloc(sizeof(struct tx_complete_data), GFP_ATOMIC); in mac_xmit()
Dwilc_wlan_if.h111 struct tx_complete_data { struct
Dwilc_wlan.c1061 char *pBSSID = ((struct tx_complete_data *)(tqe->priv))->pBssid; in wilc_wlan_handle_txq()