Searched refs:list_buf (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c2317 struct brcmf_iscan_results *list_buf; local
2321 list_buf = (struct brcmf_iscan_results *)iscan->scan_buf;
2322 results = &list_buf->results;
2323 results_le = &list_buf->results_le;
2342 *status = le32_to_cpu(list_buf->status_le);
/drivers/net/wireless/bcmdhd/
H A Dwl_iw.c3411 wl_iscan_results_t * list_buf; local
3437 list_buf = (wl_iscan_results_t*)buf->iscan_buf;
3438 results = &list_buf->results;
3458 status = dtoh32(list_buf->status);
H A Dwl_cfg80211.c7285 struct wl_iscan_results *list_buf; local
7290 list_buf = (struct wl_iscan_results *)iscan->scan_buf;
7291 results = &list_buf->results;
7310 *status = dtoh32(list_buf->status);

Completed in 116 milliseconds