Home
last modified time | relevance | path

Searched refs:ix_crcstrip (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_netmap.c100 int ix_crcstrip; variable
101 SYSCTL_INT(_dev_netmap, OID_AUTO, ix_crcstrip,
102 CTLFLAG_RW, &ix_crcstrip, 0, "strip CRC on rx frames");
132 if (onoff && !ix_crcstrip) { in set_crcstrip()
420 int crclen = (ix_crcstrip) ? 0 : 4; in ixgbe_netmap_rxsync()
Dixgbe_netmap.h46 extern int ix_crcstrip;
Dix_txrx.c1308 ix_crcstrip) in ixgbe_setup_hw_rsc()
Dixgbe.c576 !ix_crcstrip) in ixgbe_initialize_receive_units()