Searched defs:net (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_linux.c234 struct net_device *net; member in struct:dhd_if
441 #define SRCBASE "drivers/net/wireless/bcm4329"
686 dhd_net2idx(dhd_info_t *dhd, struct net_device *net) argument
692 if (dhd->iflist[i] && (dhd->iflist[i]->net == net))
736 if (dhd->iflist[ifidx]->net)
737 return dhd->iflist[ifidx]->net->name;
759 dev = dhd->iflist[ifidx]->net;
893 memcpy(dhd->iflist[ifidx]->net->dev_addr, addr, ETHER_ADDR_LEN);
921 if (ifp->net !
1112 dhd_start_xmit(struct sk_buff *skb, struct net_device *net) argument
1188 struct net_device *net; local
1326 dhd_get_stats(struct net_device *net) argument
1574 dhd_ethtool_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info) argument
1701 dhd_ioctl_entry(struct net_device *net, struct ifreq *ifr, int cmd) argument
1842 dhd_stop(struct net_device *net) argument
1864 dhd_open(struct net_device *net) argument
1982 struct net_device *net; local
2286 struct net_device *net; local
[all...]

Completed in 46 milliseconds