Lines Matching defs:bh
265 struct ice_buf_hdr *bh = (struct ice_buf_hdr *)(bufs + i);
269 status = ice_aq_update_pkg(hw, bh, LE16_TO_CPU(bh->data_end),
381 struct ice_buf_hdr *bh;
392 bh = (struct ice_buf_hdr *)(bufs + start);
393 if (LE32_TO_CPU(bh->section_entry[0].type) & ICE_METADATA_BUF)
400 bh = (struct ice_buf_hdr *)(bufs + start + i);
403 last = ice_is_last_download_buffer(bh, i, count);
405 status = ice_aq_download_pkg(hw, bh, ICE_PKG_BUF_SIZE, last,
710 struct ice_buf_hdr *bh;
720 bh = (struct ice_buf_hdr *)bufs;
721 if (LE32_TO_CPU(bh->section_entry[0].type) & ICE_METADATA_BUF)