Lines Matching refs:pkg_buf
40 * @pkg_buf: the package buffer to transfer
50 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
70 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd);
75 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf;
88 * @pkg_buf: the package buffer which will receive the section
95 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
103 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd);
109 * @pkg_buf: the package cmd buffer
119 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size,
139 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd);
144 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf;