Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_type.h372 #define IXGBE_RDLEN(_i) (((_i) < 64) ? (0x01008 + ((_i) * 0x40)) : \ macro
H A Dif_ix.c2710 IXGBE_WRITE_REG(hw, IXGBE_RDLEN(i), in ix_init_rx_unit()