Searched refs:bmcast (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/rtl8188eu/os_dep/
H A Drecv_linux.c135 int bmcast = IS_MCAST(pattrib->dst); local
139 if (bmcast) {
155 if (bmcast)
/drivers/staging/rtl8723au/os_dep/
H A Drecv_linux.c103 int bmcast = is_multicast_ether_addr(pattrib->dst); local
105 /* DBG_8723A("bmcast =%d\n", bmcast); */
110 if (bmcast) {
128 if (bmcast)
/drivers/staging/rtl8712/
H A Drtl871x_recv.c325 sint bmcast = IS_MCAST(pattrib->dst); local
332 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast))
346 if (bmcast) {
367 if (bmcast)
389 sint bmcast = IS_MCAST(pattrib->dst); local
409 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast))
416 if (bmcast)
H A Drtl871x_xmit.c194 sint bmcast; local
266 bmcast = IS_MCAST(pattrib->ra);
268 if (bmcast) {
311 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast);
/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c724 int bmcast = IS_MCAST(pattrib->dst); local
736 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) {
758 if (bmcast) {
785 if (bmcast)
812 int bmcast = IS_MCAST(pattrib->dst); local
826 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) {
841 if (!bmcast) {
850 if (bmcast)
892 if (!memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && (!bmcast)) {
H A Drtw_xmit.c435 int bmcast; local
496 bmcast = IS_MCAST(pattrib->ra);
499 if (bmcast) {
555 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast);
564 if (bmcast)
/drivers/staging/rtl8723au/core/
H A Drtw_recv.c798 int bmcast = is_multicast_ether_addr(pattrib->dst); local
813 if (!ether_addr_equal(myhwaddr, pattrib->dst) && !bmcast) {
840 if (bmcast) {
868 if (bmcast)
899 int bmcast = is_multicast_ether_addr(pattrib->dst); local
916 if (!ether_addr_equal(myhwaddr, pattrib->dst) && !bmcast) {
934 if (!bmcast) {
946 if (bmcast)
992 if (ether_addr_equal(myhwaddr, pattrib->dst) && !bmcast) {
H A Drtw_xmit.c430 int bmcast; local
496 bmcast = is_multicast_ether_addr(pattrib->ra);
499 if (bmcast) {
570 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast);
580 if (bmcast)

Completed in 296 milliseconds