Searched refs:desc_buf (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq.c | 40 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in iavf_alloc_adminq_asq_ring() 52 iavf_free_dma_mem(hw, &hw->aq.asq.desc_buf); in iavf_alloc_adminq_asq_ring() 67 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in iavf_alloc_adminq_arq_ring() 86 iavf_free_dma_mem(hw, &hw->aq.asq.desc_buf); in iavf_free_adminq_asq() 98 iavf_free_dma_mem(hw, &hw->aq.arq.desc_buf); in iavf_free_adminq_arq() 221 iavf_free_dma_mem(hw, &hw->aq.arq.desc_buf); in iavf_free_arq_bufs() 244 iavf_free_dma_mem(hw, &hw->aq.asq.desc_buf); in iavf_free_asq_bufs() 268 wr32(hw, hw->aq.asq.bal, IAVF_LO_DWORD(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs() 269 wr32(hw, hw->aq.asq.bah, IAVF_HI_DWORD(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs() 273 if (reg != IAVF_LO_DWORD(hw->aq.asq.desc_buf.pa)) in iavf_config_asq_regs() [all …]
|
| H A D | iavf_adminq.h | 13 (&(((struct iavf_aq_desc *)((R).desc_buf.va))[i])) 19 struct iavf_dma_mem desc_buf; /* descriptor ring memory */ member
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_controlq.c | 85 cq->sq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->sq.desc_buf, size); in ice_alloc_ctrlq_sq_ring() 86 if (!cq->sq.desc_buf.va) in ice_alloc_ctrlq_sq_ring() 92 ice_free_dma_mem(hw, &cq->sq.desc_buf); in ice_alloc_ctrlq_sq_ring() 109 cq->rq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->rq.desc_buf, size); in ice_alloc_ctrlq_rq_ring() 110 if (!cq->rq.desc_buf.va) in ice_alloc_ctrlq_rq_ring() 125 ice_free_dma_mem(hw, &ring->desc_buf); in ice_free_cq_ring() 142 sizeof(cq->rq.desc_buf)); in ice_alloc_rq_bufs() 204 sizeof(cq->sq.desc_buf)); in ice_alloc_sq_bufs() 241 wr32(hw, ring->bal, ICE_LO_DWORD(ring->desc_buf.pa)); in ice_cfg_cq_regs() 242 wr32(hw, ring->bah, ICE_HI_DWORD(ring->desc_buf.pa)); in ice_cfg_cq_regs() [all …]
|
| H A D | ice_controlq.h | 15 (&(((struct ice_aq_desc *)((R).desc_buf.va))[i])) 43 struct ice_dma_mem desc_buf; /* descriptor ring memory */ member
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq.c | 55 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in i40e_alloc_adminq_asq_ring() 67 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf); in i40e_alloc_adminq_asq_ring() 82 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in i40e_alloc_adminq_arq_ring() 101 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf); in i40e_free_adminq_asq() 113 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf); in i40e_free_adminq_arq() 236 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf); in i40e_free_arq_bufs() 259 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf); in i40e_free_asq_bufs() 301 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs() 302 wr32(hw, hw->aq.asq.bah, I40E_HI_DWORD(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs() 306 if (reg != I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)) in i40e_config_asq_regs() [all …]
|
| H A D | i40e_adminq.h | 13 (&(((struct i40e_aq_desc *)((R).desc_buf.va))[i])) 19 struct i40e_dma_mem desc_buf; /* descriptor ring memory */ member
|