Searched refs:desc_cb (Results 1 – 6 of 6) sorted by relevance
1625 struct hns3_desc_cb *desc_cb, in hns3_handle_csum_partial() argument1659 ¶m->type_cs_vlan_tso, &desc_cb->send_bytes); in hns3_handle_csum_partial()1669 struct hns3_desc_cb *desc_cb) in hns3_fill_skb_desc() argument1679 desc_cb->send_bytes = skb->len; in hns3_fill_skb_desc()1682 ret = hns3_handle_csum_partial(ring, skb, desc_cb, ¶m); in hns3_fill_skb_desc()1745 struct hns3_desc_cb *desc_cb = &ring->desc_cb[ring->next_to_use]; in hns3_map_and_fill_desc() local1778 desc_cb->priv = priv; in hns3_map_and_fill_desc()1779 desc_cb->length = size; in hns3_map_and_fill_desc()1780 desc_cb->dma = dma; in hns3_map_and_fill_desc()1781 desc_cb->type = type; in hns3_map_and_fill_desc()[all …]
468 struct hns3_desc_cb *desc_cb; member
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 = kzalloc_objs(ring->desc_cb[0], ring->desc_num); in hnae_init_ring()212 if (!ring->desc_cb) { in hnae_init_ring()232 kfree(ring->desc_cb); in hnae_init_ring()233 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()