Lines Matching refs:desc
105 struct ice_aq_desc desc; in ice_aqc_send_sched_elem_cmd() local
108 cmd = &desc.params.sched_elem_cmd; in ice_aqc_send_sched_elem_cmd()
109 ice_fill_dflt_direct_cmd_desc(&desc, cmd_opc); in ice_aqc_send_sched_elem_cmd()
111 desc.flags |= cpu_to_le16(ICE_AQ_FLAG_RD); in ice_aqc_send_sched_elem_cmd()
112 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd); in ice_aqc_send_sched_elem_cmd()
382 struct ice_aq_desc desc; in ice_aq_get_dflt_topo() local
385 cmd = &desc.params.get_topo; in ice_aq_get_dflt_topo()
386 ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_get_dflt_topo); in ice_aq_get_dflt_topo()
388 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd); in ice_aq_get_dflt_topo()
512 struct ice_aq_desc desc; in ice_aq_query_sched_res() local
514 ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_query_sched_res); in ice_aq_query_sched_res()
515 return ice_aq_send_cmd(hw, &desc, buf, buf_size, cd); in ice_aq_query_sched_res()
677 struct ice_aq_desc desc; in ice_aq_rl_profile() local
680 cmd = &desc.params.rl_profile; in ice_aq_rl_profile()
682 ice_fill_dflt_direct_cmd_desc(&desc, opcode); in ice_aq_rl_profile()
683 desc.flags |= cpu_to_le16(ICE_AQ_FLAG_RD); in ice_aq_rl_profile()
685 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd); in ice_aq_rl_profile()