Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h98 uint32_t tcpcs:1; member
128 uint32_t tcpcs:1;
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1090 uint16_t ipcs, tcpcs, ipid, ohead; in e82545_transmit() local
1407 tcpcs = 0; in e82545_transmit()
1409 tcpcs = *(uint16_t *)&hdr[ckinfo[1].ck_off]; in e82545_transmit()
1458 tcpsum = tcpcs; in e82545_transmit()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c817 wqeh->u0.s.tcpcs = B_TRUE; in oce_send_packet()