Searched refs:kaweth_err (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/usb/ |
D | kaweth.c | 70 #define kaweth_err(format, arg...) printk(KERN_ERR __FILE__ ": " format "\n" ,##arg) macro 386 kaweth_err("Firmware too big: %d", data_len); in kaweth_download_firmware() 517 kaweth_err("resubmitting rx_urb %d failed", result); in kaweth_resubmit_rx_urb() 554 kaweth_err("%s RX status: %d count: %d packet_len: %d", in kaweth_usb_receive() 565 kaweth_err("Packet length too long for USB frame (pkt_len: %x, count: %x)",pkt_len, count); in kaweth_usb_receive() 566 kaweth_err("Packet len & 2047: %x", pkt_len & 2047); in kaweth_usb_receive() 567 kaweth_err("Count 2: %x", count2); in kaweth_usb_receive() 820 kaweth_err("Failed to set Rx mode: %d", result); in kaweth_async_set_rx_mode() 906 kaweth_err("Error downloading firmware (%d)", result); in kaweth_probe() 917 kaweth_err("Error downloading firmware fix (%d)", result); in kaweth_probe() [all …]
|