Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c714 if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) { in ixgbe_read_iosf_sb_reg_x550()
1414 if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) { in ixgbe_write_iosf_sb_reg_x550()
Dixgbe_type.h3786 #define IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK \ macro