Searched refs:tucso (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/e1000/
H A Dem_txrx.c184 * tucso - Offset of place to put the checksum.
188 TXD->upper_setup.tcp_fields.tucso =
300 * tucso - Offset of place to put the checksum.
303 uint8_t tucso; local
309 tucso = hdr_len + offsetof(struct tcphdr, th_sum);
312 tucso = hdr_len + offsetof(struct udphdr, uh_sum);
315 TXD->upper_setup.tcp_fields.tucso = tucso;
H A De1000_hw.h535 u8 tucso; /* TCP checksum offset */ member in struct:e1000_context_desc::__anon2291::__anon2292
/freebsd-current/sys/dev/igc/
H A Digc_hw.h230 u8 tucso; /* TCP checksum offset */ member in struct:igc_context_desc::__anon2607::__anon2608
/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c181 uint8_t tucso; /* TCP checksum offset */ member in struct:e1000_context_desc::__anon956::__anon957
1205 cd->upper_setup.tcp_fields.tucso;

Completed in 82 milliseconds