Displaying 2 results from an estimated 2 matches for "rx_freelist".
Did you mean:
tx_freelist
2008 Jun 05
0
GPL PV Windows xennet driver will BSOD
...ose() prior to calling the function XenNet_RxBufferFree()
Here’s the fix for the function XenNet_RxShutdown(); add the following lines after KeAcquireSpinLock() and before XenNet_RxBufferFree ()
/* free any buffers in free list before freeing all rx buffers */
XenFreelist_Dispose(&xi->rx_freelist);
Bart
_________________________________________________________________
Now you can invite friends from Facebook and other groups to join you on Windows Live™ Messenger. Add now.
https://www.invite2messenger.net/im/?source=TXT_EML_WLH_AddNow_Now
--_4d872b99-5d0f-40d7-8947-9e605f64f748_
Content...
2008 Jun 04
0
GPL PV Windows xennet will BSOD
...spose() prior to calling the function XenNet_RxBufferFree()
Here’s the fix for the function XenNet_RxShutdown(); add the following lines after KeAcquireSpinLock() and before XenNet_RxBufferFree ()
/* free any buffers in free list before freeing all rx buffers */
XenFreelist_Dispose(&xi->rx_freelist);
Bart
_________________________________________________________________
Instantly invite friends from Facebook and other social networks to join you on Windows Live™ Messenger.
https://www.invite2messenger.net/im/?source=TXT_EML_WLH_InviteFriends
______________________________________________...