Searched refs:sqe_hdr (Results 1 – 1 of 1) sorted by relevance
724 struct nix_sqe_hdr_s *sqe_hdr, in otx2_sqe_add_hdr() argument732 if (!sqe_hdr->total) { in otx2_sqe_add_hdr()734 sqe_hdr->df = 1; in otx2_sqe_add_hdr()735 sqe_hdr->aura = sq->aura_id; in otx2_sqe_add_hdr()737 sqe_hdr->pnc = 1; in otx2_sqe_add_hdr()738 sqe_hdr->sq = qidx; in otx2_sqe_add_hdr()740 sqe_hdr->total = skb->len; in otx2_sqe_add_hdr()742 sqe_hdr->sqe_id = sq->head; in otx2_sqe_add_hdr()746 sqe_hdr->ol3ptr = skb_network_offset(skb); in otx2_sqe_add_hdr()747 sqe_hdr->ol4ptr = skb_transport_offset(skb); in otx2_sqe_add_hdr()[all …]