Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dhw_channel.c585 struct hwc_tx_oob *tx_oob; in mana_hwc_post_tx_wqe() local
595 tx_oob = &req->tx_oob; in mana_hwc_post_tx_wqe()
597 tx_oob->vrq_id = dest_virt_rq_id; in mana_hwc_post_tx_wqe()
598 tx_oob->dest_vfid = 0; in mana_hwc_post_tx_wqe()
599 tx_oob->vrcq_id = dest_virt_rcq_id; in mana_hwc_post_tx_wqe()
600 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
601 tx_oob->loopback = false; in mana_hwc_post_tx_wqe()
602 tx_oob->lso_override = false; in mana_hwc_post_tx_wqe()
603 tx_oob->dest_pf = dest_pf; in mana_hwc_post_tx_wqe()
604 tx_oob->vsq_id = hwc_txq->gdma_wq->id; in mana_hwc_post_tx_wqe()
[all …]
H A Dmana_en.c561 pkg.tx_oob.s_oob.vcq_num = cq->gdma_id; in mana_xmit()
562 pkg.tx_oob.s_oob.vsq_frame = txq->vsq_frame; in mana_xmit()
565 pkg.tx_oob.l_oob.long_vp_offset = txq->vp_offset; in mana_xmit()
568 pkg.tx_oob.s_oob.short_vp_offset = txq->vp_offset; in mana_xmit()
571 pkg.tx_oob.s_oob.pkt_fmt = pkt_fmt; in mana_xmit()
578 pkg.wqe_req.inline_oob_data = &pkg.tx_oob; in mana_xmit()
587 pkg.tx_oob.s_oob.is_outer_ipv4 = 1; in mana_xmit()
589 pkg.tx_oob.s_oob.is_outer_ipv6 = 1; in mana_xmit()
591 pkg.tx_oob.s_oob.comp_iphdr_csum = 1; in mana_xmit()
592 pkg.tx_oob.s_oob.comp_tcp_csum = 1; in mana_xmit()
[all …]
H A Dhw_channel.h132 struct hwc_tx_oob tx_oob; member
H A Dmana.h701 struct mana_tx_oob tx_oob; member