Lines Matching defs:opc
257 enum ice_adminq_opc opc = ice_aqc_opc_alloc_res;
277 opc, NULL);
885 * @opc: switch rules population command type - pass in the command opcode
892 enum ice_adminq_opc opc)
922 if (opc == ice_aqc_opc_free_res)
925 status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, opc, NULL);
929 if (opc == ice_aqc_opc_alloc_res) {
1007 * @opc: switch rules population command type - pass in the command opcode
1014 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd)
1021 if (opc != ice_aqc_opc_add_sw_rules &&
1022 opc != ice_aqc_opc_update_sw_rules &&
1023 opc != ice_aqc_opc_remove_sw_rules)
1026 ice_fill_dflt_direct_cmd_desc(&desc, opc);
1032 if (opc != ice_aqc_opc_add_sw_rules &&
1222 * @opc: switch rules population command type - pass in the command opcode
1227 enum ice_adminq_opc opc)
1238 if (opc == ice_aqc_opc_remove_sw_rules) {
1352 if (opc != ice_aqc_opc_update_sw_rules)
1588 * @opc: switch rules population command type - pass in the command opcode
1596 u16 vsi_list_id, bool remove, enum ice_adminq_opc opc,
1642 status = ice_aq_sw_rules(hw, s_rule, s_rule_size, 1, opc, NULL);