Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_dp_tx.h73 uint16_t tso_tcp_header_offset_limit; member
243 uint32_t tso_tcp_header_offset_limit, in sfc_dp_tx_prepare_pkt() argument
305 if (unlikely(tcph_off > tso_tcp_header_offset_limit)) in sfc_dp_tx_prepare_pkt()
H A Dsfc_ef10_tx.c74 uint16_t tso_tcp_header_offset_limit; member
357 txq->tso_tcp_header_offset_limit, in sfc_ef10_prepare_pkts()
988 txq->tso_tcp_header_offset_limit = info->tso_tcp_header_offset_limit; in sfc_ef10_tx_qcreate()
H A Dsfc_ef100_tx.c83 uint16_t tso_tcp_header_offset_limit; member
181 txq->tso_tcp_header_offset_limit, in sfc_ef100_tx_prepare_pkts()
876 txq->tso_tcp_header_offset_limit = info->tso_tcp_header_offset_limit; in sfc_ef100_tx_qcreate()
H A Dsfc_tx.c215 info.tso_tcp_header_offset_limit = in sfc_tx_qinit()