Lines Matching refs:formatted

1525 	switch (input.formatted.flow_type) {  in ixgbe_fdir_add_signature_filter_82599()
1541 fdircmd |= input.formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_add_signature_filter_82599()
1621 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599()
1635 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1638 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1680 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1684 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1694 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599()
1697 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
1698 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599()
1709 switch (ntohs(input_mask->formatted.vlan_id) & 0xEFFF) { in ixgbe_fdir_set_input_mask_82599()
1728 switch (input_mask->formatted.flex_bytes & 0xFFFF) { in ixgbe_fdir_set_input_mask_82599()
1751 ~input_mask->formatted.src_ip[0]); in ixgbe_fdir_set_input_mask_82599()
1753 ~input_mask->formatted.dst_ip[0]); in ixgbe_fdir_set_input_mask_82599()
1766 input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
1768 input->formatted.src_ip[1]); in ixgbe_fdir_write_perfect_filter_82599()
1770 input->formatted.src_ip[2]); in ixgbe_fdir_write_perfect_filter_82599()
1773 IXGBE_WRITE_REG_BE32(hw, IXGBE_FDIRIPSA, input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
1776 IXGBE_WRITE_REG_BE32(hw, IXGBE_FDIRIPDA, input->formatted.dst_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
1779 fdirport = ntohs(input->formatted.dst_port); in ixgbe_fdir_write_perfect_filter_82599()
1781 fdirport |= ntohs(input->formatted.src_port); in ixgbe_fdir_write_perfect_filter_82599()
1785 fdirvlan = IXGBE_STORE_AS_BE16(input->formatted.flex_bytes); in ixgbe_fdir_write_perfect_filter_82599()
1787 fdirvlan |= ntohs(input->formatted.vlan_id); in ixgbe_fdir_write_perfect_filter_82599()
1791 fdirhash = input->formatted.bkt_hash; in ixgbe_fdir_write_perfect_filter_82599()
1806 fdircmd |= input->formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_write_perfect_filter_82599()
1808 fdircmd |= (u32)input->formatted.vm_pool << IXGBE_FDIRCMD_VT_POOL_SHIFT; in ixgbe_fdir_write_perfect_filter_82599()
1825 fdirhash = input->formatted.bkt_hash; in ixgbe_fdir_erase_perfect_filter_82599()