Home
last modified time | relevance | path

Searched defs:PORT_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h414 #define PORT_UNLOCK(port) mtx_unlock(&(port)->lock); macro
/freebsd/sys/dev/cxgbe/
H A Dadapter.h1053 #define PORT_UNLOCK(pi) mtx_unlock(&(pi)->pi_lock) macro