Home
last modified time | relevance | path

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

/linux-4.4.14/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()
665 QETH_DBF_MESSAGE(2, "Received data is IPA " in qeth_check_ipa_data()
703 QETH_DBF_MESSAGE(2, "received an IDX TERMINATE " in qeth_check_idx_response()
1013 QETH_DBF_MESSAGE(2, "%s check on device dstat=x%x, cstat=x%x\n", in qeth_get_problem()
1057 QETH_DBF_MESSAGE(2, "%s i/o-error on device\n", in __qeth_check_irb_error()
1075 QETH_DBF_MESSAGE(2, "%s unknown error %ld on device\n", in __qeth_check_irb_error()
1145 QETH_DBF_MESSAGE(2, "%s sense data available. cstat " in qeth_irq()
[all …]
Dqeth_l2_main.c176 QETH_DBF_MESSAGE(2, "Group MAC %pM already existing on %s\n", in qeth_l2_send_setgroupmac()
179 QETH_DBF_MESSAGE(2, "Could not set group MAC %pM on %s: %d\n", in qeth_l2_send_setgroupmac()
192 QETH_DBF_MESSAGE(2, in qeth_l2_send_delgroupmac()
303 QETH_DBF_MESSAGE(2, "Error in processing VLAN %i on %s: 0x%x. " in qeth_l2_send_setdelvlan_cb()
682 QETH_DBF_MESSAGE(2, "could not query adapter " in qeth_l2_request_initial_mac()
694 QETH_DBF_MESSAGE(2, "couldn't get MAC address on " in qeth_l2_request_initial_mac()
1463 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()
1506 QETH_DBF_MESSAGE(2, "Unknown sniffer action (0x%04x) on %s\n", in qeth_diags_trace_cb()
2188 QETH_DBF_MESSAGE(2, "Could not set number of ARP entries on " in qeth_l3_arp_set_no_entries()
2362 QETH_DBF_MESSAGE(2, in qeth_l3_query_arp_cache_info()
2455 QETH_DBF_MESSAGE(2, "Could not add ARP entry for address %s " in qeth_l3_arp_add_entry()
2496 QETH_DBF_MESSAGE(2, "Could not delete ARP entry for address %s" in qeth_l3_arp_remove_entry()
2524 QETH_DBF_MESSAGE(2, "Could not flush ARP cache on %s: %s " in qeth_l3_arp_flush_cache()
Dqeth_core.h63 #define QETH_DBF_MESSAGE(level, text...) \ macro