Home
last modified time | relevance | path

Searched refs:mbuf_pkt (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c1047 u16 i, total_len, sge_cnt = mbuf_pkt->nb_segs; in hinic_get_sge_txoff_info()
1060 if (likely(!(mbuf_pkt->ol_flags & PKT_TX_TCP_SEG))) { in hinic_get_sge_txoff_info()
1069 mbuf = mbuf_pkt; in hinic_get_sge_txoff_info()
1077 mbuf_pkt->pkt_len) in hinic_get_sge_txoff_info()
1094 if (unlikely(!hinic_is_tso_sge_valid(mbuf_pkt, in hinic_get_sge_txoff_info()
1132 struct rte_mbuf *mbuf_pkt; in hinic_xmit_pkts() local
1144 mbuf_pkt = *tx_pkts++; in hinic_xmit_pkts()
1148 if (unlikely(!hinic_get_sge_txoff_info(mbuf_pkt, in hinic_xmit_pkts()
1173 if (unlikely(!hinic_mbuf_dma_map_sge(txq, mbuf_pkt, in hinic_xmit_pkts()
1191 tx_info->mbuf = mbuf_pkt; in hinic_xmit_pkts()
[all …]