Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c533 QETH_DBF_MESSAGE(2, "%s issue_next_read failed: no iob " in qeth_issue_next_read()
542 QETH_DBF_MESSAGE(2, "%s error in starting next read ccw! " in qeth_issue_next_read()
585 QETH_DBF_MESSAGE(2, "IPA: %s(x%X) for %s/%s returned " in qeth_issue_ipa_msg()
591 QETH_DBF_MESSAGE(5, "IPA: %s(x%X) for %s/%s succeeded\n", in qeth_issue_ipa_msg()
664 QETH_DBF_MESSAGE(2, "Received data is IPA " in qeth_check_ipa_data()
702 QETH_DBF_MESSAGE(2, "received an IDX TERMINATE " in qeth_check_idx_response()
1012 QETH_DBF_MESSAGE(2, "%s check on device dstat=x%x, cstat=x%x\n", in qeth_get_problem()
1056 QETH_DBF_MESSAGE(2, "%s i/o-error on device\n", in __qeth_check_irb_error()
1074 QETH_DBF_MESSAGE(2, "%s unknown error %ld on device\n", in __qeth_check_irb_error()
1144 QETH_DBF_MESSAGE(2, "%s sense data available. cstat " in qeth_irq()
[all …]
Dqeth_l2_main.c174 QETH_DBF_MESSAGE(2, "Group MAC %pM already existing on %s\n", in qeth_l2_send_setgroupmac()
177 QETH_DBF_MESSAGE(2, "Could not set group MAC %pM on %s: %d\n", in qeth_l2_send_setgroupmac()
190 QETH_DBF_MESSAGE(2, in qeth_l2_send_delgroupmac()
289 QETH_DBF_MESSAGE(2, "Error in processing VLAN %i on %s: 0x%x. " in qeth_l2_send_setdelvlan_cb()
631 QETH_DBF_MESSAGE(2, "could not query adapter " in qeth_l2_request_initial_mac()
643 QETH_DBF_MESSAGE(2, "couldn't get MAC address on " in qeth_l2_request_initial_mac()
1299 QETH_DBF_MESSAGE(2, "qeth_osn_send_control_data: " in qeth_osn_send_control_data()
Dqeth_l3_main.c677 QETH_DBF_MESSAGE(2, "Error (0x%04x) while setting routing type" in qeth_l3_setrouting_v4()
702 QETH_DBF_MESSAGE(2, "Error (0x%04x) while setting routing type" in qeth_l3_setrouting_v6()
1002 QETH_DBF_MESSAGE(2, "%s couldn't set adapter parameters: " in qeth_l3_setadapter_parms()
1612 QETH_DBF_MESSAGE(2, "Unknown sniffer action (0x%04x) on %s\n", in qeth_diags_trace_cb()
2298 QETH_DBF_MESSAGE(2, "Could not set number of ARP entries on " in qeth_l3_arp_set_no_entries()
2472 QETH_DBF_MESSAGE(2, in qeth_l3_query_arp_cache_info()
2565 QETH_DBF_MESSAGE(2, "Could not add ARP entry for address %s " in qeth_l3_arp_add_entry()
2606 QETH_DBF_MESSAGE(2, "Could not delete ARP entry for address %s" in qeth_l3_arp_remove_entry()
2634 QETH_DBF_MESSAGE(2, "Could not flush ARP cache on %s: %s " in qeth_l3_arp_flush_cache()
Dqeth_core.h62 #define QETH_DBF_MESSAGE(level, text...) \ macro