Searched defs:max_items (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Ddhd_wlfc.h81 int max_items; member in struct:wlfc_hanger
H A Ddhd_cdc.c636 dhd_wlfc_hanger_create(osl_t *osh, int max_items) argument
642 ASSERT(max_items == WLFC_HANGER_MAXITEMS);
644 if ((hanger = (wlfc_hanger_t*)MALLOC(osh, WLFC_HANGER_SIZE(max_items))) == NULL)
647 memset(hanger, 0, WLFC_HANGER_SIZE(max_items));
648 hanger->max_items = max_items;
650 for (i = 0; i < hanger->max_items; i++) {
662 MFREE(osh, h, WLFC_HANGER_SIZE(h->max_items));
675 for (i = 0; i < h->max_items; i++) {
2426 for (i = 0; i < h->max_items;
[all...]

Completed in 39 milliseconds