Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core_main.c6574 static int qeth_set_csum_off(struct qeth_card *card, enum qeth_ipa_funcs cstype, in qeth_set_csum_off() argument
6577 return qeth_send_simple_setassparms_prot(card, cstype, IPA_CMD_ASS_STOP, in qeth_set_csum_off()
6581 static int qeth_set_csum_on(struct qeth_card *card, enum qeth_ipa_funcs cstype, in qeth_set_csum_on() argument
6592 cstype == IPA_OUTBOUND_CHECKSUM) in qeth_set_csum_on()
6595 iob = qeth_get_setassparms_cmd(card, cstype, IPA_CMD_ASS_START, 0, in qeth_set_csum_on()
6605 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
6609 iob = qeth_get_setassparms_cmd(card, cstype, IPA_CMD_ASS_ENABLE, in qeth_set_csum_on()
6613 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
6622 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
6628 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
[all …]