Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c6594 return qeth_send_simple_setassparms_prot(card, cstype, IPA_CMD_ASS_STOP, in qeth_set_csum_off()
6609 cstype == IPA_OUTBOUND_CHECKSUM) in qeth_set_csum_on()
6612 iob = qeth_get_setassparms_cmd(card, cstype, IPA_CMD_ASS_START, 0, in qeth_set_csum_on()
6622 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
6626 iob = qeth_get_setassparms_cmd(card, cstype, IPA_CMD_ASS_ENABLE, in qeth_set_csum_on()
6630 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
6639 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
6645 qeth_set_csum_off(card, cstype, prot); in qeth_set_csum_on()
6650 cstype == IPA_INBOUND_CHECKSUM ? "in" : "out", prot); in qeth_set_csum_on()
6661 return on ? qeth_set_csum_on(card, cstype, prot, lp2lp) : in qeth_set_ipa_csum()
[all …]