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

/freebsd-12-stable/sys/dev/ice/
H A Dice_controlq.h43 (&(((struct ice_aq_desc *)((R).desc_buf.va))[i]))
71 struct ice_dma_mem desc_buf; /* descriptor ring memory */ member in struct:ice_ctl_q_ring
H A Dice_controlq.c113 cq->sq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->sq.desc_buf, size);
114 if (!cq->sq.desc_buf.va)
120 ice_free_dma_mem(hw, &cq->sq.desc_buf);
137 cq->rq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->rq.desc_buf, size);
138 if (!cq->rq.desc_buf.va)
153 ice_free_dma_mem(hw, &ring->desc_buf);
170 sizeof(cq->rq.desc_buf));
232 sizeof(cq->sq.desc_buf));
[all...]
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_adminq.h43 (&(((struct i40e_aq_desc *)((R).desc_buf.va))[i]))
49 struct i40e_dma_mem desc_buf; /* descriptor ring memory */ member in struct:i40e_adminq_ring
H A Di40e_adminq.c83 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf,
95 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf);
110 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf,
129 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf);
141 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf);
264 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf);
287 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf);
315 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa));
316 wr32(hw, hw->aq.asq.bah, I40E_HI_DWORD(hw->aq.asq.desc_buf.pa));
320 if (reg != I40E_LO_DWORD(hw->aq.asq.desc_buf
[all...]

Completed in 75 milliseconds