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
436 unsigned int tx_csum_limit; member3292 if (pp->tx_csum_limit && dev->mtu > pp->tx_csum_limit) { in mvneta_fix_features()3296 pp->tx_csum_limit); in mvneta_fix_features()4420 int tx_csum_limit; in mvneta_probe() local4518 if (!of_property_read_u32(dn, "tx-csum-limit", &tx_csum_limit)) { in mvneta_probe()4519 if (tx_csum_limit < 0 || in mvneta_probe()4520 tx_csum_limit > MVNETA_TX_CSUM_MAX_SIZE) { in mvneta_probe()4521 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()4527 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()4529 tx_csum_limit = MVNETA_TX_CSUM_MAX_SIZE; in mvneta_probe()[all …]
287 int tx_csum_limit; member702 if (length - hdr_len > mp->shared->tx_csum_limit || in skb_tx_csum()2818 mv643xx_eth_property(np, "tx-checksum-limit", pd->tx_csum_limit); in mv643xx_eth_shared_of_probe()2892 msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ? in mv643xx_eth_shared_probe()2893 pd->tx_csum_limit : 9 * 1024; in mv643xx_eth_shared_probe()