Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c24 hw->aq.asq.bal = I40E_VF_ATQBAL1; in i40e_adminq_init_regs()
29 hw->aq.arq.bal = I40E_VF_ARQBAL1; in i40e_adminq_init_regs()
36 hw->aq.asq.bal = I40E_PF_ATQBAL; in i40e_adminq_init_regs()
41 hw->aq.arq.bal = I40E_PF_ARQBAL; in i40e_adminq_init_regs()
301 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
305 reg = rd32(hw, hw->aq.asq.bal); in i40e_config_asq_regs()
348 wr32(hw, hw->aq.arq.bal, I40E_LO_DWORD(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
355 reg = rd32(hw, hw->aq.arq.bal); in i40e_config_arq_regs()
505 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq()
539 wr32(hw, hw->aq.arq.bal, 0); in i40e_shutdown_arq()
H A Di40e_adminq.h39 u32 bal; member
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq.c23 hw->aq.asq.bal = IAVF_VF_ATQBAL1; in iavf_adminq_init_regs()
28 hw->aq.arq.bal = IAVF_VF_ARQBAL1; in iavf_adminq_init_regs()
268 wr32(hw, hw->aq.asq.bal, IAVF_LO_DWORD(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs()
272 reg = rd32(hw, hw->aq.asq.bal); in iavf_config_asq_regs()
297 wr32(hw, hw->aq.arq.bal, IAVF_LO_DWORD(hw->aq.arq.desc_buf.pa)); in iavf_config_arq_regs()
304 reg = rd32(hw, hw->aq.arq.bal); in iavf_config_arq_regs()
454 wr32(hw, hw->aq.asq.bal, 0); in iavf_shutdown_asq()
488 wr32(hw, hw->aq.arq.bal, 0); in iavf_shutdown_arq()
H A Diavf_adminq.h39 u32 bal; member
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_vf.c15 u32 bal = 0, bah = 0, tdlen; in fm10k_stop_hw_vf() local
28 bal = (((u32)perm_addr[3]) << 24) | in fm10k_stop_hw_vf()
44 FM10K_WRITE_REG(hw, FM10K_TDBAL(i), bal); in fm10k_stop_hw_vf()
46 FM10K_WRITE_REG(hw, FM10K_RDBAL(i), bal); in fm10k_stop_hw_vf()
/f-stack/freebsd/mips/include/
H A Dasm.h529 bal 7f; \
538 bal lbl; \
572 bal 7f; \
581 bal c; \
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_controlq.h62 u32 bal; member
H A Dice_controlq.c13 (qinfo)->sq.bal = prefix##_ATQBAL; \
22 (qinfo)->rq.bal = prefix##_ARQBAL; \
241 wr32(hw, ring->bal, ICE_LO_DWORD(ring->desc_buf.pa)); in ice_cfg_cq_regs()
245 if (rd32(hw, ring->bal) != ICE_LO_DWORD(ring->desc_buf.pa)) in ice_cfg_cq_regs()
453 wr32(hw, cq->sq.bal, 0); in ice_shutdown_sq()
518 wr32(hw, cq->rq.bal, 0); in ice_shutdown_rq()