Home
last modified time | relevance | path

Searched refs:desc_cb (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1625 struct hns3_desc_cb *desc_cb, in hns3_handle_csum_partial() argument
1659 &param->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() argument
1679 desc_cb->send_bytes = skb->len; in hns3_fill_skb_desc()
1682 ret = hns3_handle_csum_partial(ring, skb, desc_cb, &param); 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() local
1778 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 …]
H A Dhns3_enet.h468 struct hns3_desc_cb *desc_cb; member
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c40 struct hnae_desc_cb *desc_cb = &ring->desc_cb[ring->next_to_use]; in fill_v2_desc_hw() local
53 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() local
156 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 …]
H A Dhnae.c187 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()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c561 struct libie_aq_desc desc_cb; in iavf_clean_asq() local
573 desc_cb = *desc; in iavf_clean_asq()
574 cb_func(hw, &desc_cb); in iavf_clean_asq()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c694 struct libie_aq_desc desc_cb; in i40e_clean_asq() local
706 desc_cb = *desc; in i40e_clean_asq()
707 cb_func(hw, &desc_cb); in i40e_clean_asq()