PORT_LOCK_DEINIT
#define PORT_LOCK_DEINIT(port) SX_DESTROY(&(port)->lock)
#define PORT_LOCK_DEINIT(port) mtx_destroy(&(port)->lock)