Lines Matching refs:MALLOCZ
728 str_buf = MALLOCZ(dhdp->osh, (MAX_NO_OF_ARG * SIZE_LOC_STR)); in dhd_dbg_verboselog_printf()
1642 tx_report = (dhd_dbg_tx_report_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor()
1651 tx_pkts = (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor()
1667 rx_report = (dhd_dbg_rx_report_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor()
1676 rx_pkts = (dhd_dbg_rx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor()
2712 dbg = MALLOCZ(dhdp->osh, sizeof(dhd_dbg_t)); in dhd_dbg_attach()
2719 buf = MALLOCZ(dhdp->osh, FW_VERBOSE_RING_SIZE); in dhd_dbg_attach()
2731 buf = MALLOCZ(dhdp->osh, DHD_EVENT_RING_SIZE); in dhd_dbg_attach()
2741 buf = MALLOCZ(dhdp->osh, DRIVER_LOG_RING_SIZE); in dhd_dbg_attach()
2749 buf = MALLOCZ(dhdp->osh, ROAM_STATS_RING_SIZE); in dhd_dbg_attach()
2758 buf = MALLOCZ(dhdp->osh, BT_LOG_RING_SIZE); in dhd_dbg_attach()