Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/
Dcxgb_adapter.h413 #define PORT_UNLOCK(port) mtx_unlock(&(port)->lock); macro
/freebsd-9-stable/sys/dev/cxgbe/
Dadapter.h677 #define PORT_UNLOCK(pi) mtx_unlock(&(pi)->pi_lock) macro