Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c545 struct hwc_tx_oob *tx_oob; in mana_hwc_post_tx_wqe() local
555 tx_oob = &req->tx_oob; in mana_hwc_post_tx_wqe()
557 tx_oob->vrq_id = dest_virt_rq_id; in mana_hwc_post_tx_wqe()
558 tx_oob->dest_vfid = 0; in mana_hwc_post_tx_wqe()
559 tx_oob->vrcq_id = dest_virt_rcq_id; in mana_hwc_post_tx_wqe()
560 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
561 tx_oob->loopback = false; in mana_hwc_post_tx_wqe()
562 tx_oob->lso_override = false; in mana_hwc_post_tx_wqe()
563 tx_oob->dest_pf = dest_pf; in mana_hwc_post_tx_wqe()
564 tx_oob->vsq_id = hwc_txq->gdma_wq->id; in mana_hwc_post_tx_wqe()
[all …]
H A Dmana_en.c273 pkg.tx_oob.s_oob.vcq_num = cq->gdma_id; in mana_start_xmit()
291 pkg.tx_oob.s_oob.pkt_fmt = pkt_fmt; in mana_start_xmit()
337 pkg.tx_oob.s_oob.is_outer_ipv4 = ipv4; in mana_start_xmit()
338 pkg.tx_oob.s_oob.is_outer_ipv6 = ipv6; in mana_start_xmit()
340 pkg.tx_oob.s_oob.comp_iphdr_csum = 1; in mana_start_xmit()
341 pkg.tx_oob.s_oob.comp_tcp_csum = 1; in mana_start_xmit()
368 pkg.tx_oob.s_oob.is_outer_ipv4 = ipv4; in mana_start_xmit()
369 pkg.tx_oob.s_oob.is_outer_ipv6 = ipv6; in mana_start_xmit()
371 pkg.tx_oob.s_oob.comp_tcp_csum = 1; in mana_start_xmit()
375 pkg.tx_oob.s_oob.is_outer_ipv4 = ipv4; in mana_start_xmit()
[all …]
/linux-6.15/include/net/mana/
H A Dhw_channel.h108 struct hwc_tx_oob tx_oob; member
H A Dmana.h812 struct mana_tx_oob tx_oob; member