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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/octeon/
H A Docteon_mgmt.c565 int size_without_fcs = new_mtu + OCTEON_MGMT_RX_HEADROOM; local
571 if (size_without_fcs < 64 || size_without_fcs > 16383) {
580 cvmx_write_csr(CVMX_AGL_GMX_RXX_FRM_MAX(port), size_without_fcs); local
582 (size_without_fcs + 7) & 0xfff8);

Completed in 100 milliseconds