Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h45 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
H A Dice_flex_pipe.c904 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument
926 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg()
931 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg()
951 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section() argument
960 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_upload_section()
976 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg() argument
998 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_update_pkg()
1003 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_update_pkg()