Searched refs:IXGBE_RDLEN (Results 1 – 3 of 3) sorted by relevance
105 {IXGBE_RDLEN(0), 64, 0x40, "IXGBE_RDLEN"},
5091 IXGBE_WRITE_REG(hw, IXGBE_RDLEN(rxq->reg_idx), in ixgbe_dev_rx_init()
369 #define IXGBE_RDLEN(_i) (((_i) < 64) ? (0x01008 + ((_i) * 0x40)) : \ macro