Home
last modified time | relevance | path

Searched refs:brcmf_pub (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_proto.h25 extern int brcmf_proto_attach(struct brcmf_pub *drvr);
28 extern void brcmf_proto_detach(struct brcmf_pub *drvr);
33 extern int brcmf_proto_init(struct brcmf_pub *drvr);
36 extern void brcmf_proto_stop(struct brcmf_pub *drvr);
41 extern void brcmf_proto_hdrpush(struct brcmf_pub *, int ifidx,
45 extern int brcmf_proto_dcmd(struct brcmf_pub *drvr, int ifidx,
48 extern int brcmf_c_preinit_dcmds(struct brcmf_pub *drvr);
50 extern int brcmf_proto_cdc_set_dcmd(struct brcmf_pub *drvr, int ifidx,
Ddhd_linux.c57 struct brcmf_pub *drvr; /* back pointer to brcmf_pub */
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()
229 struct brcmf_pub *drvr = container_of(work, struct brcmf_pub, in _brcmf_set_mac_address()
259 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_mac_address()
270 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_multicast_list()
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()
357 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txflowcontrol()
[all …]
Ddhd.h560 struct brcmf_pub { struct
635 extern int brcmf_net_attach(struct brcmf_pub *drvr, int idx); argument
641 extern char *brcmf_ifname(struct brcmf_pub *drvr, int idx);
644 extern int brcmf_proto_cdc_query_dcmd(struct brcmf_pub *drvr, int ifidx,
648 extern int brcmf_write_to_file(struct brcmf_pub *drvr, const u8 *buf, int size);
651 extern int brcmf_ifname2idx(struct brcmf_pub *drvr, char *name);
652 extern int brcmf_c_host_event(struct brcmf_pub *drvr, int *idx,
656 extern void brcmf_del_if(struct brcmf_pub *drvr, int ifidx);
659 extern int brcmf_sendpkt(struct brcmf_pub *drvr, int ifidx,\
662 extern void brcmf_c_pktfilter_offload_set(struct brcmf_pub *drvr, char *arg);
[all …]
Ddhd_cdc.c106 static int brcmf_proto_cdc_msg(struct brcmf_pub *drvr) in brcmf_proto_cdc_msg()
127 static int brcmf_proto_cdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len) in brcmf_proto_cdc_cmplt()
146 brcmf_proto_cdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_cdc_query_dcmd()
228 int brcmf_proto_cdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_cdc_set_dcmd()
281 brcmf_proto_dcmd(struct brcmf_pub *drvr, int ifidx, struct brcmf_dcmd *dcmd, in brcmf_proto_dcmd()
360 void brcmf_proto_hdrpush(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_hdrpush()
388 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_hdrpull()
428 int brcmf_proto_attach(struct brcmf_pub *drvr) in brcmf_proto_attach()
454 void brcmf_proto_detach(struct brcmf_pub *drvr) in brcmf_proto_detach()
460 int brcmf_proto_init(struct brcmf_pub *drvr) in brcmf_proto_init()
[all …]
Ddhd_common.c96 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_c_prec_enq()
439 brcmf_c_host_event(struct brcmf_pub *drvr, int *ifidx, void *pktdata, in brcmf_c_host_event()
558 brcmf_c_pktfilter_offload_enable(struct brcmf_pub *drvr, char *arg, int enable, in brcmf_c_pktfilter_offload_enable()
632 void brcmf_c_pktfilter_offload_set(struct brcmf_pub *drvr, char *arg) in brcmf_c_pktfilter_offload_set()
763 static void brcmf_c_arp_offload_set(struct brcmf_pub *drvr, int arp_mode) in brcmf_c_arp_offload_set()
783 static void brcmf_c_arp_offload_enable(struct brcmf_pub *drvr, int arp_enable) in brcmf_c_arp_offload_enable()
804 int brcmf_c_preinit_dcmds(struct brcmf_pub *drvr) in brcmf_c_preinit_dcmds()
Ddhd_bus.h46 struct brcmf_pub *drvr; /* pointer to driver pub structure brcmf_pub */