Lines Matching refs:opc
945 enum ice_adminq_opc opc) in ice_aq_alloc_free_vsi_list() argument
973 if (opc == ice_aqc_opc_free_res) in ice_aq_alloc_free_vsi_list()
976 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, opc, NULL); in ice_aq_alloc_free_vsi_list()
980 if (opc == ice_aqc_opc_alloc_res) { in ice_aq_alloc_free_vsi_list()
1003 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_sw_rules() argument
1008 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
1009 opc != ice_aqc_opc_update_sw_rules && in ice_aq_sw_rules()
1010 opc != ice_aqc_opc_remove_sw_rules) in ice_aq_sw_rules()
1013 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_sw_rules()
1019 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
1539 struct ice_aqc_sw_rules_elem *s_rule, enum ice_adminq_opc opc) in ice_fill_sw_rule() argument
1549 if (opc == ice_aqc_opc_remove_sw_rules) { in ice_fill_sw_rule()
1659 if (opc != ice_aqc_opc_update_sw_rules) in ice_fill_sw_rule()
1813 u16 vsi_list_id, bool remove, enum ice_adminq_opc opc, in ice_update_vsi_list_rule() argument
1857 status = ice_aq_sw_rules(hw, s_rule, s_rule_size, 1, opc, NULL); in ice_update_vsi_list_rule()