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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.h27 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
H A Dice_ddp.c1158 * @pkg_buf: the package buffer to transfer
1168 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, argument
1188 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd);
1193 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf;
1647 * @pkg_buf: the package cmd buffer
1656 static int ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, argument
1676 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd);
1681 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf;
1694 * @pkg_buf: the package buffer which will receive the section
1700 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, argument
[all...]
H A Dice_ddp.h442 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,

Completed in 148 milliseconds