Home
last modified time | relevance | path

Searched refs:apdev (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/s390/crypto/
A Dvfio_ap_ops.c1804 struct ap_device *apdev = to_ap_dev(dev); in status_show() local
1807 q = dev_get_drvdata(&apdev->device); in status_show()
1891 int vfio_ap_mdev_probe_queue(struct ap_device *apdev) in vfio_ap_mdev_probe_queue() argument
1897 ret = sysfs_create_group(&apdev->device.kobj, &vfio_queue_attr_group); in vfio_ap_mdev_probe_queue()
1907 q->apqn = to_ap_queue(&apdev->device)->qid; in vfio_ap_mdev_probe_queue()
1919 dev_set_drvdata(&apdev->device, q); in vfio_ap_mdev_probe_queue()
1925 sysfs_remove_group(&apdev->device.kobj, &vfio_queue_attr_group); in vfio_ap_mdev_probe_queue()
1929 void vfio_ap_mdev_remove_queue(struct ap_device *apdev) in vfio_ap_mdev_remove_queue() argument
1935 sysfs_remove_group(&apdev->device.kobj, &vfio_queue_attr_group); in vfio_ap_mdev_remove_queue()
1936 q = dev_get_drvdata(&apdev->device); in vfio_ap_mdev_remove_queue()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/
A Dhostap_main.c114 else if (dev == iface->local->apdev) in hostap_remove_interface()
115 iface->local->apdev = NULL; in hostap_remove_interface()
880 if (local->apdev) in hostap_enable_hostapd()
885 local->apdev = hostap_add_interface(local, HOSTAP_INTERFACE_AP, in hostap_enable_hostapd()
888 if (local->apdev == NULL) in hostap_enable_hostapd()
901 hostap_remove_interface(local->apdev, rtnl_locked, 1); in hostap_disable_hostapd()
902 local->apdev = NULL; in hostap_disable_hostapd()
A Dhostap_80211_rx.c493 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()
A Dhostap_80211_tx.c94 } else if (dev == local->apdev) { in hostap_data_start_xmit()
A Dhostap_ap.c609 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()
A Dhostap_wlan.h762 struct net_device *apdev; member
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_rx.c194 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-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_rx.c257 prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT); in ieee80211_rx_frame_mgmt()

Completed in 39 milliseconds