Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ixgbe/ | |
ix_txrx.c | 1832 u32 rx_copy_len = sc->rx_copy_len; local in function:ixgbe_rxeof 1948 eop && (len <= rx_copy_len)) { 2057 if (eop && (len <= rx_copy_len)) { |
ixgbe.h | 578 u32 rx_copy_len; member in struct:ixgbe_softc |