Searched refs:bah (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_controlq.h89 u32 bah; member in struct:ice_ctl_q_ring
H A Dice_controlq.c40 (qinfo)->sq.bah = prefix##_ATQBAH; \
49 (qinfo)->rq.bah = prefix##_ARQBAH; \
270 wr32(hw, ring->bah, ICE_HI_DWORD(ring->desc_buf.pa));
482 wr32(hw, cq->sq.bah, 0);
547 wr32(hw, cq->rq.bah, 0);
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_adminq.h68 u32 bah; member in struct:i40e_adminq_ring
H A Di40e_adminq.c55 hw->aq.asq.bah = I40E_VF_ATQBAH1;
60 hw->aq.arq.bah = I40E_VF_ARQBAH1;
66 hw->aq.asq.bah = I40E_PF_ATQBAH;
71 hw->aq.arq.bah = I40E_PF_ARQBAH;
316 wr32(hw, hw->aq.asq.bah, I40E_HI_DWORD(hw->aq.asq.desc_buf.pa));
349 wr32(hw, hw->aq.arq.bah, I40E_HI_DWORD(hw->aq.arq.desc_buf.pa));
506 wr32(hw, hw->aq.asq.bah, 0);
540 wr32(hw, hw->aq.arq.bah, 0);

Completed in 127 milliseconds