Home
last modified time | relevance | path

Searched refs:BNXE_LOCK_EXIT_OFFLOAD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c76 void BNXE_LOCK_EXIT_OFFLOAD (um_device_t * pUM) { mutex_exit(&pUM->offloadMutex); … in BNXE_LOCK_EXIT_OFFLOAD() function
H A Dbnxe_fcoe.c56 BNXE_LOCK_EXIT_OFFLOAD(pUM); in BnxeFcoeFreeResc()
277 BNXE_LOCK_EXIT_OFFLOAD(pUM); in BnxeFcoeOffloadConnWqeWork()
H A Dbnxe.h971 #define BNXE_LOCK_EXIT_OFFLOAD(pUM) mutex_exit(&(pUM)->offloadMutex) macro