Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_dcf.c474 struct dcf_virtchnl_cmd desc_cmd, buff_cmd; in ice_dcf_send_aq_cmd() local
483 desc_cmd.v_op = VIRTCHNL_OP_DCF_CMD_DESC; in ice_dcf_send_aq_cmd()
484 desc_cmd.req_msglen = sizeof(*desc); in ice_dcf_send_aq_cmd()
485 desc_cmd.req_msg = (uint8_t *)desc; in ice_dcf_send_aq_cmd()
486 desc_cmd.rsp_buflen = sizeof(*desc); in ice_dcf_send_aq_cmd()
487 desc_cmd.rsp_msgbuf = (uint8_t *)desc; in ice_dcf_send_aq_cmd()
501 ice_dcf_vc_cmd_set(hw, &desc_cmd); in ice_dcf_send_aq_cmd()
504 if (ice_dcf_vc_cmd_send(hw, &desc_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 …]