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

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 1722 u32 fdirm = IXGBE_FDIRM_DIPv6; local in function:ixgbe_fdir_set_input_mask_82599
1742 /* Program FDIRM and verify partial masks */
1745 fdirm |= IXGBE_FDIRM_POOL;
1755 fdirm |= IXGBE_FDIRM_L4P;
1771 fdirm |= IXGBE_FDIRM_VLANID;
1775 fdirm |= IXGBE_FDIRM_VLANP;
1779 fdirm |= IXGBE_FDIRM_VLANID;
1792 fdirm |= IXGBE_FDIRM_FLEX;
1802 fdirm |= IXGBE_FDIRM_L3P;
1864 IXGBE_WRITE_REG(hw, IXGBE_FDIRM, fdirm);
    [all...]
ixgbe_82599.c 1722 u32 fdirm = IXGBE_FDIRM_DIPv6; local in function:ixgbe_fdir_set_input_mask_82599
1742 /* Program FDIRM and verify partial masks */
1745 fdirm |= IXGBE_FDIRM_POOL;
1755 fdirm |= IXGBE_FDIRM_L4P;
1771 fdirm |= IXGBE_FDIRM_VLANID;
1775 fdirm |= IXGBE_FDIRM_VLANP;
1779 fdirm |= IXGBE_FDIRM_VLANID;
1792 fdirm |= IXGBE_FDIRM_FLEX;
1802 fdirm |= IXGBE_FDIRM_L3P;
1864 IXGBE_WRITE_REG(hw, IXGBE_FDIRM, fdirm);
    [all...]

Completed in 24 milliseconds