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

/freebsd-10.3-release/sys/dev/txp/
H A Dif_txp.c2757 uint32_t rxcap, txcap; local
2761 rxcap = txcap = 0;
2770 rxcap = txcap;
2773 rxcap &= ~(OFFLOAD_IPCKSUM | OFFLOAD_TCPCKSUM |
2776 rxcap |= OFFLOAD_VLAN;
2781 return (txp_command(sc, TXP_CMD_OFFLOAD_WRITE, 0, txcap, rxcap, NULL,

Completed in 103 milliseconds