Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c121 void wilc_wlan_set_bssid(struct net_device *wilc_netdev, const u8 *bssid, in wilc_wlan_set_bssid() argument
124 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid()
821 struct net_device *wilc_netdev; in wilc_frmw_to_host() local
832 wilc_netdev = get_if_handler(wilc, buff); in wilc_frmw_to_host()
833 if (!wilc_netdev) in wilc_frmw_to_host()
837 vif = netdev_priv(wilc_netdev); in wilc_frmw_to_host()
847 skb->dev = wilc_netdev; in wilc_frmw_to_host()
851 skb->protocol = eth_type_trans(skb, wilc_netdev); in wilc_frmw_to_host()
856 netdev_dbg(wilc_netdev, "netif_rx ret value is: %d\n", stats); in wilc_frmw_to_host()
H A Dnetdev.h300 void wilc_wlan_set_bssid(struct net_device *wilc_netdev, const u8 *bssid,