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

/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c1231 int total_entries; local
1244 total_entries = sizeof(ctx->destination_entries)/sizeof(wlfc_mac_descriptor_t);
1246 for (i = 0; i < total_entries; i++) {
1247 entry = &table[(token_pos + i) % total_entries];
1299 (token_pos + i + 1) % total_entries;
2391 int total_entries; local
2405 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t);
2409 for (i = 0; i < total_entries; i++) {

Completed in 98 milliseconds