Lines Matching refs:buff_cmd
469 struct dcf_virtchnl_cmd desc_cmd, buff_cmd; in ice_dcf_send_aq_cmd() local
489 buff_cmd.v_op = VIRTCHNL_OP_DCF_CMD_BUFF; in ice_dcf_send_aq_cmd()
490 buff_cmd.req_msglen = buf_size; in ice_dcf_send_aq_cmd()
491 buff_cmd.req_msg = buf; in ice_dcf_send_aq_cmd()
492 buff_cmd.rsp_buflen = buf_size; in ice_dcf_send_aq_cmd()
493 buff_cmd.rsp_msgbuf = buf; in ice_dcf_send_aq_cmd()
497 ice_dcf_vc_cmd_set(hw, &buff_cmd); in ice_dcf_send_aq_cmd()
500 ice_dcf_vc_cmd_send(hw, &buff_cmd)) { in ice_dcf_send_aq_cmd()
507 if ((!desc_cmd.pending && !buff_cmd.pending) || in ice_dcf_send_aq_cmd()
509 (!buff_cmd.pending && buff_cmd.v_ret != IAVF_SUCCESS)) in ice_dcf_send_aq_cmd()
515 if (desc_cmd.v_ret != IAVF_SUCCESS || buff_cmd.v_ret != IAVF_SUCCESS) { in ice_dcf_send_aq_cmd()
519 i, desc_cmd.v_ret, buff_cmd.v_ret); in ice_dcf_send_aq_cmd()
524 ice_dcf_aq_cmd_clear(hw, &buff_cmd); in ice_dcf_send_aq_cmd()