Home
last modified time | relevance | path

Searched refs:bmcast (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/rtl8712/
Drtl871x_recv.c302 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()
Drtl871x_xmit.c210 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/
Drecv_linux.c109 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/
Drtw_recv.c788 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()
Drtw_xmit.c485 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()