Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb_core.c610 struct e1000_adv_tx_context_desc *tx_ctx_desc; in igb_process_tx_desc() local
630 tx_ctx_desc = (struct e1000_adv_tx_context_desc *)tx_desc; in igb_process_tx_desc()
631 idx = (le32_to_cpu(tx_ctx_desc->mss_l4len_idx) >> 4) & 1; in igb_process_tx_desc()
632 tx->ctx[idx].vlan_macip_lens = le32_to_cpu(tx_ctx_desc->vlan_macip_lens); in igb_process_tx_desc()
633 tx->ctx[idx].seqnum_seed = le32_to_cpu(tx_ctx_desc->seqnum_seed); in igb_process_tx_desc()
634 tx->ctx[idx].type_tucmd_mlhl = le32_to_cpu(tx_ctx_desc->type_tucmd_mlhl); in igb_process_tx_desc()
635 tx->ctx[idx].mss_l4len_idx = le32_to_cpu(tx_ctx_desc->mss_l4len_idx); in igb_process_tx_desc()