Searched refs:sqe_hdr (Results 1 – 1 of 1) sorted by relevance
598 struct nix_sqe_hdr_s *sqe_hdr, in otx2_sqe_add_hdr() argument606 if (!sqe_hdr->total) { in otx2_sqe_add_hdr()608 sqe_hdr->df = 1; in otx2_sqe_add_hdr()609 sqe_hdr->aura = sq->aura_id; in otx2_sqe_add_hdr()611 sqe_hdr->pnc = 1; in otx2_sqe_add_hdr()612 sqe_hdr->sq = qidx; in otx2_sqe_add_hdr()614 sqe_hdr->total = skb->len; in otx2_sqe_add_hdr()616 sqe_hdr->sqe_id = sq->head; in otx2_sqe_add_hdr()620 sqe_hdr->ol3ptr = skb_network_offset(skb); in otx2_sqe_add_hdr()621 sqe_hdr->ol4ptr = skb_transport_offset(skb); in otx2_sqe_add_hdr()[all …]