Home
last modified time | relevance | path

Searched defs:igb_tx_buffer (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
Digb.h263 struct igb_tx_buffer { struct
264 union e1000_adv_tx_desc *next_to_watch;
265 unsigned long time_stamp;
266 enum igb_tx_buf_type type;
267 union {
271 unsigned int bytecount;
272 u16 gso_segs;
273 __be16 protocol;
277 u32 tx_flags;
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/igb/
Digb.h200 struct igb_tx_buffer { struct
201 union e1000_adv_tx_desc *next_to_watch;
202 unsigned long time_stamp;
203 struct sk_buff *skb;
204 unsigned int bytecount;
205 u16 gso_segs;
206 __be16 protocol;
210 u32 tx_flags;