Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixgb/
HDif_ixgb.c397 IXGB_UNLOCK(adapter); in ixgb_detach()
445 IXGB_UNLOCK(adapter); in ixgb_shutdown()
503 IXGB_UNLOCK(adapter); in ixgb_start()
543 IXGB_UNLOCK(adapter); in ixgb_ioctl()
560 IXGB_UNLOCK(adapter); in ixgb_ioctl()
570 IXGB_UNLOCK(adapter); in ixgb_ioctl()
590 IXGB_UNLOCK(adapter); in ixgb_ioctl()
597 IXGB_UNLOCK(adapter); in ixgb_ioctl()
751 IXGB_UNLOCK(adapter); in ixgb_init()
789 IXGB_UNLOCK(adapter); in ixgb_poll()
[all …]
HDif_ixgb.h380 #define IXGB_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro