Searched refs:desc_cb (Results 1 – 5 of 5) sorted by relevance
40 struct hnae_desc_cb *desc_cb = &ring->desc_cb[ring->next_to_use]; in fill_v2_desc_hw() local53 desc_cb->priv = priv; in fill_v2_desc_hw()54 desc_cb->length = size; in fill_v2_desc_hw()55 desc_cb->dma = dma; in fill_v2_desc_hw()56 desc_cb->type = type; in fill_v2_desc_hw()149 struct hnae_desc_cb *desc_cb = &ring->desc_cb[ring->next_to_use]; in fill_desc() local156 desc_cb->priv = priv; in fill_desc()157 desc_cb->length = size; in fill_desc()158 desc_cb->dma = dma; in fill_desc()159 desc_cb->type = type; in fill_desc()[all …]
187 kfree(ring->desc_cb); in hnae_fini_ring()188 ring->desc_cb = NULL; in hnae_fini_ring()205 assert(!ring->desc && !ring->desc_cb && !ring->desc_dma_addr); in hnae_init_ring()211 ring->desc_cb = kcalloc(ring->desc_num, sizeof(ring->desc_cb[0]), in hnae_init_ring()213 if (!ring->desc_cb) { in hnae_init_ring()233 kfree(ring->desc_cb); in hnae_init_ring()234 ring->desc_cb = NULL; in hnae_init_ring()
561 struct libie_aq_desc desc_cb; in iavf_clean_asq() local573 desc_cb = *desc; in iavf_clean_asq()574 cb_func(hw, &desc_cb); in iavf_clean_asq()
694 struct libie_aq_desc desc_cb; in i40e_clean_asq() local706 desc_cb = *desc; in i40e_clean_asq()707 cb_func(hw, &desc_cb); in i40e_clean_asq()
468 struct hns3_desc_cb *desc_cb; member