Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/net/
Dqeth_l2_main.c124 QETH_DBF_MESSAGE(2, "MAC address %012llx is already registered on device %x\n", in qeth_l2_write_mac()
127 QETH_DBF_MESSAGE(2, "Failed to register MAC address %012llx on device %x: %d\n", in qeth_l2_write_mac()
141 QETH_DBF_MESSAGE(2, "Failed to delete MAC address %012llx on device %x: %d\n", in qeth_l2_remove_mac()
221 QETH_DBF_MESSAGE(2, "Error in processing VLAN %u on device %x: %#x.\n", in qeth_l2_send_setdelvlan_cb()
306 QETH_DBF_MESSAGE(2, "z/VM MAC Service failed on device %x: %#x\n", in qeth_l2_request_initial_mac()
315 QETH_DBF_MESSAGE(2, "READ_MAC Assist failed on device %x: %#x\n", in qeth_l2_request_initial_mac()
903 QETH_DBF_MESSAGE(2, in qeth_l2_br2dev_get()
908 QETH_DBF_MESSAGE(2, "qeth_l2_sw_notifier registered\n"); in qeth_l2_br2dev_get()
923 QETH_DBF_MESSAGE(2, in qeth_l2_br2dev_put()
927 QETH_DBF_MESSAGE(2, in qeth_l2_br2dev_put()
[all …]
Dqeth_core_main.c454 QETH_DBF_MESSAGE(2, "error %i on device %x when starting next read ccw!\n", in __qeth_issue_next_read()
758 QETH_DBF_MESSAGE(2, "IPA: %s(%#x) for device %x returned %#x \"%s\"\n", in qeth_issue_ipa_msg()
762 QETH_DBF_MESSAGE(5, "IPA: %s(%#x) for device %x succeeded\n", in qeth_issue_ipa_msg()
870 QETH_DBF_MESSAGE(2, "Received data is IPA but not a reply!\n"); in qeth_check_ipa_data()
893 QETH_DBF_MESSAGE(2, "received an IDX TERMINATE with cause code %#04x\n", in qeth_check_idx_response()
1122 QETH_DBF_MESSAGE(2, "check on channel %x with dstat=%#x, cstat=%#x\n", in qeth_get_problem()
1162 QETH_DBF_MESSAGE(2, "i/o-error on channel %x\n", in qeth_check_irb_error()
1174 QETH_DBF_MESSAGE(2, "unknown error %ld on channel %x\n", in qeth_check_irb_error()
1259 QETH_DBF_MESSAGE(2, "sense data available on channel %x: cstat %#X dstat %#X\n", in qeth_irq()
2026 QETH_DBF_MESSAGE(2, "qeth_send_control_data on device %x: ccw_device_start rc = %i\n", in qeth_send_control_data()
[all …]
Dqeth_l3_main.c462QETH_DBF_MESSAGE(2, "Error (%#06x) while setting routing type on device %x. Type set to 'no router… in qeth_l3_setrouting_v4()
485QETH_DBF_MESSAGE(2, "Error (%#06x) while setting routing type on device %x. Type set to 'no router… in qeth_l3_setrouting_v6()
1023 QETH_DBF_MESSAGE(2, "Unknown sniffer action (%#06x) on device %x\n", in qeth_diags_trace_cb()
1246 QETH_DBF_MESSAGE(2, "Could not set number of ARP entries on device %x: %#x\n", in qeth_l3_arp_set_no_entries()
1391 QETH_DBF_MESSAGE(2, "Error while querying ARP cache on device %x: %#x\n", in qeth_l3_query_arp_cache_info()
1478 QETH_DBF_MESSAGE(2, "Could not modify (cmd: %#x) ARP entry on device %x: %#x\n", in qeth_l3_arp_modify_entry()
1509 QETH_DBF_MESSAGE(2, "Could not flush ARP cache on device %x: %#x\n", in qeth_l3_arp_flush_cache()
Dqeth_l3_sys.c721 QETH_DBF_MESSAGE(2, "multicast rxip not supported.\n"); in qeth_l3_parse_rxipe()
727 QETH_DBF_MESSAGE(2, "multicast rxip not supported.\n"); in qeth_l3_parse_rxipe()
Dqeth_core.h79 #define QETH_DBF_MESSAGE(level, text...) \ macro