Searched refs:buff_cmd (Results 1 – 1 of 1) sorted by relevance
474 struct dcf_virtchnl_cmd desc_cmd, buff_cmd; in ice_dcf_send_aq_cmd() local494 buff_cmd.v_op = VIRTCHNL_OP_DCF_CMD_BUFF; in ice_dcf_send_aq_cmd()495 buff_cmd.req_msglen = buf_size; in ice_dcf_send_aq_cmd()496 buff_cmd.req_msg = buf; in ice_dcf_send_aq_cmd()497 buff_cmd.rsp_buflen = buf_size; in ice_dcf_send_aq_cmd()498 buff_cmd.rsp_msgbuf = buf; in ice_dcf_send_aq_cmd()502 ice_dcf_vc_cmd_set(hw, &buff_cmd); in ice_dcf_send_aq_cmd()505 ice_dcf_vc_cmd_send(hw, &buff_cmd)) { in ice_dcf_send_aq_cmd()512 if (!desc_cmd.pending && !buff_cmd.pending) in ice_dcf_send_aq_cmd()522 i, desc_cmd.v_ret, buff_cmd.v_ret); in ice_dcf_send_aq_cmd()[all …]