Home
last modified time | relevance | path

Searched refs:desc_cmd (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf.c469 struct dcf_virtchnl_cmd desc_cmd, buff_cmd; in ice_dcf_send_aq_cmd() local
478 desc_cmd.v_op = VIRTCHNL_OP_DCF_CMD_DESC; in ice_dcf_send_aq_cmd()
479 desc_cmd.req_msglen = sizeof(*desc); in ice_dcf_send_aq_cmd()
480 desc_cmd.req_msg = (uint8_t *)desc; in ice_dcf_send_aq_cmd()
481 desc_cmd.rsp_buflen = sizeof(*desc); in ice_dcf_send_aq_cmd()
482 desc_cmd.rsp_msgbuf = (uint8_t *)desc; in ice_dcf_send_aq_cmd()
496 ice_dcf_vc_cmd_set(hw, &desc_cmd); in ice_dcf_send_aq_cmd()
499 if (ice_dcf_vc_cmd_send(hw, &desc_cmd) || in ice_dcf_send_aq_cmd()
508 (!desc_cmd.pending && desc_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 …]