Lines Matching defs:sq_hdr_subdesc
556 struct sq_hdr_subdesc { struct
558 uint64_t subdesc_type:4;
559 uint64_t tso:1;
560 uint64_t post_cqe:1; /* Post CQE on no error also */
561 uint64_t dont_send:1;
562 uint64_t tstmp:1;
563 uint64_t subdesc_cnt:8;
564 uint64_t csum_l4:2;
565 uint64_t csum_l3:1;
566 uint64_t csum_inner_l4:2;
567 uint64_t csum_inner_l3:1;
568 uint64_t rsvd0:2;
569 uint64_t l4_offset:8;
570 uint64_t l3_offset:8;
571 uint64_t rsvd1:4;
572 uint64_t tot_len:20; /* W0 */
574 uint64_t rsvd2:24;
575 uint64_t inner_l4_offset:8;
576 uint64_t inner_l3_offset:8;
577 uint64_t tso_start:8;
578 uint64_t rsvd3:2;
579 uint64_t tso_max_paysize:14; /* W1 */