Lines Matching defs:reta
425 u32 reta = 0, mrqc, rss_key[10];
443 /* Set multiplier for RETA setup and table size based on MAC */
479 reta = reta >> 8;
480 reta = reta | (((uint32_t) queue_id) << 24);
483 IXGBE_WRITE_REG(hw, IXGBE_RETA(i >> 2), reta);
486 reta);
487 reta = 0;
5936 /* Set multiplier for RETA setup and table size based on MAC */
5953 sbuf_printf(buf, "RETA(%2d): 0x%08x\n", i, reg);
6160 device_printf(dev, "[E]RETA:\n");