Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl.c68 ice_aq_dealloc_acl_tbl(struct ice_hw *hw, u16 alloc_id, in ice_aq_dealloc_acl_tbl() argument
76 cmd->alloc_id = CPU_TO_LE16(alloc_id); in ice_aq_dealloc_acl_tbl()
141 ice_aq_actpair_a_d(struct ice_hw *hw, u16 opcode, u16 alloc_id, in ice_aq_actpair_a_d() argument
149 cmd->alloc_id = CPU_TO_LE16(alloc_id); in ice_aq_actpair_a_d()
167 ice_aq_alloc_actpair(struct ice_hw *hw, u16 alloc_id, in ice_aq_alloc_actpair() argument
170 return ice_aq_actpair_a_d(hw, ice_aqc_opc_alloc_acl_actpair, alloc_id, in ice_aq_alloc_actpair()
184 ice_aq_dealloc_actpair(struct ice_hw *hw, u16 alloc_id, in ice_aq_dealloc_actpair() argument
187 return ice_aq_actpair_a_d(hw, ice_aqc_opc_dealloc_acl_actpair, alloc_id, in ice_aq_dealloc_actpair()
H A Dice_acl.h139 ice_aq_dealloc_acl_tbl(struct ice_hw *hw, u16 alloc_id,
148 ice_aq_alloc_actpair(struct ice_hw *hw, u16 alloc_id,
151 ice_aq_dealloc_actpair(struct ice_hw *hw, u16 alloc_id,
H A Dice_acl_ctrl.c358 if (LE16_TO_CPU(tbl_alloc.buf.resp_buf.alloc_id) < in ice_acl_create_tbl()
377 tbl->id = LE16_TO_CPU(resp_buf->alloc_id); in ice_acl_create_tbl()
H A Dice_adminq_cmd.h2064 __le16 alloc_id; member
2078 __le16 alloc_id; member