Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_tx.h72 uint16_t tso_tcp_header_offset_limit; member
238 uint32_t tso_tcp_header_offset_limit, in sfc_dp_tx_prepare_pkt() argument
300 if (unlikely(tcph_off > tso_tcp_header_offset_limit)) in sfc_dp_tx_prepare_pkt()
H A Dsfc_ef100_tx.c80 uint16_t tso_tcp_header_offset_limit; member
176 txq->tso_tcp_header_offset_limit, in sfc_ef100_tx_prepare_pkts()
804 txq->tso_tcp_header_offset_limit = info->tso_tcp_header_offset_limit; in sfc_ef100_tx_qcreate()
H A Dsfc_ef10_tx.c74 uint16_t tso_tcp_header_offset_limit; member
356 txq->tso_tcp_header_offset_limit, in sfc_ef10_prepare_pkts()
964 txq->tso_tcp_header_offset_limit = info->tso_tcp_header_offset_limit; in sfc_ef10_tx_qcreate()
H A Dsfc_tx.c189 info.tso_tcp_header_offset_limit = in sfc_tx_qinit()