Searched defs:gve_tx_pkt_desc (Results 1 – 1 of 1) sorted by relevance
48 struct gve_tx_pkt_desc { struct49 uint8_t type_flags; /* desc type is lower 4 bits, flags upper */50 uint8_t l4_csum_offset; /* relative offset of L4 csum word */51 uint8_t l4_hdr_offset; /* Offset of start of L4 headers in packet */52 uint8_t desc_cnt; /* Total descriptors for this packet */53 __be16 len; /* Total length of this packet (in bytes) */54 __be16 seg_len; /* Length of this descriptor's segment */55 __be64 seg_addr; /* Base address (see note) of this segment */