Home
last modified time | relevance | path

Searched refs:TSEC_GLOBAL_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/tsec/
H A Dif_tsec.c384 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_init_locked()
572 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_set_mac_address()
695 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_watchdog()
1216 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_stop()
1514 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_error_intr_locked()
1820 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_offload_setup()
1898 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_setup_multicast()
1919 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_set_mtu()
H A Dif_tsec.h232 #define TSEC_GLOBAL_LOCK_ASSERT(sc) do { \ macro