Lines Matching defs:drvr
57 struct brcmf_pub *drvr; /* back pointer to brcmf_pub */ member
69 int brcmf_ifname2idx(struct brcmf_pub *drvr, char *name) in brcmf_ifname2idx()
88 char *brcmf_ifname(struct brcmf_pub *drvr, int ifidx) in brcmf_ifname()
119 struct brcmf_pub *drvr = container_of(work, struct brcmf_pub, in _brcmf_set_multicast_list() local
229 struct brcmf_pub *drvr = container_of(work, struct brcmf_pub, in _brcmf_set_mac_address() local
259 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_mac_address() local
270 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_multicast_list() local
275 int brcmf_sendpkt(struct brcmf_pub *drvr, int ifidx, struct sk_buff *pktbuf) in brcmf_sendpkt()
303 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit() local
357 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txflowcontrol() local
368 static int brcmf_host_event(struct brcmf_pub *drvr, int *ifidx, in brcmf_host_event()
395 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() local
472 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txcomplete() local
507 static int brcmf_toe_get(struct brcmf_pub *drvr, int ifidx, u32 *toe_ol) in brcmf_toe_get()
543 static int brcmf_toe_set(struct brcmf_pub *drvr, int ifidx, u32 toe_ol) in brcmf_toe_set()
588 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() local
599 static int brcmf_ethtool(struct brcmf_pub *drvr, void __user *uaddr) in brcmf_ethtool()
714 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_ioctl_entry() local
735 struct brcmf_pub *drvr = ifp->drvr; in brcmf_exec_dcmd() local
781 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_stop() local
798 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() local
852 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_add_if() local
898 void brcmf_del_if(struct brcmf_pub *drvr, int ifidx) in brcmf_del_if()
930 struct brcmf_pub *drvr = NULL; in brcmf_attach() local
972 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_bus_start() local
1024 int brcmf_net_attach(struct brcmf_pub *drvr, int ifidx) in brcmf_net_attach()
1082 static void brcmf_bus_detach(struct brcmf_pub *drvr) in brcmf_bus_detach()
1099 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_detach() local
1121 static int brcmf_get_pend_8021x_cnt(struct brcmf_pub *drvr) in brcmf_get_pend_8021x_cnt()
1131 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_wait_pend8021x() local
1149 int brcmf_write_to_file(struct brcmf_pub *drvr, const u8 *buf, int size) in brcmf_write_to_file()