Searched refs:pkg_buf (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_ddp.c | 1308 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 D | ice_ddp.h | 420 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 D | ice_flex_pipe.h | 27 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
|
Completed in 10 milliseconds