Home
last modified time | relevance | path

Searched refs:pNicDevice (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DSimpleNetwork.c42 NIC_DEVICE * pNicDevice; in ReceiveFilterUpdate() local
49 pNicDevice = DEV_FROM_SIMPLE_NETWORK ( pSimpleNetwork ); in ReceiveFilterUpdate()
55 Ax88772MulticastClear ( pNicDevice ); in ReceiveFilterUpdate()
65 Ax88772MulticastSet ( pNicDevice, in ReceiveFilterUpdate()
70 Status = Ax88772RxControl ( pNicDevice, pMode->ReceiveFilterSetting ); in ReceiveFilterUpdate()
123 NIC_DEVICE * pNicDevice; in SN_GetStatus() local
139 pNicDevice = DEV_FROM_SIMPLE_NETWORK ( pSimpleNetwork ); in SN_GetStatus()
140 if (( NULL != ppTxBuf ) && ( NULL != pNicDevice->pTxBuffer )) { in SN_GetStatus()
141 *ppTxBuf = pNicDevice->pTxBuffer; in SN_GetStatus()
142 pNicDevice->pTxBuffer = NULL; in SN_GetStatus()
[all …]
DAx88772.c84 IN NIC_DEVICE * pNicDevice, in Ax88772MacAddressGet() argument
105 Status = Ax88772UsbCommand ( pNicDevice, in Ax88772MacAddressGet()
127 IN NIC_DEVICE * pNicDevice, in Ax88772MacAddressSet() argument
147 Status = Ax88772UsbCommand ( pNicDevice, in Ax88772MacAddressSet()
161 IN NIC_DEVICE * pNicDevice in Ax88772MulticastClear() argument
169 pNicDevice->MulticastHash[0] = 0; in Ax88772MulticastClear()
184 IN NIC_DEVICE * pNicDevice, in Ax88772MulticastSet() argument
198 pNicDevice->MulticastHash [ Crc >> 3 ] |= ( 1<< (Crc& 7)); in Ax88772MulticastSet()
215 IN NIC_DEVICE * pNicDevice in Ax88772NegotiateLinkStart() argument
224 Status = Ax88772PhyWrite ( pNicDevice, in Ax88772NegotiateLinkStart()
[all …]
DDriverBinding.c123 NIC_DEVICE *pNicDevice; in DriverStart() local
133 LengthInBytes = sizeof ( *pNicDevice ); in DriverStart()
137 (VOID **) &pNicDevice in DriverStart()
148 ZeroMem ( pNicDevice, LengthInBytes ); in DriverStart()
149 pNicDevice->Signature = DEV_SIGNATURE; in DriverStart()
154 (VOID **) &pNicDevice->pUsbIo, in DriverStart()
162 gBS->FreePool ( pNicDevice ); in DriverStart()
169 Status = SN_Setup ( pNicDevice ); in DriverStart()
179 gBS->FreePool ( pNicDevice ); in DriverStart()
183 Status = pNicDevice->pUsbIo->UsbGetDeviceDescriptor ( pNicDevice->pUsbIo, &Device ); in DriverStart()
[all …]
DAx88772.h464 IN NIC_DEVICE * pNicDevice
667 IN NIC_DEVICE * pNicDevice,
686 IN NIC_DEVICE * pNicDevice,
698 IN NIC_DEVICE * pNicDevice
713 IN NIC_DEVICE * pNicDevice,
731 IN NIC_DEVICE * pNicDevice
753 IN NIC_DEVICE * pNicDevice,
776 IN NIC_DEVICE * pNicDevice,
796 IN NIC_DEVICE * pNicDevice,
816 IN NIC_DEVICE * pNicDevice
[all …]
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c90 IN NIC_DEVICE * pNicDevice, in Ax88772MacAddressGet() argument
113 Status = Ax88772UsbCommand ( pNicDevice, in Ax88772MacAddressGet()
140 IN NIC_DEVICE * pNicDevice, in Ax88772MacAddressSet() argument
162 Status = Ax88772UsbCommand ( pNicDevice, in Ax88772MacAddressSet()
182 IN NIC_DEVICE * pNicDevice in Ax88772MulticastClear() argument
190 pNicDevice->MulticastHash[0] = 0; in Ax88772MulticastClear()
191 pNicDevice->MulticastHash[1] = 0; in Ax88772MulticastClear()
209 IN NIC_DEVICE * pNicDevice, in Ax88772MulticastSet() argument
230 pNicDevice->MulticastHash[0] |= Mask; in Ax88772MulticastSet()
234 pNicDevice->MulticastHash[1] |= Mask; in Ax88772MulticastSet()
[all …]
DDriverBinding.c110 NIC_DEVICE * pNicDevice; in DriverStart() local
118 LengthInBytes = sizeof ( *pNicDevice ); in DriverStart()
122 (VOID **) &pNicDevice in DriverStart()
127 pNicDevice, in DriverStart()
128 sizeof ( *pNicDevice ))); in DriverStart()
133 ZeroMem ( pNicDevice, LengthInBytes ); in DriverStart()
134 pNicDevice->Signature = DEV_SIGNATURE; in DriverStart()
142 (VOID **) &pNicDevice->pUsbIo, in DriverStart()
155 pNicDevice, in DriverStart()
156 (VOID **)&pNicDevice->Timer ); in DriverStart()
[all …]
DSimpleNetwork.c42 NIC_DEVICE * pNicDevice; in ReceiveFilterUpdate() local
51 pNicDevice = DEV_FROM_SIMPLE_NETWORK ( pSimpleNetwork ); in ReceiveFilterUpdate()
53 Status = Ax88772MacAddressSet ( pNicDevice, in ReceiveFilterUpdate()
59 Ax88772MulticastClear ( pNicDevice ); in ReceiveFilterUpdate()
71 Ax88772MulticastSet ( pNicDevice, in ReceiveFilterUpdate()
80 Status = Ax88772RxControl ( pNicDevice, pMode->ReceiveFilterSetting ); in ReceiveFilterUpdate()
140 NIC_DEVICE * pNicDevice; in SN_GetStatus() local
153 pNicDevice = DEV_FROM_SIMPLE_NETWORK ( pSimpleNetwork ); in SN_GetStatus()
154 if (( NULL != ppTxBuf ) && ( NULL != pNicDevice->pTxBuffer )) { in SN_GetStatus()
155 *ppTxBuf = pNicDevice->pTxBuffer; in SN_GetStatus()
[all …]
DAx88772.h401 IN NIC_DEVICE * pNicDevice
604 IN NIC_DEVICE * pNicDevice,
623 IN NIC_DEVICE * pNicDevice,
635 IN NIC_DEVICE * pNicDevice
650 IN NIC_DEVICE * pNicDevice,
668 IN NIC_DEVICE * pNicDevice
690 IN NIC_DEVICE * pNicDevice,
713 IN NIC_DEVICE * pNicDevice,
733 IN NIC_DEVICE * pNicDevice,
753 IN NIC_DEVICE * pNicDevice
[all …]