Lines Matching refs:sta
74 bool sta; in brcmf_flowring_lookup() local
79 sta = (flow->addr_mode[ifidx] == ADDR_INDIRECT); in brcmf_flowring_lookup()
81 if ((!sta) && (is_multicast_ether_addr(da))) { in brcmf_flowring_lookup()
85 if ((sta) && (flow->tdls_active) && in brcmf_flowring_lookup()
87 sta = false; in brcmf_flowring_lookup()
89 hash_idx = sta ? BRCMF_FLOWRING_HASH_STA(fifo, ifidx) : in brcmf_flowring_lookup()
94 if ((sta || (memcmp(hash[hash_idx].mac, mac, ETH_ALEN) == 0)) && in brcmf_flowring_lookup()
118 bool sta; in brcmf_flowring_create() local
122 sta = (flow->addr_mode[ifidx] == ADDR_INDIRECT); in brcmf_flowring_create()
124 if ((!sta) && (is_multicast_ether_addr(da))) { in brcmf_flowring_create()
128 if ((sta) && (flow->tdls_active) && in brcmf_flowring_create()
130 sta = false; in brcmf_flowring_create()
132 hash_idx = sta ? BRCMF_FLOWRING_HASH_STA(fifo, ifidx) : in brcmf_flowring_create()
433 bool sta; in brcmf_flowring_delete_peer() local
435 sta = (flow->addr_mode[ifidx] == ADDR_INDIRECT); in brcmf_flowring_delete_peer()
441 sta = false; in brcmf_flowring_delete_peer()
450 if ((sta || (memcmp(hash[i].mac, peer, ETH_ALEN) == 0)) && in brcmf_flowring_delete_peer()