HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_SRRCTL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.c 602 srrctl = IXGBE_READ_REG(hw, IXGBE_SRRCTL(j));
626 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(j), srrctl);
5495 srrctl = IXGBE_READ_REG(hw, IXGBE_SRRCTL(rxr->me));
5497 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(rxr->me), srrctl);
5520 srrctl = IXGBE_READ_REG(hw, IXGBE_SRRCTL(rxr->me));
5522 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(rxr->me), srrctl);
ixgbe_type.h 420 #define IXGBE_SRRCTL(_i) (((_i) <= 15) ? (0x02100 + ((_i) * 4)) : \

Completed in 23 milliseconds