Home
last modified time | relevance | path

Searched refs:strip_crc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c174 cfg.bits.strip_crc = 1; in hpi_vmac_rx_config()
190 cfg.bits.strip_crc = 0; in hpi_vmac_rx_config()
210 cfg.bits.strip_crc = 1; in hpi_vmac_rx_config()
212 cfg.bits.strip_crc = 0; in hpi_vmac_rx_config()
H A Dhxge_vmac_hw.h172 uint32_t strip_crc:1; member
178 uint32_t strip_crc:1;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c280 if (Adapter->strip_crc) in e1000g_rx_setup()
605 if (end_of_packet && !Adapter->strip_crc) { in e1000g_receive()
H A De1000g_sw.h833 boolean_t strip_crc; member
H A De1000g_main.c840 Adapter->strip_crc = B_TRUE; in e1000g_set_driver_params()
842 Adapter->strip_crc = B_FALSE; in e1000g_set_driver_params()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h561 uint32_t strip_crc : 1; member
593 uint32_t strip_crc : 1;