Searched refs:tx_csum_limit (Results 1 – 5 of 5) sorted by relevance
45 unsigned int tx_csum_limit);51 unsigned int tx_csum_limit);
306 unsigned int tx_csum_limit) in orion_ge00_init() argument312 orion_ge00_shared_data.tx_csum_limit = tx_csum_limit; in orion_ge00_init()359 unsigned int tx_csum_limit) in orion_ge01_init() argument363 orion_ge01_shared_data.tx_csum_limit = tx_csum_limit; in orion_ge01_init()
27 int tx_csum_limit; member
373 unsigned int tx_csum_limit; member2579 if (pp->tx_csum_limit && dev->mtu > pp->tx_csum_limit) { in mvneta_fix_features()2583 pp->tx_csum_limit); in mvneta_fix_features()3260 int tx_csum_limit; in mvneta_probe() local3361 if (!of_property_read_u32(dn, "tx-csum-limit", &tx_csum_limit)) { in mvneta_probe()3362 if (tx_csum_limit < 0 || in mvneta_probe()3363 tx_csum_limit > MVNETA_TX_CSUM_MAX_SIZE) { in mvneta_probe()3364 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()3370 tx_csum_limit = MVNETA_TX_CSUM_DEF_SIZE; in mvneta_probe()3372 tx_csum_limit = MVNETA_TX_CSUM_MAX_SIZE; in mvneta_probe()[all …]
289 int tx_csum_limit; member706 if (length - hdr_len > mp->shared->tx_csum_limit || in skb_tx_csum()2816 mv643xx_eth_property(np, "tx-checksum-limit", pd->tx_csum_limit); in mv643xx_eth_shared_of_probe()2890 msp->tx_csum_limit = (pd != NULL && pd->tx_csum_limit) ? in mv643xx_eth_shared_probe()2891 pd->tx_csum_limit : 9 * 1024; in mv643xx_eth_shared_probe()