Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Dpkgfs.c129 u_char pkg_buf[PKG_BUFSIZE]; member
454 c = read(pkg->pkg_fd, pkg->pkg_buf, PKG_BUFSIZE); in get_byte()
458 pkg->pkg_zs.next_in = pkg->pkg_buf; in get_byte()
478 c = read(pkg->pkg_fd, pkg->pkg_buf, PKG_BUFSIZE); in get_zipped()
484 pkg->pkg_zs.next_in = pkg->pkg_buf; in get_zipped()
/freebsd-13.1/sys/dev/ice/
H A Dice_flex_pipe.h70 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
H A Dice_flex_pipe.c819 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument
841 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg()
846 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg()
866 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section() argument
875 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_upload_section()
891 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg() argument
913 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_update_pkg()
918 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_update_pkg()