Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1178 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument
1198 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg()
1203 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg()
1709 static int ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_update_pkg() argument
1729 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_update_pkg()
1734 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_update_pkg()
1753 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section() argument
1761 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_upload_section()
H A Dice_flex_pipe.h26 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
H A Dice_ddp.h453 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,