Searched refs:bmcast (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_recv.c | 302 bool bmcast = is_multicast_ether_addr(pattrib->dst); in sta2sta_data_frame() local 309 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) in sta2sta_data_frame() 324 if (bmcast) { in sta2sta_data_frame() 348 if (bmcast) in sta2sta_data_frame() 370 bool bmcast = is_multicast_ether_addr(pattrib->dst); in ap2sta_data_frame() local 391 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) in ap2sta_data_frame() 398 if (bmcast) in ap2sta_data_frame()
|
D | rtl871x_xmit.c | 210 bool bmcast; in r8712_update_attrib() local 286 bmcast = is_multicast_ether_addr(pattrib->ra); in r8712_update_attrib() 288 if (bmcast) { in r8712_update_attrib() 331 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in r8712_update_attrib()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | recv_linux.c | 109 int bmcast = IS_MCAST(pattrib->dst); in rtw_os_recv_indicate_pkt() local 112 if (bmcast) { in rtw_os_recv_indicate_pkt() 127 if (bmcast && (pskb2 != NULL)) { in rtw_os_recv_indicate_pkt()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 788 sint bmcast = IS_MCAST(pattrib->dst); in sta2sta_data_frame() local 802 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { in sta2sta_data_frame() 826 if (bmcast) { in sta2sta_data_frame() 855 if (bmcast) in sta2sta_data_frame() 886 sint bmcast = IS_MCAST(pattrib->dst); in ap2sta_data_frame() local 905 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { in ap2sta_data_frame() 929 if (!bmcast) { in ap2sta_data_frame() 938 if (bmcast) in ap2sta_data_frame() 990 if (!memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && (!bmcast)) { in ap2sta_data_frame()
|
D | rtw_xmit.c | 485 sint bmcast = IS_MCAST(pattrib->ra); in update_attrib_sec_info() local 505 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib_sec_info() 514 if (bmcast) in update_attrib_sec_info() 549 if (bmcast) in update_attrib_sec_info() 563 if (bmcast) in update_attrib_sec_info() 653 sint bmcast; in update_attrib() local 734 bmcast = IS_MCAST(pattrib->ra); in update_attrib() 737 if (bmcast) { in update_attrib()
|