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.c378 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_init_locked()
566 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_set_mac_address()
689 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_watchdog()
1210 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_stop()
1508 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_error_intr_locked()
1814 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_offload_setup()
1892 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_setup_multicast()
1913 TSEC_GLOBAL_LOCK_ASSERT(sc); in tsec_set_mtu()
H A Dif_tsec.h232 #define TSEC_GLOBAL_LOCK_ASSERT(sc) do { \ macro