Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c171 union igb_tx_offload tx_offload; member
260 uint64_t ol_flags, union igb_tx_offload tx_offload) in igbe_set_xmit_ctx() argument
293 mss_l4len_idx |= tx_offload.tso_segsz << E1000_ADVTXD_MSS_SHIFT; in igbe_set_xmit_ctx()
294 mss_l4len_idx |= tx_offload.l4_len << E1000_ADVTXD_L4LEN_SHIFT; in igbe_set_xmit_ctx()
329 txq->ctx_cache[ctx_curr].tx_offload.data = in igbe_set_xmit_ctx()
330 tx_offload_mask.data & tx_offload.data; in igbe_set_xmit_ctx()
334 vlan_macip_lens = (uint32_t)tx_offload.data; in igbe_set_xmit_ctx()
346 union igb_tx_offload tx_offload) in what_advctx_update() argument
350 (txq->ctx_cache[txq->ctx_curr].tx_offload.data == in what_advctx_update()
351 (txq->ctx_cache[txq->ctx_curr].tx_offload_mask.data & tx_offload.data)))) { in what_advctx_update()
[all …]