Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc.h426 struct igc_tx_buffer { struct
427 union igc_adv_tx_desc *next_to_watch;
428 unsigned long time_stamp;
429 struct sk_buff *skb;
430 unsigned int bytecount;
431 u16 gso_segs;
432 __be16 protocol;
436 u32 tx_flags;
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
Digc.h497 struct igc_tx_buffer { struct
500 enum igc_tx_buffer_type type; argument
501 union {
505 unsigned int bytecount;
506 u16 gso_segs;
507 __be16 protocol;
511 u32 tx_flags;