K 10 svn:author V 2 mw K 8 svn:date V 27 2018-05-10T09:25:51.655754Z K 7 svn:log V 517 Apply fixes in ena-com * Change ena-com BIT macro to work on unsigned value. To make the shifting operations safer, they should be working on unsigned values. * Fix a mutex not owned ASSERT panic in ENA control path. A thread calling cv_broadcast()/cv_signal() must hold the mutex used for cv_wait(). Fix the ENA control path code that has this problem. Submitted by: Krishna Yenduri Reviewed by: Michal Krawczyk Tested by: Michal Krawczyk END