Searched refs:tx_csum_limit (Results 1 – 5 of 5) sorted by relevance
44 unsigned int tx_csum_limit);49 unsigned int tx_csum_limit);
311 unsigned int tx_csum_limit) in orion_ge00_init() argument317 orion_ge00_shared_data.tx_csum_limit = tx_csum_limit; in orion_ge00_init()363 unsigned int tx_csum_limit) in orion_ge01_init() argument367 orion_ge01_shared_data.tx_csum_limit = tx_csum_limit; in orion_ge01_init()
29 int tx_csum_limit; member
533 unsigned int tx_csum_limit; member3912 if (pp->tx_csum_limit && dev->mtu > pp->tx_csum_limit) { in mvneta_fix_features()3916 pp->tx_csum_limit); in mvneta_fix_features()5452 int tx_csum_limit; in mvneta_probe() local5591 if (!of_property_read_u32(dn, "tx-csum-limit", &tx_csum_limit)) { in mvneta_probe()5592 if (tx_csum_limit < 0 || in mvneta_probe()5593 tx_csum_limit > MVNETA_TX_CSUM_MAX_SIZE) { in mvneta_probe()5594 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()5600 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()5602 tx_csum_limit = MVNETA_TX_CSUM_MAX_SIZE; in mvneta_probe()[all …]
276 int tx_csum_limit; member686 if (length - hdr_len > mp->shared->tx_csum_limit || in skb_tx_csum()2817 mv643xx_eth_property(np, "tx-checksum-limit", pd->tx_csum_limit); in mv643xx_eth_shared_of_probe()2883 msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ? in mv643xx_eth_shared_probe()2884 pd->tx_csum_limit : 9 * 1024; in mv643xx_eth_shared_probe()