Searched refs:BRCMF_MAX_IFS (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h26 #define BRCMF_MAX_IFS 16 macro
116 struct mac_address addresses[BRCMF_MAX_IFS];
118 struct brcmf_if *iflist[BRCMF_MAX_IFS];
119 s32 if2bss[BRCMF_MAX_IFS];
H A Dflowring.h43 enum proto_addr_mode addr_mode[BRCMF_MAX_IFS];
H A Dfweh.c151 if (ifevent->ifidx >= BRCMF_MAX_IFS) {
274 if (event->emsg.bsscfgidx >= BRCMF_MAX_IFS) {
H A Dcore.c83 if (ifidx < 0 || ifidx >= BRCMF_MAX_IFS) {
1000 for (idx = 0; idx < BRCMF_MAX_IFS; idx++) {
1004 if (idx == BRCMF_MAX_IFS - 1)
1440 for (i = BRCMF_MAX_IFS - 1; i > -1; i--) {
1524 for (ifidx = 0; ifidx < BRCMF_MAX_IFS; ifidx++) {
H A Dfwsignal.c448 struct brcmf_fws_mac_descriptor iface[BRCMF_MAX_IFS];
1087 if (ifidx >= BRCMF_MAX_IFS) {
2504 for (i = 0; i < BRCMF_MAX_IFS; i++) {
H A Dcfg80211.c589 for (bsscfgidx = 0; bsscfgidx < BRCMF_MAX_IFS; bsscfgidx++) {

Completed in 196 milliseconds