Searched refs:apdev (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/s390/crypto/ | 
| D | vfio_ap_drv.c | 52 static int vfio_ap_queue_dev_probe(struct ap_device *apdev)  in vfio_ap_queue_dev_probe()  argument59 	dev_set_drvdata(&apdev->device, q);  in vfio_ap_queue_dev_probe()
 60 	q->apqn = to_ap_queue(&apdev->device)->qid;  in vfio_ap_queue_dev_probe()
 71 static void vfio_ap_queue_dev_remove(struct ap_device *apdev)  in vfio_ap_queue_dev_remove()  argument
 77 	q = dev_get_drvdata(&apdev->device);  in vfio_ap_queue_dev_remove()
 78 	dev_set_drvdata(&apdev->device, NULL);  in vfio_ap_queue_dev_remove()
 
 | 
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_main.c | 114 	else if (dev == iface->local->apdev)  in hostap_remove_interface()115 		iface->local->apdev = NULL;  in hostap_remove_interface()
 877 	if (local->apdev)  in hostap_enable_hostapd()
 882 	local->apdev = hostap_add_interface(local, HOSTAP_INTERFACE_AP,  in hostap_enable_hostapd()
 885 	if (local->apdev == NULL)  in hostap_enable_hostapd()
 898 	hostap_remove_interface(local->apdev, rtnl_locked, 1);  in hostap_disable_hostapd()
 899 	local->apdev = NULL;  in hostap_disable_hostapd()
 
 | 
| D | hostap_80211_rx.c | 493 		if (local->apdev == NULL)  in hostap_rx_frame_mgmt()495 		prism2_rx_80211(local->apdev, skb, rx_stats, PRISM2_RX_MGMT);  in hostap_rx_frame_mgmt()
 1016 			if (local->hostapd && local->apdev) {  in hostap_80211_rx()
 1019 				prism2_rx_80211(local->apdev, skb, rx_stats,  in hostap_80211_rx()
 
 | 
| D | hostap_80211_tx.c | 94 		} else if (dev == local->apdev) {  in hostap_data_start_xmit()
 | 
| D | hostap_ap.c | 609 	if (!ap->local->hostapd || !ap->local->apdev) {  in hostap_ap_tx_cb()621 	skb->dev = ap->local->apdev;  in hostap_ap_tx_cb()
 2957 				prism2_rx_80211(local->apdev, skb, rx_stats,  in hostap_handle_sta_rx()
 2988 			prism2_rx_80211(local->apdev, skb, rx_stats,  in hostap_handle_sta_rx()
 3037 			prism2_rx_80211(local->apdev, skb, rx_stats,  in hostap_handle_sta_rx()
 
 | 
| D | hostap_wlan.h | 760 	struct net_device *apdev;  member
 | 
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ | 
| D | libipw_rx.c | 194 		prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT);  in libipw_rx_frame_mgmt()716 			if (ieee->hostapd && ieee->apdev) {  in libipw_rx()
 719 				prism2_rx_80211(ieee->apdev, skb, rx_stats,  in libipw_rx()
 
 | 
| /Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_rx.c | 258 		prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT);  in ieee80211_rx_frame_mgmt()
 |