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.c539 struct hwc_tx_oob *tx_oob; in mana_hwc_post_tx_wqe() local
549 tx_oob = &req->tx_oob; in mana_hwc_post_tx_wqe()
551 tx_oob->vrq_id = dest_virt_rq_id; in mana_hwc_post_tx_wqe()
552 tx_oob->dest_vfid = 0; in mana_hwc_post_tx_wqe()
553 tx_oob->vrcq_id = dest_virt_rcq_id; in mana_hwc_post_tx_wqe()
554 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
555 tx_oob->loopback = false; in mana_hwc_post_tx_wqe()
556 tx_oob->lso_override = false; in mana_hwc_post_tx_wqe()
557 tx_oob->dest_pf = dest_pf; in mana_hwc_post_tx_wqe()
558 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()
249 pkg.tx_oob.s_oob.vsq_frame = txq->vsq_frame; in mana_start_xmit()
252 pkg.tx_oob.l_oob.long_vp_offset = txq->vp_offset; in mana_start_xmit()
255 pkg.tx_oob.s_oob.short_vp_offset = txq->vp_offset; in mana_start_xmit()
260 pkg.tx_oob.l_oob.inject_vlan_pri_tag = 1; in mana_start_xmit()
261 pkg.tx_oob.l_oob.pcp = skb_vlan_tag_get_prio(skb); in mana_start_xmit()
262 pkg.tx_oob.l_oob.dei = skb_vlan_tag_get_cfi(skb); in mana_start_xmit()
263 pkg.tx_oob.l_oob.vlan_id = skb_vlan_tag_get_id(skb); in mana_start_xmit()
266 pkg.tx_oob.s_oob.pkt_fmt = pkt_fmt; in mana_start_xmit()
280 pkg.wqe_req.inline_oob_data = &pkg.tx_oob; 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.h765 struct mana_tx_oob tx_oob; member