Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c1159 if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) { in ixgbe_write_iosf_sb_reg_x550()
1202 if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) { in ixgbe_read_iosf_sb_reg_x550()
H A Dixgbe_type.h4404 #define IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK \ macro