Searched refs:sqe_hdr (Results 1 – 1 of 1) sorted by relevance
799 struct nix_sqe_hdr_s *sqe_hdr, in otx2_sqe_add_hdr() argument807 if (!sqe_hdr->total) { in otx2_sqe_add_hdr()809 sqe_hdr->df = 1; in otx2_sqe_add_hdr()810 sqe_hdr->aura = sq->aura_id; in otx2_sqe_add_hdr()812 sqe_hdr->pnc = 1; in otx2_sqe_add_hdr()813 sqe_hdr->sq = (qidx >= pfvf->hw.tx_queues) ? in otx2_sqe_add_hdr()816 sqe_hdr->total = skb->len; in otx2_sqe_add_hdr()818 sqe_hdr->sqe_id = sq->head; in otx2_sqe_add_hdr()822 sqe_hdr->ol3ptr = skb_network_offset(skb); in otx2_sqe_add_hdr()823 sqe_hdr->ol4ptr = skb_transport_offset(skb); in otx2_sqe_add_hdr()[all …]