Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5824 ctrl_ext |= IXGBE_CTRL_EXT_DRV_LOAD; in ixgbe_get_driver_control()
5841 ctrl_ext &= ~IXGBE_CTRL_EXT_DRV_LOAD; in ixgbe_release_driver_control()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h1356 #define IXGBE_CTRL_EXT_DRV_LOAD 0x10000000 /* Driver loaded bit for FW */ macro