Lines Matching refs:dhdpub

3494 int dhd_op_if_update(dhd_pub_t *dhdpub, int ifidx)  in dhd_op_if_update()  argument
3501 if ((NULL==dhdpub)||(NULL==dhdpub->info)) { in dhd_op_if_update()
3505 dhdinfo = (dhd_info_t *)dhdpub->info; in dhd_op_if_update()
10139 dhd_allocate_if(dhd_pub_t *dhdpub, int ifidx, const char *name, in dhd_allocate_if() argument
10142 dhd_info_t *dhdinfo = (dhd_info_t *)dhdpub->info; in dhd_allocate_if()
10267 ifp->phnd_arp_table = init_l2_filter_arp_table(dhdpub->osh); in dhd_allocate_if()
10272 ifp->qosmap_up_table = ((uint8*)MALLOCZ(dhdpub->osh, UP_TABLE_MAX)); in dhd_allocate_if()
10330 bcm_l2_filter_arp_table_update(dhdpub->osh, ifp->phnd_arp_table, TRUE, in dhd_cleanup_ifp()
10331 NULL, FALSE, dhdpub->tickcnt); in dhd_cleanup_ifp()
10332 deinit_l2_filter_arp_table(dhdpub->osh, ifp->phnd_arp_table); in dhd_cleanup_ifp()
10337 MFREE(dhdpub->osh, ifp->qosmap_up_table, UP_TABLE_MAX); in dhd_cleanup_ifp()
10377 dhd_remove_if(dhd_pub_t *dhdpub, int ifidx, bool need_rtnl_lock) in dhd_remove_if() argument
10379 dhd_info_t *dhdinfo = (dhd_info_t *)dhdpub->info; in dhd_remove_if()
10395 dhd_cleanup_ifp(dhdpub, ifp); in dhd_remove_if()
10406 DHD_GENERAL_LOCK(dhdpub, flags); in dhd_remove_if()
10408 DHD_GENERAL_UNLOCK(dhdpub, flags); in dhd_remove_if()
10413 timeout = wait_event_timeout(dhdpub->tx_completion_wait, in dhd_remove_if()
10442 dhd_tcpack_suppress_set(dhdpub, TCPACK_SUP_OFF); in dhd_remove_if()
10466 DHD_GENERAL_LOCK(dhdpub, flags); in dhd_remove_if()
10468 DHD_GENERAL_UNLOCK(dhdpub, flags); in dhd_remove_if()
10471 dhd_wmf_cleanup(dhdpub, ifidx); in dhd_remove_if()
18698 uint8* dhd_os_prealloc(dhd_pub_t *dhdpub, int section, uint size, bool kmalloc_if_fail) in dhd_os_prealloc() argument
18703 buf = (uint8*)wifi_platform_prealloc(dhdpub->info->adapter, section, size); in dhd_os_prealloc()
18710 void dhd_os_prefree(dhd_pub_t *dhdpub, void *addr, uint size) in dhd_os_prefree() argument