ice_aq_sw_rules
if (ice_aq_sw_rules(&event_pf->hw, s_rule, rule_buf_sz, 1,
if (ice_aq_sw_rules(&event_pf->hw, (struct ice_aqc_sw_rules *)s_rule,
err = ice_aq_sw_rules(&lag->pf->hw, s_rule, s_rule_sz, 1, opc, NULL);
if (ice_aq_sw_rules(&lag->pf->hw, s_rule, buf_len, 1, opc, NULL)) {
status = ice_aq_sw_rules(hw, lg_act, rules_size, 2,
status = ice_aq_sw_rules(hw, s_rule, s_rule_size, 1, opc, NULL);
status = ice_aq_sw_rules(hw, s_rule,
status = ice_aq_sw_rules(hw, s_rule,
status = ice_aq_sw_rules(hw, s_rule,
status = ice_aq_sw_rules(hw, (struct ice_aqc_sw_rules *)s_rule,
status = ice_aq_sw_rules(hw, (struct ice_aqc_sw_rules *)s_rule,
ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz,
ice_aq_sw_rules,