Searched refs:tx_ol_req (Results 1 – 1 of 1) sorted by relevance
412 uint64_t tx_ol_req; in eth_igb_xmit_pkts() local441 tx_ol_req = ol_flags & IGB_TX_OFFLOAD_MASK; in eth_igb_xmit_pkts()444 if (tx_ol_req) { in eth_igb_xmit_pkts()450 tx_ol_req = check_tso_para(tx_ol_req, tx_offload); in eth_igb_xmit_pkts()452 ctx = what_advctx_update(txq, tx_ol_req, tx_offload); in eth_igb_xmit_pkts()544 if (tx_ol_req & RTE_MBUF_F_TX_TCP_SEG) in eth_igb_xmit_pkts()551 if (tx_ol_req) { in eth_igb_xmit_pkts()569 igbe_set_xmit_ctx(txq, ctx_txd, tx_ol_req, tx_offload); in eth_igb_xmit_pkts()577 cmd_type_len |= tx_desc_vlan_flags_to_cmdtype(tx_ol_req); in eth_igb_xmit_pkts()578 olinfo_status |= tx_desc_cksum_flags_to_olinfo(tx_ol_req); in eth_igb_xmit_pkts()