Searched defs:drvr (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | dhd_linux.c | 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 [all …]
|
D | dhd_cdc.c | 106 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() local 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 …]
|
D | dhd_common.c | 96 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_c_prec_enq() local 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()
|
D | dhd_bus.h | 46 struct brcmf_pub *drvr; /* pointer to driver pub structure brcmf_pub */ member
|