Searched defs:BNXE_LOCK_EXIT_PHY (Results 1 – 2 of 2) sorted by relevance
58 void BNXE_LOCK_EXIT_PHY (um_device_t * pUM) { mutex_exit(&pUM->phyMutex); … in BNXE_LOCK_EXIT_PHY() function
953 #define BNXE_LOCK_EXIT_PHY(pUM) mutex_exit(&(pUM)->phyMutex) macro