Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dpkgfs.c126 u_char pkg_buf[PKG_BUFSIZE]; member
451 c = read(pkg->pkg_fd, pkg->pkg_buf, PKG_BUFSIZE); in get_byte()
455 pkg->pkg_zs.next_in = pkg->pkg_buf; in get_byte()
475 c = read(pkg->pkg_fd, pkg->pkg_buf, PKG_BUFSIZE); in get_zipped()
481 pkg->pkg_zs.next_in = pkg->pkg_buf; in get_zipped()
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c40 * @pkg_buf: the package buffer to transfer
50 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg() argument
70 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_download_pkg()
75 resp = (struct ice_aqc_download_pkg_resp *)pkg_buf; in ice_aq_download_pkg()
88 * @pkg_buf: the package buffer which will receive the section
95 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section() argument
103 return ice_aq_send_cmd(hw, &desc, pkg_buf, buf_size, cd); in ice_aq_upload_section()
109 * @pkg_buf: the package cmd buffer
119 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg() argument
139 status = ice_aq_send_cmd(hw, &desc, pkg_buf, buf_siz in ice_aq_update_pkg()
[all...]
H A Dice_flex_pipe.h49 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,