Searched refs:qeth_set_rx_csum (Results 1 – 4 of 4) sorted by relevance
985 int qeth_set_rx_csum(struct qeth_card *, int);
436 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()
1321 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()
6076 int qeth_set_rx_csum(struct qeth_card *card, int on) in qeth_set_rx_csum() function6094 EXPORT_SYMBOL_GPL(qeth_set_rx_csum);