Home
last modified time | relevance | path

Searched refs:wilc_netdev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c115 void wilc_wlan_set_bssid(struct net_device *wilc_netdev, const u8 *bssid, in wilc_wlan_set_bssid() argument
118 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid()
806 struct net_device *wilc_netdev; in wilc_frmw_to_host() local
812 wilc_netdev = get_if_handler(wilc, buff); in wilc_frmw_to_host()
813 if (!wilc_netdev) in wilc_frmw_to_host()
817 vif = netdev_priv(wilc_netdev); in wilc_frmw_to_host()
827 skb->dev = wilc_netdev; in wilc_frmw_to_host()
831 skb->protocol = eth_type_trans(skb, wilc_netdev); in wilc_frmw_to_host()
836 netdev_dbg(wilc_netdev, "netif_rx ret value is: %d\n", stats); in wilc_frmw_to_host()
H A Dnetdev.h284 void wilc_wlan_set_bssid(struct net_device *wilc_netdev, const u8 *bssid,