Searched refs:sqe_hdr (Results 1 – 1 of 1) sorted by relevance
578 struct nix_sqe_hdr_s *sqe_hdr, in otx2_sqe_add_hdr() argument586 if (!sqe_hdr->total) { in otx2_sqe_add_hdr()588 sqe_hdr->df = 1; in otx2_sqe_add_hdr()589 sqe_hdr->aura = sq->aura_id; in otx2_sqe_add_hdr()591 sqe_hdr->pnc = 1; in otx2_sqe_add_hdr()592 sqe_hdr->sq = qidx; in otx2_sqe_add_hdr()594 sqe_hdr->total = skb->len; in otx2_sqe_add_hdr()596 sqe_hdr->sqe_id = sq->head; in otx2_sqe_add_hdr()600 sqe_hdr->ol3ptr = skb_network_offset(skb); in otx2_sqe_add_hdr()601 sqe_hdr->ol4ptr = skb_transport_offset(skb); in otx2_sqe_add_hdr()[all …]