Lines Matching defs:sq_hdr_subdesc
532 struct sq_hdr_subdesc { struct
534 u64 subdesc_type:4;
535 u64 tso:1;
536 u64 post_cqe:1; /* Post CQE on no error also */
537 u64 dont_send:1;
538 u64 tstmp:1;
539 u64 subdesc_cnt:8;
540 u64 csum_l4:2;
541 u64 csum_l3:1;
542 u64 rsvd0:5;
543 u64 l4_offset:8;
544 u64 l3_offset:8;
545 u64 rsvd1:4;
546 u64 tot_len:20; /* W0 */
548 u64 tso_sdc_cont:8;
549 u64 tso_sdc_first:8;
550 u64 tso_l4_offset:8;
551 u64 tso_flags_last:12;
552 u64 tso_flags_first:12;
553 u64 rsvd2:2;
554 u64 tso_max_paysize:14; /* W1 */