Home
last modified time | relevance | path

Searched defs:drvr (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_linux.c55 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
[all …]
Ddhd_cdc.c104 static int brcmf_proto_cdc_msg(struct brcmf_pub *drvr) in brcmf_proto_cdc_msg()
125 static int brcmf_proto_cdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len) in brcmf_proto_cdc_cmplt()
144 brcmf_proto_cdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_cdc_query_dcmd()
226 int brcmf_proto_cdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_cdc_set_dcmd()
279 brcmf_proto_dcmd(struct brcmf_pub *drvr, int ifidx, struct brcmf_dcmd *dcmd, in brcmf_proto_dcmd()
358 void brcmf_proto_hdrpush(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_hdrpush()
386 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_hdrpull() local
426 int brcmf_proto_attach(struct brcmf_pub *drvr) in brcmf_proto_attach()
452 void brcmf_proto_detach(struct brcmf_pub *drvr) in brcmf_proto_detach()
458 int brcmf_proto_init(struct brcmf_pub *drvr) in brcmf_proto_init()
[all …]
Ddhd_common.c93 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_c_prec_enq() local
436 brcmf_c_host_event(struct brcmf_pub *drvr, int *ifidx, void *pktdata, in brcmf_c_host_event()
555 brcmf_c_pktfilter_offload_enable(struct brcmf_pub *drvr, char *arg, int enable, in brcmf_c_pktfilter_offload_enable()
629 void brcmf_c_pktfilter_offload_set(struct brcmf_pub *drvr, char *arg) in brcmf_c_pktfilter_offload_set()
760 static void brcmf_c_arp_offload_set(struct brcmf_pub *drvr, int arp_mode) in brcmf_c_arp_offload_set()
777 static void brcmf_c_arp_offload_enable(struct brcmf_pub *drvr, int arp_enable) in brcmf_c_arp_offload_enable()
795 int brcmf_c_preinit_dcmds(struct brcmf_pub *drvr) in brcmf_c_preinit_dcmds()
Ddhd_bus.h43 void *drvr; /* pointer to driver pub structure brcmf_pub */ member