Searched refs:_hw (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 162 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, _IDX)]) argument 176 #define IXGBE_I2CCTL_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2CCTL) argument 194 #define IXGBE_EEC_BY_MAC(_hw) IXGBE_BY_MAC((_hw), EEC) argument 204 #define IXGBE_FLA_BY_MAC(_hw) IXGBE_BY_MAC((_hw), FLA) argument 218 #define IXGBE_GRC_BY_MAC(_hw) IXGBE_BY_MAC((_hw), GRC) argument 225 #define IXGBE_SRAMREL_BY_MAC(_hw) IXGBE_BY_MAC((_hw), SRAMREL) argument 242 #define IXGBE_I2C_CLK_IN_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2C_CLK_IN) argument 249 #define IXGBE_I2C_CLK_OUT_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2C_CLK_OUT) argument 256 #define IXGBE_I2C_DATA_IN_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2C_DATA_IN) argument 263 #define IXGBE_I2C_DATA_OUT_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2C_DATA_OUT) argument [all …]
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 197 uchar_t _hw; /* overrun (hw) */ member 203 #define za_hw_overrun za_uover._z._hw
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 164 uchar_t _hw; /* overrun (hw) */ member 170 #define async_hw_overrun async_uover._a._hw
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 315 uchar_t _hw; /* overrun (hw) */ member 321 #define async_hw_overrun async_uover._a._hw
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | asy.h | 435 uchar_t _hw; /* overrun (hw) */ member 441 #define async_hw_overrun async_uover._a._hw
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 311 …\item \texttt{ecore\_hw.[ch], ecore\_gtt\_reg\_addr.h, ecore\_gtt\_values.h} -- contains the funct… 457 …Some interesting sub-functions of the \texttt{ecore\_hw\_init()} method, at least for debugging pu… 494 file in to a void* pointer and pass that firmware data buffer pointer in ecore\_hw\_init() as an ar… 496 should pass NULL as an argument for binary firmware data buffer in ecore\_hw\_init(). 515 …{hw_remove} – Release the memory allocated early by the ecore during \texttt{ecore\_hw\_prepare()}. 576 …nippet [\ref{snippets/ecore_int_mode.h}]] needs to be passed when calling \texttt{ecore\_hw\_init}. 648 … in the initial initialization flow [specifically as part of \texttt{ecore\_hw\_prepare()}], as t… 791 …n the device, ecore updates the driver state as DISABLED (as part of ecore\_hw\_init() implementat… 792 …ED - Ecore sets this state when the protocol driver is unloaded (as part of ecore\_hw\_remove()).\\ 940 After the early initialization phase of the ecore (i.e., following ecore\_hw\_prepare()), the \text… [all …]
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm.c | 293 SYSCTL_NODE(_hw, OID_AUTO, vmm, CTLFLAG_RW | CTLFLAG_MPSAFE, NULL,
|