Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1168 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument
1188 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg()
1193 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg()
1356 static int ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_update_pkg() argument
1376 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_update_pkg()
1381 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_update_pkg()
1400 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section() argument
1408 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_upload_section()
H A Dice_flex_pipe.h27 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
H A Dice_ddp.h419 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,