Searched refs:hns3_desc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_trace.h | 13 #define DESC_NR (sizeof(struct hns3_desc) / sizeof(u32)) 87 sizeof(struct hns3_desc)); 120 sizeof(struct hns3_desc));
|
H A D | hns3_enet.h | 221 struct __packed hns3_desc { struct 380 struct hns3_desc *desc; /* dma map address space */
|
H A D | hns3_enet.c | 1014 struct sk_buff *skb, struct hns3_desc *desc) in hns3_fill_skb_desc() 1094 struct hns3_desc *desc = &ring->desc[ring->next_to_use]; in hns3_fill_desc() 1377 struct hns3_desc *desc = &ring->desc[ring->next_to_use]; in hns3_clear_desc() 2562 struct hns3_desc *desc; in hns3_nic_reclaim_desc() 2704 struct hns3_desc *desc = &ring->desc[ring->next_to_clean]; in hns3_nic_reuse_page() 2861 struct hns3_desc *desc, u32 l234info, in hns3_parse_vlan_tag() 2981 struct hns3_desc *desc; in hns3_add_frag() 3081 struct hns3_desc *desc; in hns3_handle_bdinfo() 3157 struct hns3_desc *desc; in hns3_handle_rx_bd()
|
H A D | hns3_debugfs.c | 175 struct hns3_desc *rx_desc, *tx_desc; in hns3_dbg_bd_info()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_trace.h | 13 #define DESC_NR (sizeof(struct hns3_desc) / sizeof(u32)) 86 sizeof(struct hns3_desc)); 119 sizeof(struct hns3_desc));
|
H A D | hns3_enet.h | 253 struct __packed hns3_desc { struct 465 struct hns3_desc *desc; /* dma map address space */
|
H A D | hns3_enet.c | 1649 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() 3588 struct hns3_desc *desc; in hns3_nic_reclaim_desc() 3728 struct hns3_desc *desc = &ring->desc[ring->next_to_clean]; in hns3_handle_rx_copybreak() 3755 struct hns3_desc *des in hns3_nic_reuse_page() [all...] |
H A D | hns3_debugfs.c | 886 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()
|
Completed in 17 milliseconds