Lines Matching refs:opc
437 enum ice_adminq_opc opc) in ice_aq_alloc_free_vsi_list() argument
465 if (opc == ice_aqc_opc_free_res) in ice_aq_alloc_free_vsi_list()
468 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, opc, NULL); in ice_aq_alloc_free_vsi_list()
472 if (opc == ice_aqc_opc_alloc_res) { in ice_aq_alloc_free_vsi_list()
495 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_sw_rules() argument
500 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
501 opc != ice_aqc_opc_update_sw_rules && in ice_aq_sw_rules()
502 opc != ice_aqc_opc_remove_sw_rules) in ice_aq_sw_rules()
505 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_sw_rules()
511 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
678 struct ice_aqc_sw_rules_elem *s_rule, enum ice_adminq_opc opc) in ice_fill_sw_rule() argument
688 if (opc == ice_aqc_opc_remove_sw_rules) { in ice_fill_sw_rule()
798 if (opc != ice_aqc_opc_update_sw_rules) in ice_fill_sw_rule()
952 u16 vsi_list_id, bool remove, enum ice_adminq_opc opc, in ice_update_vsi_list_rule() argument
996 status = ice_aq_sw_rules(hw, s_rule, s_rule_size, 1, opc, NULL); in ice_update_vsi_list_rule()