Searched refs:pv_data (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_mon.c | 152 struct tx_complete_mon_data *pv_data = (struct tx_complete_mon_data *)priv; in mgmt_tx_complete() local 153 u8 *buf = pv_data->buff; in mgmt_tx_complete() 159 …STAPD_DBG, "Packet sent successfully - Size = %d - Address = %p.\n", pv_data->size, pv_data->buff); in mgmt_tx_complete() 161 …O(HOSTAPD_DBG, "Couldn't send packet - Size = %d - Address = %p.\n", pv_data->size, pv_data->buff); in mgmt_tx_complete() 167 kfree(pv_data->buff); in mgmt_tx_complete() 169 kfree(pv_data); in mgmt_tx_complete()
|
D | linux_wlan.c | 1350 struct tx_complete_data *pv_data = (struct tx_complete_data *)priv; in linux_wlan_tx_complete() local 1353 …nt successfully - Size = %d - Address = %p - SKB = %p\n", pv_data->size, pv_data->buff, pv_data->s… in linux_wlan_tx_complete() 1355 …n't send packet - Size = %d - Address = %p - SKB = %p\n", pv_data->size, pv_data->buff, pv_data->s… in linux_wlan_tx_complete() 1357 dev_kfree_skb(pv_data->skb); in linux_wlan_tx_complete() 1358 kfree(pv_data); in linux_wlan_tx_complete()
|
D | wilc_wfi_cfgoperations.c | 2037 struct p2p_mgmt_data *pv_data = (struct p2p_mgmt_data *)priv; in WILC_WFI_mgmt_tx_complete() local 2040 kfree(pv_data->buff); in WILC_WFI_mgmt_tx_complete() 2041 kfree(pv_data); in WILC_WFI_mgmt_tx_complete()
|