Home
last modified time | relevance | path

Searched refs:IXGBE_CORE_LOCK (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/ixgbe/
HDif_ixv.c469 IXGBE_CORE_LOCK(adapter); in ixv_detach()
519 IXGBE_CORE_LOCK(adapter); in ixv_shutdown()
577 IXGBE_CORE_LOCK(adapter); in ixv_ioctl()
587 IXGBE_CORE_LOCK(adapter); in ixv_ioctl()
601 IXGBE_CORE_LOCK(adapter); in ixv_ioctl()
626 IXGBE_CORE_LOCK(adapter); in ixv_ioctl()
762 IXGBE_CORE_LOCK(adapter); in ixv_init()
966 IXGBE_CORE_LOCK(adapter); in ixv_media_status()
1830 IXGBE_CORE_LOCK(adapter); in ixv_register_vlan()
1857 IXGBE_CORE_LOCK(adapter); in ixv_unregister_vlan()
HDif_ix.c685 IXGBE_CORE_LOCK(adapter); in ixgbe_detach()
755 IXGBE_CORE_LOCK(adapter); in ixgbe_shutdown()
775 IXGBE_CORE_LOCK(adapter); in ixgbe_suspend()
794 IXGBE_CORE_LOCK(adapter); in ixgbe_resume()
869 IXGBE_CORE_LOCK(adapter); in ixgbe_ioctl()
882 IXGBE_CORE_LOCK(adapter); in ixgbe_ioctl()
901 IXGBE_CORE_LOCK(adapter); in ixgbe_ioctl()
944 IXGBE_CORE_LOCK(adapter); in ixgbe_ioctl()
1284 IXGBE_CORE_LOCK(adapter); in ixgbe_init()
1720 IXGBE_CORE_LOCK(adapter); in ixgbe_media_status()
[all …]
HDixgbe.h600 #define IXGBE_CORE_LOCK(_sc) mtx_lock(&(_sc)->core_mtx) macro
/NextBSD/sys/dev/netmap/
HDixgbe_netmap.h123 IXGBE_CORE_LOCK(adapter); in ixgbe_netmap_reg()