Searched refs:tx_csum_limit (Results 1 – 5 of 5) sorted by relevance
45 unsigned int tx_csum_limit);50 unsigned int tx_csum_limit);
312 unsigned int tx_csum_limit) in orion_ge00_init() argument318 orion_ge00_shared_data.tx_csum_limit = tx_csum_limit; in orion_ge00_init()364 unsigned int tx_csum_limit) in orion_ge01_init() argument368 orion_ge01_shared_data.tx_csum_limit = tx_csum_limit; in orion_ge01_init()
28 int tx_csum_limit; member
528 unsigned int tx_csum_limit; member3849 if (pp->tx_csum_limit && dev->mtu > pp->tx_csum_limit) { in mvneta_fix_features()3853 pp->tx_csum_limit); in mvneta_fix_features()5392 int tx_csum_limit; in mvneta_probe() local5530 if (!of_property_read_u32(dn, "tx-csum-limit", &tx_csum_limit)) { in mvneta_probe()5531 if (tx_csum_limit < 0 || in mvneta_probe()5532 tx_csum_limit > MVNETA_TX_CSUM_MAX_SIZE) { in mvneta_probe()5533 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()5539 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()5541 tx_csum_limit = MVNETA_TX_CSUM_MAX_SIZE; in mvneta_probe()[all …]
275 int tx_csum_limit; member685 if (length - hdr_len > mp->shared->tx_csum_limit || in skb_tx_csum()2814 mv643xx_eth_property(np, "tx-checksum-limit", pd->tx_csum_limit); in mv643xx_eth_shared_of_probe()2880 msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ? in mv643xx_eth_shared_probe()2881 pd->tx_csum_limit : 9 * 1024; in mv643xx_eth_shared_probe()