Searched refs:pkg_buf (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 1178 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 D | ice_flex_pipe.h | 26 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
|
H A D | ice_ddp.h | 453 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
|