Searched refs:alloc_id (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_acl.c | 68 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 D | ice_acl.h | 139 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 D | ice_acl_ctrl.c | 358 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 D | ice_adminq_cmd.h | 2064 __le16 alloc_id; member 2078 __le16 alloc_id; member
|