Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c1062 struct ice_buf_hdr *bh = (struct ice_buf_hdr *)(bufs + i); in ice_update_pkg_no_lock() local
1066 status = ice_aq_update_pkg(hw, bh, LE16_TO_CPU(bh->data_end), in ice_update_pkg_no_lock()
1117 struct ice_buf_hdr *bh; in ice_dwnld_cfg_bufs() local
1127 bh = (struct ice_buf_hdr *)bufs; in ice_dwnld_cfg_bufs()
1128 if (LE32_TO_CPU(bh->section_entry[0].type) & ICE_METADATA_BUF) in ice_dwnld_cfg_bufs()
1150 bh = (struct ice_buf_hdr *)(bufs + i + 1); in ice_dwnld_cfg_bufs()
1156 if (LE16_TO_CPU(bh->section_count)) in ice_dwnld_cfg_bufs()
1157 if (LE32_TO_CPU(bh->section_entry[0].type) & in ice_dwnld_cfg_bufs()
1162 bh = (struct ice_buf_hdr *)(bufs + i); in ice_dwnld_cfg_bufs()
1164 status = ice_aq_download_pkg(hw, bh, ICE_PKG_BUF_SIZE, last, in ice_dwnld_cfg_bufs()