Lines Matching defs:fdirhash
1601 * The lower 32-bits of fdirhashcmd is for FDIRHASH, the upper 32-bits
1602 * is for FDIRCMD. Then do a 64-bit register write from FDIRHASH.
1899 u32 fdirport, fdirvlan, fdirhash, fdircmd;
1953 /* configure FDIRHASH register */
1954 fdirhash = input->formatted.bkt_hash;
1955 fdirhash |= soft_id << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT;
1956 IXGBE_WRITE_REG(hw, IXGBE_FDIRHASH, fdirhash);
1989 u32 fdirhash;
1993 /* configure FDIRHASH register */
1994 fdirhash = input->formatted.bkt_hash;
1995 fdirhash |= soft_id << IXGBE_FDIRHASH_SIG_SW_INDEX_SHIFT;
1996 IXGBE_WRITE_REG(hw, IXGBE_FDIRHASH, fdirhash);
2012 IXGBE_WRITE_REG(hw, IXGBE_FDIRHASH, fdirhash);