Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio_template.h239 return hw ? hw->entries.le_next : glue (s->hw_head_, TYPE).lh_first; in glue()
324 QLIST_INSERT_HEAD (&s->glue (hw_head_, TYPE), hw, entries); in glue()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c883 unsigned int hw_head_; in hw_atl_b0_hw_ring_tx_head_update() local
886 hw_head_ = hw_atl_tdm_tx_desc_head_ptr_get(self, ring->idx); in hw_atl_b0_hw_ring_tx_head_update()
894 if (hw_head_ >= ring->size) { in hw_atl_b0_hw_ring_tx_head_update()
899 ring->hw_head = hw_head_; in hw_atl_b0_hw_ring_tx_head_update()