Home
last modified time | relevance | path

Searched refs:ICE_FLOW_RX (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flow.h347 ICE_FLOW_RX = 0x02, enumerator
348 ICE_FLOW_TX_RX = ICE_FLOW_RX | ICE_FLOW_TX
H A Dice_flow.c2589 if (prof->dir == ICE_FLOW_RX) in ice_flow_acl_frmt_entry()
3624 prof = ice_flow_find_prof_conds(hw, blk, ICE_FLOW_RX, segs, segs_cnt, in ice_add_rss_cfg_sync()
3640 prof = ice_flow_find_prof_conds(hw, blk, ICE_FLOW_RX, segs, segs_cnt, in ice_add_rss_cfg_sync()
3660 prof = ice_flow_find_prof_conds(hw, blk, ICE_FLOW_RX, segs, segs_cnt, in ice_add_rss_cfg_sync()
3682 status = ice_flow_add_prof(hw, blk, ICE_FLOW_RX, in ice_add_rss_cfg_sync()
3789 prof = ice_flow_find_prof_conds(hw, blk, ICE_FLOW_RX, segs, segs_cnt, in ice_rem_rss_cfg_sync()
/f-stack/dpdk/drivers/net/ice/
H A Dice_acl_filter.c233 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init()
244 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init()
255 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init()
266 ret = ice_flow_add_prof(hw, ICE_BLK_ACL, ICE_FLOW_RX, in ice_acl_prof_init()
H A Dice_fdir_filter.c835 enum ice_flow_dir dir = ICE_FLOW_RX; in ice_fdir_hw_tbl_conf()