Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ice/
HDice_common_txrx.h65 int count, curseg, i, hlen, segsz, seglen, tsolen, hdrs, maxsegs; in ice_tso_detect_sparse() local
72 tsolen = pi->ipi_len - hlen; in ice_tso_detect_sparse()
110 while (tsolen > 0) { in ice_tso_detect_sparse()
112 while (segsz > 0 && tsolen != 0) { in ice_tso_detect_sparse()
127 tsolen -= seglen; in ice_tso_detect_sparse()
148 u32 cmd, mss, type, tsolen; in ice_tso_setup() local
154 tsolen = pi->ipi_len - (pi->ipi_ehdrlen + pi->ipi_ip_hlen + pi->ipi_tcp_hlen); in ice_tso_setup()
167 ((u64)tsolen << ICE_TXD_CTX_QW1_TSO_LEN_S) | in ice_tso_setup()
/freebsd-14-stable/sys/dev/iavf/
HDiavf_txrx_iflib.c132 int count, curseg, i, hlen, segsz, seglen, tsolen; in iavf_tso_detect_sparse() local
140 tsolen = pi->ipi_len - hlen; in iavf_tso_detect_sparse()
159 while (tsolen > 0) { in iavf_tso_detect_sparse()
161 while (segsz > 0 && tsolen != 0) { in iavf_tso_detect_sparse()
176 tsolen -= seglen; in iavf_tso_detect_sparse()
263 u32 cmd, mss, type, tsolen; in iavf_tso_setup() local
270 tsolen = pi->ipi_len - total_hdr_len; in iavf_tso_setup()
291 MPASS(tsolen != 0); in iavf_tso_setup()
297 ((u64)tsolen << IAVF_TXD_CTX_QW1_TSO_LEN_SHIFT) | in iavf_tso_setup()
/freebsd-14-stable/sys/dev/ixl/
HDixl_txrx.c158 int count, curseg, i, hlen, segsz, seglen, tsolen; in ixl_tso_detect_sparse() local
166 tsolen = pi->ipi_len - hlen; in ixl_tso_detect_sparse()
186 while (tsolen > 0) { in ixl_tso_detect_sparse()
188 while (segsz > 0 && tsolen != 0) { in ixl_tso_detect_sparse()
205 tsolen -= seglen; in ixl_tso_detect_sparse()
284 u32 cmd, mss, type, tsolen; in ixl_tso_setup() local
291 tsolen = pi->ipi_len - total_hdr_len; in ixl_tso_setup()
312 MPASS(tsolen != 0); in ixl_tso_setup()
318 ((u64)tsolen << I40E_TXD_CTX_QW1_TSO_LEN_SHIFT) | in ixl_tso_setup()