Lines Matching defs:drvr

55 	struct brcmf_pub *drvr;	/* back pointer to brcmf_pub */  member
67 int brcmf_ifname2idx(struct brcmf_pub *drvr, char *name) in brcmf_ifname2idx()
86 char *brcmf_ifname(struct brcmf_pub *drvr, int ifidx) in brcmf_ifname()
117 struct brcmf_pub *drvr = container_of(work, struct brcmf_pub, in _brcmf_set_multicast_list() local
227 struct brcmf_pub *drvr = container_of(work, struct brcmf_pub, in _brcmf_set_mac_address() local
257 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_mac_address() local
268 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_multicast_list() local
273 int brcmf_sendpkt(struct brcmf_pub *drvr, int ifidx, struct sk_buff *pktbuf) in brcmf_sendpkt()
301 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit() local
355 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txflowcontrol() local
366 static int brcmf_host_event(struct brcmf_pub *drvr, int *ifidx, in brcmf_host_event()
393 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() local
470 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txcomplete() local
505 static int brcmf_toe_get(struct brcmf_pub *drvr, int ifidx, u32 *toe_ol) in brcmf_toe_get()
541 static int brcmf_toe_set(struct brcmf_pub *drvr, int ifidx, u32 toe_ol) in brcmf_toe_set()
586 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() local
597 static int brcmf_ethtool(struct brcmf_pub *drvr, void __user *uaddr) in brcmf_ethtool()
712 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_ioctl_entry() local
733 struct brcmf_pub *drvr = ifp->drvr; in brcmf_exec_dcmd() local
779 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_stop() local
796 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() local
849 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_add_if() local
895 void brcmf_del_if(struct brcmf_pub *drvr, int ifidx) in brcmf_del_if()
927 struct brcmf_pub *drvr = NULL; in brcmf_attach() local
969 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_bus_start() local
1025 int brcmf_net_attach(struct brcmf_pub *drvr, int ifidx) in brcmf_net_attach()
1083 static void brcmf_bus_detach(struct brcmf_pub *drvr) in brcmf_bus_detach()
1100 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_detach() local
1122 static int brcmf_get_pend_8021x_cnt(struct brcmf_pub *drvr) in brcmf_get_pend_8021x_cnt()
1132 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_wait_pend8021x() local
1150 int brcmf_write_to_file(struct brcmf_pub *drvr, const u8 *buf, int size) in brcmf_write_to_file()