Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c1091 uint16_t ipcs, tcpcs, ipid, ohead; in e82545_transmit() local
1381 tcpcs = 0; in e82545_transmit()
1383 tcpcs = *(uint16_t *)&hdr[ckinfo[1].ck_off]; in e82545_transmit()
1424 tcpsum = tcpcs; in e82545_transmit()
/freebsd/sys/dev/oce/
H A Doce_hw.h2404 uint32_t tcpcs:1; member
2434 uint32_t tcpcs:1;
H A Doce_if.c1129 nichdr->u0.s.tcpcs = in oce_tx()