Searched refs:desc_cb (Results 1 – 4 of 4) sorted by relevance
1606 struct hns3_desc_cb *desc_cb, in hns3_handle_csum_partial() argument1640 ¶m->type_cs_vlan_tso, &desc_cb->send_bytes); in hns3_handle_csum_partial()1650 struct hns3_desc_cb *desc_cb) in hns3_fill_skb_desc() argument1660 desc_cb->send_bytes = skb->len; in hns3_fill_skb_desc()1663 ret = hns3_handle_csum_partial(ring, skb, desc_cb, ¶m); in hns3_fill_skb_desc()1726 struct hns3_desc_cb *desc_cb = &ring->desc_cb[ring->next_to_use]; in hns3_map_and_fill_desc() local1759 desc_cb->priv = priv; in hns3_map_and_fill_desc()1760 desc_cb->length = size; in hns3_map_and_fill_desc()1761 desc_cb->dma = dma; in hns3_map_and_fill_desc()1762 desc_cb->type = type; in hns3_map_and_fill_desc()[all …]
468 struct hns3_desc_cb *desc_cb; member
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 iavf_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()