Searched refs:dhd_pub (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Ddhd_bta.h29 struct dhd_pub;
31 extern int dhd_bta_docmd(struct dhd_pub *pub, void *cmd_buf, uint cmd_len);
33 extern void dhd_bta_doevt(struct dhd_pub *pub, void *data_buf, uint data_len);
35 extern int dhd_bta_tx_hcidata(struct dhd_pub *pub, void *data_buf, uint data_len);
36 extern void dhd_bta_tx_hcidata_complete(struct dhd_pub *dhdp, void *txp, bool success);
H A Ddhd_common.c259 dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, int ifindex) argument
268 return dhd_wl_ioctl(dhd_pub, ifindex, &ioc, arg, len);
273 dhd_wl_ioctl(dhd_pub_t *dhd_pub, int ifindex, wl_ioctl_t *ioc, void *buf, int len) argument
277 dhd_os_proto_block(dhd_pub);
279 ret = dhd_prot_ioctl(dhd_pub, ifindex, ioc, buf, len);
280 if ((ret) && (dhd_pub->up))
282 dhd_os_check_hang(dhd_pub, ifindex, ret);
284 dhd_os_proto_unblock(dhd_pub);
290 dhd_doiovar(dhd_pub_t *dhd_pub, const bcm_iovar_t *vi, uint32 actionid, const char *name, argument
328 bcm_strncpy_s((char *)arg, len, bcmerrorstr(dhd_pub
590 dhd_iovar_op(dhd_pub_t *dhd_pub, const char *name, void *params, int plen, void *arg, int len, bool set) argument
642 dhd_ioctl(dhd_pub_t * dhd_pub, dhd_ioctl_t *ioc, void * buf, uint buflen) argument
971 wl_host_event(dhd_pub_t *dhd_pub, int *ifidx, void *pktdata, wl_event_msg_t *event, void **data_ptr) argument
[all...]
H A Dwl_linux_mon.c53 int dhd_monitor_init(void *dhd_pub);
72 void *dhd_pub; member in struct:dhd_linux_monitor
121 ndev = dhd_idx2net(g_monitor.dhd_pub, i);
384 int dhd_monitor_init(void *dhd_pub) argument
387 g_monitor.dhd_pub = dhd_pub;
H A Ddhd_proto.h86 extern int dhd_ioctl(dhd_pub_t * dhd_pub, dhd_ioctl_t *ioc, void * buf, uint buflen);
H A Ddhd.h175 typedef struct dhd_pub { struct
521 extern int wl_host_event(dhd_pub_t *dhd_pub, int *idx, void *pktdata,
525 extern int dhd_wl_ioctl(dhd_pub_t *dhd_pub, int ifindex, wl_ioctl_t *ioc, void *buf, int len);
526 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set,
H A Ddhd_linux.c125 void aoe_update_host_ipv4_table(dhd_pub_t *dhd_pub, u32 ipa, bool add);
516 int dhd_monitor_init(void *dhd_pub);
832 struct dhd_pub *dhd_pub = (struct dhd_pub *)pub; local
835 if (!dhd_pub || ifidx < 0 || ifidx >= DHD_MAX_IFS)
837 dhd_info = dhd_pub->info;
3799 aoe_update_host_ipv4_table(dhd_pub_t *dhd_pub, u32 ipa, bool add) argument
3808 ret = dhd_arp_get_arp_hostip_table(dhd_pub, ipv4_buf, sizeof(ipv4_buf));
3814 dhd_aoe_hostip_clr(dhd_pub);
3855 dhd_pub_t *dhd_pub; local
[all...]
H A Dwl_cfg80211.c409 int dhd_monitor_init(void *dhd_pub);
8339 netdev = dhd_idx2net((struct dhd_pub *)(wl->pub), e->emsg.ifidx);

Completed in 100 milliseconds