Lines Matching refs:opc
66 enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_alloc_free_res() argument
79 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_alloc_free_res()
482 enum ice_adminq_opc opc) in ice_aq_alloc_free_vsi_list() argument
510 if (opc == ice_aqc_opc_free_res) in ice_aq_alloc_free_vsi_list()
513 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, opc, NULL); in ice_aq_alloc_free_vsi_list()
517 if (opc == ice_aqc_opc_alloc_res) { in ice_aq_alloc_free_vsi_list()
540 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_sw_rules() argument
544 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
545 opc != ice_aqc_opc_update_sw_rules && in ice_aq_sw_rules()
546 opc != ice_aqc_opc_remove_sw_rules) in ice_aq_sw_rules()
549 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_sw_rules()
717 struct ice_aqc_sw_rules_elem *s_rule, enum ice_adminq_opc opc) in ice_fill_sw_rule() argument
727 if (opc == ice_aqc_opc_remove_sw_rules) { in ice_fill_sw_rule()
837 if (opc != ice_aqc_opc_update_sw_rules) in ice_fill_sw_rule()
992 u16 vsi_list_id, bool remove, enum ice_adminq_opc opc, in ice_update_vsi_list_rule() argument
1036 status = ice_aq_sw_rules(hw, s_rule, s_rule_size, 1, opc, NULL); in ice_update_vsi_list_rule()