Home
last modified time | relevance | path

Searched refs:hns3_desc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_trace.h13 #define DESC_NR (sizeof(struct hns3_desc) / sizeof(u32))
86 sizeof(struct hns3_desc));
119 sizeof(struct hns3_desc));
H A Dhns3_enet.h255 struct __packed hns3_desc { struct
467 struct hns3_desc *desc; /* dma map address space */
H A Dhns3_enet.c1649 struct sk_buff *skb, struct hns3_desc *desc, in hns3_fill_skb_desc()
1685 struct hns3_desc *desc = &ring->desc[ring->next_to_use]; in hns3_fill_desc()
1976 struct hns3_desc *desc = &ring->desc[ring->next_to_use]; in hns3_clear_desc()
2048 struct hns3_desc desc[HNS3_MAX_PUSH_BD_NUM] = {}; in hns3_tx_push_bd()
2064 sizeof(struct hns3_desc)); in hns3_tx_push_bd()
2069 (sizeof(struct hns3_desc) * HNS3_MAX_PUSH_BD_NUM) / in hns3_tx_push_bd()
2137 struct hns3_desc *desc) in hns3_tsyn()
3591 struct hns3_desc *desc; in hns3_nic_reclaim_desc()
3731 struct hns3_desc *desc = &ring->desc[ring->next_to_clean]; in hns3_handle_rx_copybreak()
3758 struct hns3_desc *desc = &ring->desc[ring->next_to_clean]; in hns3_nic_reuse_page()
[all …]
H A Dhns3_debugfs.c886 struct hns3_desc *desc, char **result, int idx) in hns3_dump_rx_bd_info()
920 struct hns3_desc *desc; in hns3_dbg_rx_bd_info()
967 static void hns3_dump_tx_bd_info(struct hns3_desc *desc, char **result, int idx) in hns3_dump_tx_bd_info()
993 struct hns3_desc *desc; in hns3_dbg_tx_bd_info()