Home
last modified time | relevance | path

Searched refs:IGB_CORE_LOCK (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/e1000/
HDif_igb.c773 IGB_CORE_LOCK(adapter); in igb_detach()
835 IGB_CORE_LOCK(adapter); in igb_suspend()
860 IGB_CORE_LOCK(adapter); in igb_resume()
1140 IGB_CORE_LOCK(adapter); in igb_ioctl()
1159 IGB_CORE_LOCK(adapter); in igb_ioctl()
1179 IGB_CORE_LOCK(adapter); in igb_ioctl()
1191 IGB_CORE_LOCK(adapter); in igb_ioctl()
1217 IGB_CORE_LOCK(adapter); in igb_ioctl()
1224 IGB_CORE_LOCK(adapter); in igb_ioctl()
1397 IGB_CORE_LOCK(adapter); in igb_init()
[all …]
HDif_igb.h533 #define IGB_CORE_LOCK(_sc) mtx_lock(&(_sc)->core_mtx) macro
/trueos/sys/dev/netmap/
HDif_igb_netmap.h62 IGB_CORE_LOCK(adapter); in igb_netmap_reg()