Searched refs:total_hdr_len (Results 1 – 8 of 8) sorted by relevance
304 parser->total_hdr_len = (uint8_t *)ptr - (uint8_t *)old; in tcp_lro_low_level_parser()320 parser->total_hdr_len = (uint8_t *)ptr - (uint8_t *)old; in tcp_lro_low_level_parser()355 parser->total_hdr_len = (uint8_t *)ptr - (uint8_t *)old; in tcp_lro_low_level_parser()371 parser->total_hdr_len = (uint8_t *)ptr - (uint8_t *)old; in tcp_lro_low_level_parser()395 if (data_ptr == NULL || po->total_hdr_len > m->m_len) in tcp_lro_parser()420 if (data_ptr == NULL || (pi->total_hdr_len + po->total_hdr_len) > m->m_len) in tcp_lro_parser()803 le->inner.total_hdr_len, csum); in tcp_flush_out_entry()816 le->inner.total_hdr_len, csum); in tcp_flush_out_entry()
127 uint16_t total_hdr_len; member
264 int idx, total_hdr_len; in iavf_tso_setup() local269 total_hdr_len = pi->ipi_ehdrlen + pi->ipi_ip_hlen + pi->ipi_tcp_hlen; in iavf_tso_setup()270 tsolen = pi->ipi_len - total_hdr_len; in iavf_tso_setup()293 MPASS(total_hdr_len + mss <= IAVF_MAX_FRAME); in iavf_tso_setup()
285 int idx, total_hdr_len; in ixl_tso_setup() local290 total_hdr_len = pi->ipi_ehdrlen + pi->ipi_ip_hlen + pi->ipi_tcp_hlen; in ixl_tso_setup()291 tsolen = pi->ipi_len - total_hdr_len; in ixl_tso_setup()314 MPASS(total_hdr_len + mss <= IXL_MAX_FRAME); in ixl_tso_setup()
806 tx_cmd->total_hdr_len = hdrlen; in qla_tx_tso()955 hdr_len = tso_cmd.total_hdr_len; in qla_hw_send()968 hdr_len = tso_cmd.total_hdr_len; in qla_hw_send()
184 uint8_t total_hdr_len; /* MAC+IP+TCP Header Length for LSO */ member
2355 tx_cmd->total_hdr_len = hdrlen; in qla_tx_tso()2510 tso_cmd.total_hdr_len += ETHER_VLAN_ENCAP_LEN; in ql_hw_send()2512 hdr_len = tso_cmd.total_hdr_len; in ql_hw_send()2525 hdr_len = tso_cmd.total_hdr_len; in ql_hw_send()
1183 uint8_t total_hdr_len; /* MAC+IP+TCP Header Length for LSO */ member