Searched refs:sqe_hdr (Results 1 – 1 of 1) sorted by relevance
751 struct nix_sqe_hdr_s *sqe_hdr, in otx2_sqe_add_hdr() argument759 if (!sqe_hdr->total) { in otx2_sqe_add_hdr()761 sqe_hdr->df = 1; in otx2_sqe_add_hdr()762 sqe_hdr->aura = sq->aura_id; in otx2_sqe_add_hdr()764 sqe_hdr->pnc = 1; in otx2_sqe_add_hdr()765 sqe_hdr->sq = (qidx >= pfvf->hw.tx_queues) ? in otx2_sqe_add_hdr()768 sqe_hdr->total = skb->len; in otx2_sqe_add_hdr()770 sqe_hdr->sqe_id = sq->head; in otx2_sqe_add_hdr()774 sqe_hdr->ol3ptr = skb_network_offset(skb); in otx2_sqe_add_hdr()775 sqe_hdr->ol4ptr = skb_transport_offset(skb); in otx2_sqe_add_hdr()[all …]