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.h498 struct igc_tx_buffer { struct
501 enum igc_tx_buffer_type type; argument
502 union {
506 unsigned int bytecount;
507 u16 gso_segs;
508 __be16 protocol;
512 u32 tx_flags;