HomeSort by: relevance | last modified time | path
    Searched defs:fdirhash (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 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; local in function:ixgbe_fdir_write_perfect_filter_82599
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; local in function:ixgbe_fdir_erase_perfect_filter_82599
1993 /* configure FDIRHASH register */
1994 fdirhash = input->formatted.bkt_hash
    [all...]
ixgbe_82599.c 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; local in function:ixgbe_fdir_write_perfect_filter_82599
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; local in function:ixgbe_fdir_erase_perfect_filter_82599
1993 /* configure FDIRHASH register */
1994 fdirhash = input->formatted.bkt_hash
    [all...]
ixgbe_82599.c 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; local in function:ixgbe_fdir_write_perfect_filter_82599
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; local in function:ixgbe_fdir_erase_perfect_filter_82599
1993 /* configure FDIRHASH register */
1994 fdirhash = input->formatted.bkt_hash
    [all...]
ixgbe_82599.c 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; local in function:ixgbe_fdir_write_perfect_filter_82599
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; local in function:ixgbe_fdir_erase_perfect_filter_82599
1993 /* configure FDIRHASH register */
1994 fdirhash = input->formatted.bkt_hash
    [all...]

Completed in 47 milliseconds