Searched refs:WLFC_HANGER_MAXITEMS (Results 1 – 2 of 2) sorted by relevance
328 ASSERT(max_items == WLFC_HANGER_MAXITEMS); in dhd_wlfc_hanger_create()376 return WLFC_HANGER_MAXITEMS; in dhd_wlfc_hanger_get_free_slot()388 if (slot_id == WLFC_HANGER_MAXITEMS) in dhd_wlfc_hanger_get_genbit()411 if (h && (slot_id < WLFC_HANGER_MAXITEMS)) { in dhd_wlfc_hanger_pushpkt()435 if (slot_id == WLFC_HANGER_MAXITEMS) in dhd_wlfc_hanger_poppkt()467 if (slot_id == WLFC_HANGER_MAXITEMS) in dhd_wlfc_hanger_mark_suppressed()820 int hslot = WLFC_HANGER_MAXITEMS; in _dhd_wlfc_pretx_pktprocess()2308 dhd_wlfc_hanger_create(dhd->osh, WLFC_HANGER_MAXITEMS); in dhd_wlfc_enable()
28 #define WLFC_HANGER_MAXITEMS 1024 macro