Searched refs:cstype (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/s390/net/ |
D | qeth_core_main.c | 6386 static int qeth_send_checksum_on(struct qeth_card *card, int cstype, in qeth_send_checksum_on() argument 6395 rc = qeth_ipa_checksum_run_cmd(card, cstype, IPA_CMD_ASS_START, 0, in qeth_send_checksum_on() 6402 cstype == IPA_INBOUND_CHECKSUM) in qeth_send_checksum_on() 6408 qeth_send_simple_setassparms_prot(card, cstype, in qeth_send_checksum_on() 6415 rc = qeth_ipa_checksum_run_cmd(card, cstype, IPA_CMD_ASS_ENABLE, in qeth_send_checksum_on() 6424 qeth_send_simple_setassparms_prot(card, cstype, in qeth_send_checksum_on() 6433 cstype == IPA_INBOUND_CHECKSUM ? "in" : "out", prot); in qeth_send_checksum_on() 6437 static int qeth_set_ipa_csum(struct qeth_card *card, bool on, int cstype, in qeth_set_ipa_csum() argument 6440 int rc = (on) ? qeth_send_checksum_on(card, cstype, prot) in qeth_set_ipa_csum() 6441 : qeth_send_simple_setassparms_prot(card, cstype, in qeth_set_ipa_csum()
|