Searched refs:buff_cmd (Results 1 – 1 of 1) sorted by relevance
469 struct dcf_virtchnl_cmd desc_cmd, buff_cmd; in ice_dcf_send_aq_cmd() local489 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()509 (!buff_cmd.pending && 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()[all …]