Home
last modified time | relevance | path

Searched refs:wx_tx_buffer (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.h9 void txgbe_atr(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
H A Dtxgbe_fdir.c225 void txgbe_atr(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype) in txgbe_atr()
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c722 struct wx_tx_buffer *tx_buffer; in wx_clean_tx_irq()
954 struct wx_tx_buffer *first, in wx_tx_map()
958 struct wx_tx_buffer *tx_buffer; in wx_tx_map()
1113 static u8 wx_encode_tx_desc_ptype(const struct wx_tx_buffer *first) in wx_encode_tx_desc_ptype()
1223 static int wx_tso(struct wx_ring *tx_ring, struct wx_tx_buffer *first, in wx_tso()
1352 static void wx_tx_csum(struct wx_ring *tx_ring, struct wx_tx_buffer *first, in wx_tx_csum()
1493 struct wx_tx_buffer *first; in wx_xmit_frame_ring()
2381 struct wx_tx_buffer *tx_buffer; in wx_clean_tx_ring()
2620 size = sizeof(struct wx_tx_buffer) * tx_ring->count; in wx_setup_tx_resources()
H A Dwx_type.h936 struct wx_tx_buffer { struct
992 struct wx_tx_buffer *tx_buffer_info;
1216 void (*atr)(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
H A Dwx_hw.c1686 sizeof(struct wx_tx_buffer) * ring->count); in wx_configure_tx_ring()