Home
last modified time | relevance | path

Searched refs:first_cntr (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl.c381 u16 first_cntr, last_cntr; in ice_aq_alloc_acl_cntrs() local
396 first_cntr = LE16_TO_CPU(cmd->ops.resp.first_counter); in ice_aq_alloc_acl_cntrs()
398 if (first_cntr == ICE_AQC_ACL_ALLOC_CNT_INVAL || in ice_aq_alloc_acl_cntrs()
401 cntrs->first_cntr = first_cntr; in ice_aq_alloc_acl_cntrs()
430 cmd->first_counter = CPU_TO_LE16(cntrs->first_cntr); in ice_aq_dealloc_acl_cntrs()
H A Dice_acl.h125 u16 first_cntr; member
H A Dice_flow.c1739 cntrs.first_cntr = in ice_flow_acl_free_act_cntr()
2352 CPU_TO_LE16(cntrs.first_cntr); in ice_flow_acl_check_actions()