Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c838 error = (command & IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK) >> in ixgbe_write_iosf_sb_reg_x550()
882 error = (command & IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK) >> in ixgbe_read_iosf_sb_reg_x550()
H A Dixgbe_type.h4005 #define IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK \ macro