Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c190 pNicDevice->MulticastHash[0] = 0; in Ax88772MulticastClear()
191 pNicDevice->MulticastHash[1] = 0; in Ax88772MulticastClear()
230 pNicDevice->MulticastHash[0] |= Mask; in Ax88772MulticastSet()
234 pNicDevice->MulticastHash[1] |= Mask; in Ax88772MulticastSet()
1005 INT32 MulticastHash[2]; in Ax88772RxControl() local
1015 MulticastHash[0] = 0; in Ax88772RxControl()
1016 MulticastHash[1] = 0; in Ax88772RxControl()
1070 MulticastHash[0] = pNicDevice->MulticastHash[0]; in Ax88772RxControl()
1071 MulticastHash[1] = pNicDevice->MulticastHash[1]; in Ax88772RxControl()
1079 MulticastHash[0] = -1; in Ax88772RxControl()
[all …]
DAx88772.h345 INT32 MulticastHash[2]; ///< Hash table for multicast destination addresses member
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DAx88772.c169 pNicDevice->MulticastHash[0] = 0; in Ax88772MulticastClear()
198 pNicDevice->MulticastHash [ Crc >> 3 ] |= ( 1<< (Crc& 7)); in Ax88772MulticastSet()
746 SetupMsg.Length = sizeof ( pNicDevice ->MulticastHash ); in Ax88772RxControl()
749 &pNicDevice->MulticastHash ); in Ax88772RxControl()
DAx88772.h394 INT8 MulticastHash[8]; member
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxe.c169 MulticastHash ( in MulticastHash() function
1357 Crc = MulticastHash (&Mfilter[i], NET_ETHER_ADDR_LEN); in SnpReceiveFilters()