Searched refs:act_entry_idx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_acl.c | 194 u16 act_entry_idx, struct ice_aqc_actpair *buf, in ice_aq_actpair_p_q() argument 207 cmd->act_entry_index = CPU_TO_LE16(act_entry_idx); in ice_aq_actpair_p_q() 223 ice_aq_program_actpair(struct ice_hw *hw, u8 act_mem_idx, u16 act_entry_idx, in ice_aq_program_actpair() argument 227 act_mem_idx, act_entry_idx, buf, cd); in ice_aq_program_actpair() 241 ice_aq_query_actpair(struct ice_hw *hw, u8 act_mem_idx, u16 act_entry_idx, in ice_aq_query_actpair() argument 245 act_mem_idx, act_entry_idx, buf, cd); in ice_aq_query_actpair()
|
| H A D | ice_acl.h | 154 ice_aq_program_actpair(struct ice_hw *hw, u8 act_mem_idx, u16 act_entry_idx, 157 ice_aq_query_actpair(struct ice_hw *hw, u8 act_mem_idx, u16 act_entry_idx,
|
| H A D | ice_acl_ctrl.c | 179 u16 act_entry_idx, start, end; in ice_acl_init_tbl() local 187 for (act_entry_idx = start; act_entry_idx <= end; in ice_acl_init_tbl() 188 act_entry_idx++) { in ice_acl_init_tbl() 190 status = ice_aq_program_actpair(hw, i, act_entry_idx, in ice_acl_init_tbl()
|