Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ddp.c1308 int ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument
1328 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg()
1333 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg()
1352 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section() argument
1360 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_upload_section()
1375 static int ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_update_pkg() argument
1395 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_update_pkg()
1400 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_update_pkg()
A Dice_ddp.h420 int ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
423 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
A Dice_flex_pipe.h27 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,

Completed in 8 milliseconds