Searched refs:ice_flow_set_fld (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool_fdir.c | 667 ice_flow_set_fld(seg, src_addr, ICE_FLOW_FLD_OFF_INVAL, in ice_set_init_fdir_seg() 671 ice_flow_set_fld(seg, dst_addr, ICE_FLOW_FLD_OFF_INVAL, in ice_set_init_fdir_seg() 675 ice_flow_set_fld(seg, src_port, ICE_FLOW_FLD_OFF_INVAL, in ice_set_init_fdir_seg() 679 ice_flow_set_fld(seg, dst_port, ICE_FLOW_FLD_OFF_INVAL, in ice_set_init_fdir_seg() 802 ice_flow_set_fld(seg, ICE_FLOW_FIELD_IDX_IPV4_SA, in ice_set_fdir_ip4_seg() 812 ice_flow_set_fld(seg, ICE_FLOW_FIELD_IDX_IPV4_DA, in ice_set_fdir_ip4_seg() 822 ice_flow_set_fld(seg, src_port, ICE_FLOW_FLD_OFF_INVAL, in ice_set_fdir_ip4_seg() 832 ice_flow_set_fld(seg, dst_port, ICE_FLOW_FLD_OFF_INVAL, in ice_set_fdir_ip4_seg() 877 ice_flow_set_fld(seg, ICE_FLOW_FIELD_IDX_IPV4_SA, in ice_set_fdir_ip4_usr_seg() 887 ice_flow_set_fld(seg, ICE_FLOW_FIELD_IDX_IPV4_DA, in ice_set_fdir_ip4_usr_seg() [all …]
|
D | ice_flow.h | 238 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld,
|
D | ice_flow.c | 1111 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld, in ice_flow_set_fld() function 1185 ice_flow_set_fld(segs, (enum ice_flow_field)i, in ice_flow_set_rss_seg_info()
|