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

/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c378 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
385 if (wlfc == NULL) {
386 bcm_bprintf(strbuf, "wlfc not initialized yet\n");
389 h = (wlfc_hanger_t*)wlfc->hanger;
391 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n");
394 mac_table = wlfc->destination_entries.nodes;
395 interfaces = wlfc->destination_entries.interfaces;
396 bcm_bprintf(strbuf, "---- wlfc stats ----\n");
398 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push,"
408 bcm_bprintf(strbuf, "wlfc fai
1757 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
1817 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
1967 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2030 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2101 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2138 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2165 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2191 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2236 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2337 athost_wl_status_info_t* wlfc; local
2392 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
2459 athost_wl_status_info_t* wlfc = (athost_wl_status_info_t*) local
[all...]
H A Ddhd_common.c384 athost_wl_status_info_t *wlfc = local
388 memset(&wlfc->stats, 0, sizeof(athost_wl_stat_counters_t));
390 hanger = (wlfc_hanger_t*)wlfc->hanger;
458 athost_wl_status_info_t *wlfc = local
460 int_val = dhd_pub->wlfc_state ? (int32)wlfc->proptxstatus_mode : 0;
467 athost_wl_status_info_t *wlfc = local
469 wlfc->proptxstatus_mode = int_val & 0xff;

Completed in 63 milliseconds