Home
last modified time | relevance | path

Searched refs:qeth_set_rx_csum (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/s390/net/
Dqeth_core.h985 int qeth_set_rx_csum(struct qeth_card *, int);
Dqeth_l2_main.c436 return qeth_set_rx_csum(card, features & NETIF_F_RXCSUM ? 1 : 0); in qeth_l2_set_features()
1138 qeth_set_rx_csum(card, 1); in qeth_l2_start_ipassists()
Dqeth_l3_main.c1321 qeth_set_rx_csum(card, 1); in qeth_l3_start_ipa_checksum()
3099 return qeth_set_rx_csum(card, features & NETIF_F_RXCSUM ? 1 : 0); in qeth_l3_set_features()
Dqeth_core_main.c6076 int qeth_set_rx_csum(struct qeth_card *card, int on) in qeth_set_rx_csum() function
6094 EXPORT_SYMBOL_GPL(qeth_set_rx_csum);