Searched refs:pkg_buf (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.h | 45 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
|
| H A D | ice_flex_pipe.c | 904 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument 926 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg() 931 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg() 951 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section() argument 960 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_upload_section() 976 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg() argument 998 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_update_pkg() 1003 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_update_pkg()
|