Searched refs:pkg_buf (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_flex_pipe.c | 768 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument 788 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg() 793 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg() 816 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg() argument 836 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_update_pkg() 841 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_update_pkg()
|