Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c533 struct hwc_tx_oob *tx_oob; in mana_hwc_post_tx_wqe() local
543 tx_oob = &req->tx_oob; in mana_hwc_post_tx_wqe()
545 tx_oob->vrq_id = dest_virt_rq_id; in mana_hwc_post_tx_wqe()
546 tx_oob->dest_vfid = 0; in mana_hwc_post_tx_wqe()
547 tx_oob->vrcq_id = dest_virt_rcq_id; in mana_hwc_post_tx_wqe()
548 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
549 tx_oob->loopback = false; in mana_hwc_post_tx_wqe()
550 tx_oob->lso_override = false; in mana_hwc_post_tx_wqe()
551 tx_oob->dest_pf = dest_pf; in mana_hwc_post_tx_wqe()
552 tx_oob->vsq_id = hwc_txq->gdma_wq->id; in mana_hwc_post_tx_wqe()
[all …]
H A Dmana_en.c248 pkg.tx_oob.s_oob.vcq_num = cq->gdma_id; in mana_start_xmit()
266 pkg.tx_oob.s_oob.pkt_fmt = pkt_fmt; in mana_start_xmit()
312 pkg.tx_oob.s_oob.is_outer_ipv4 = ipv4; in mana_start_xmit()
313 pkg.tx_oob.s_oob.is_outer_ipv6 = ipv6; in mana_start_xmit()
315 pkg.tx_oob.s_oob.comp_iphdr_csum = 1; in mana_start_xmit()
316 pkg.tx_oob.s_oob.comp_tcp_csum = 1; in mana_start_xmit()
343 pkg.tx_oob.s_oob.is_outer_ipv4 = ipv4; in mana_start_xmit()
344 pkg.tx_oob.s_oob.is_outer_ipv6 = ipv6; in mana_start_xmit()
346 pkg.tx_oob.s_oob.comp_tcp_csum = 1; in mana_start_xmit()
350 pkg.tx_oob.s_oob.is_outer_ipv4 = ipv4; in mana_start_xmit()
[all …]
/openbmc/linux/include/net/mana/
H A Dhw_channel.h108 struct hwc_tx_oob tx_oob; member
H A Dmana.h761 struct mana_tx_oob tx_oob; member