Thread (20 messages) 20 messages, 3 authors, 2024-09-15

Re: [PATCH V10 net-next 06/10] net: hibmcge: Implement .ndo_start_xmit function

From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-09-15 15:08:35
Also in: lkml

On Thu, 12 Sep 2024 10:51:23 +0800 Jijie Shao wrote:
+struct hbg_priv;
+struct hbg_ring;
these are unnecessary, use as struct member automatically fwd declares
+struct hbg_buffer {
+	u32 state;
+	dma_addr_t state_dma;
+
+	struct sk_buff *skb;
+	dma_addr_t skb_dma;
+	u32 skb_len;
+
+	enum hbg_dir dir;
+	struct hbg_ring *ring;
+	struct hbg_priv *priv;
+};
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help