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

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c892 bool ours, wantdpc; local
899 ours = brcms_c_isr(wl->wlc, &wantdpc);
902 if (wantdpc) {
H A Dpub.h548 extern bool brcms_c_isr(struct brcms_c_info *wlc, bool *wantdpc);
H A Dmain.c2584 * *wantdpc will be set to true if further brcms_c_dpc() processing is required,
2587 bool brcms_c_isr(struct brcms_c_info *wlc, bool *wantdpc) argument
2592 *wantdpc = false;
2608 *wantdpc = true;

Completed in 73 milliseconds