Searched refs:bmcast (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_recv.c | 307 bool bmcast = is_multicast_ether_addr(pattrib->dst); in sta2sta_data_frame() local 314 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) in sta2sta_data_frame() 329 if (bmcast) { in sta2sta_data_frame() 353 if (bmcast) in sta2sta_data_frame() 375 bool bmcast = is_multicast_ether_addr(pattrib->dst); in ap2sta_data_frame() local 396 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) in ap2sta_data_frame() 403 if (bmcast) in ap2sta_data_frame()
|
D | rtl871x_xmit.c | 185 bool bmcast; in r8712_update_attrib() local 261 bmcast = is_multicast_ether_addr(pattrib->ra); in r8712_update_attrib() 263 if (bmcast) { in r8712_update_attrib() 306 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in r8712_update_attrib()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | recv_linux.c | 110 int bmcast = IS_MCAST(pattrib->dst); in rtw_os_recv_indicate_pkt() local 117 if (bmcast) { in rtw_os_recv_indicate_pkt() 135 if (bmcast && (pskb2 != NULL)) { in rtw_os_recv_indicate_pkt()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 790 sint bmcast = IS_MCAST(pattrib->dst); in sta2sta_data_frame() local 804 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { in sta2sta_data_frame() 828 if (bmcast) { in sta2sta_data_frame() 857 if (bmcast) in sta2sta_data_frame() 888 sint bmcast = IS_MCAST(pattrib->dst); in ap2sta_data_frame() local 907 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { in ap2sta_data_frame() 931 if (!bmcast) { in ap2sta_data_frame() 940 if (bmcast) in ap2sta_data_frame() 992 if (!memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && (!bmcast)) { in ap2sta_data_frame()
|
D | rtw_xmit.c | 509 sint bmcast = IS_MCAST(pattrib->ra); in update_attrib_sec_info() local 529 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib_sec_info() 538 if (bmcast) in update_attrib_sec_info() 574 if (bmcast) in update_attrib_sec_info() 589 if (bmcast) in update_attrib_sec_info() 683 sint bmcast; in update_attrib() local 768 bmcast = IS_MCAST(pattrib->ra); in update_attrib() 771 if (bmcast) { in update_attrib()
|