Home
last modified time | relevance | path

Searched refs:IXGBE_MTA (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c120 if (reg = IXGBE_READ_REG(hw, IXGBE_MTA(i))) { in ixgbe_dump_interrupt()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c2531 IXGBE_WRITE_REG(hw, IXGBE_MTA(i), 0); in ixgbe_init_rx_addrs_generic()
2759 IXGBE_WRITE_REG_ARRAY(hw, IXGBE_MTA(0), i, in ixgbe_update_mc_addr_list_generic()
H A Dixgbe_type.h430 #define IXGBE_MTA(_i) (0x05200 + ((_i) * 4)) macro