Lines Matching refs:DPRINTF

235 #define DPRINTF(msg,params...) if (e82545_debug) WPRINTF(msg, params)  macro
404 DPRINTF("eeprom checksum: 0x%x", checksum); in e82545_init_eeprom()
411 DPRINTF("Write mdi reg:0x%x phy:0x%x data: 0x%x", reg_addr, phy_addr, data); in e82545_write_mdi()
435 DPRINTF("Unknown mdi read reg:0x%x phy:0x%x", reg_addr, phy_addr); in e82545_read_mdi()
452 DPRINTF("eeprom state machine not expecting data! " in e82545_eecd_strobe()
484 DPRINTF("Illegal eeprom write op 0x%x", in e82545_eecd_strobe()
487 DPRINTF("Illegal eeprom write addr 0x%x", in e82545_eecd_strobe()
490 DPRINTF("eeprom write eeprom[0x%x] = 0x%x", in e82545_eecd_strobe()
508 DPRINTF("eeprom write enable: 0x%x", in e82545_eecd_strobe()
523 DPRINTF("eeprom read: eeprom[0x%x] = 0x%x", in e82545_eecd_strobe()
526 DPRINTF("eeprom illegal read: 0x%x", in e82545_eecd_strobe()
538 DPRINTF("eeprom unknown op: 0x%x", in e82545_eecd_strobe()
547 DPRINTF("eeprom state machine wrong state! " in e82545_eecd_strobe()
563 DPRINTF("itr callback: lintr assert %x", new); in e82545_itr_callback()
578 DPRINTF("icr assert: 0x%x", bits); in e82545_icr_assert()
589 DPRINTF("icr assert: masked %x, ims %x", new, sc->esc_IMS); in e82545_icr_assert()
591 DPRINTF("icr assert: throttled %x, ims %x", new, sc->esc_IMS); in e82545_icr_assert()
593 DPRINTF("icr assert: lintr assert %x", new); in e82545_icr_assert()
617 DPRINTF("ims change: masked %x, ims %x", new, sc->esc_IMS); in e82545_ims_change()
619 DPRINTF("ims change: throttled %x, ims %x", new, sc->esc_IMS); in e82545_ims_change()
621 DPRINTF("ims change: lintr assert %x", new); in e82545_ims_change()
636 DPRINTF("icr deassert: 0x%x", bits); in e82545_icr_deassert()
644 DPRINTF("icr deassert: lintr deassert %x", bits); in e82545_icr_deassert()
654 DPRINTF("intr_write: off %x, val %x", offset, value); in e82545_intr_write()
688 DPRINTF("intr_read: off %x", offset); in e82545_intr_read()
722 DPRINTF("e1k: s/w reset, ctl %x", val); in e82545_devctl()
751 DPRINTF("rx_ctl - %s RCTL %x, val %x", in e82545_rx_ctl()
842 DPRINTF("rx_run: head %x, tail %x", sc->esc_RDH, sc->esc_RDT); in e82545_rx_callback()
845 DPRINTF("rx disabled (!%d || %d) -- packet(s) dropped", in e82545_rx_callback()
858 DPRINTF("rx overflow (%d < %d) -- packet(s) dropped", in e82545_rx_callback()
879 DPRINTF("netbe_recv() returned %zd", len); in e82545_rx_callback()
894 DPRINTF("packet read %zd bytes, %d segs, head %d", in e82545_rx_callback()
904 DPRINTF("known VLAN %d", tag); in e82545_rx_callback()
906 DPRINTF("unknown VLAN %d", tag); in e82545_rx_callback()
957 DPRINTF("rx_run done: head %x, tail %x", sc->esc_RDH, sc->esc_RDT); in e82545_rx_callback()
1044 DPRINTF("tx cksum: iovcnt/s/off/len %d/%d/%d/%d", in e82545_transmit_checksum()
1115 DPRINTF("tx ctxt desc idx %d: %016jx " in e82545_transmit()
1123 DPRINTF("tx legacy desc idx %d: %08x%08x", in e82545_transmit()
1132 DPRINTF("tx data desc idx %d: %08x%08x", in e82545_transmit()
1142 DPRINTF("tx next desc idx %d: %08x%08x", in e82545_transmit()
1400 DPRINTF("tx %s segmentation offload %d+%d/%u bytes %d iovs", in e82545_transmit()
1440 DPRINTF("tx segment %d %d+%d bytes %d iovs", in e82545_transmit()
1510 DPRINTF("tx_run: head %x, rhead %x, tail %x", in e82545_tx_run()
1534 DPRINTF("tx_run done: head %x, rhead %x, tail %x", in e82545_tx_run()
1661 DPRINTF("Unaligned register write offset:0x%x value:0x%x", offset, value); in e82545_write_register()
1664 DPRINTF("Register write: 0x%x value: 0x%x", offset, value); in e82545_write_register()
1841 DPRINTF("Incorrect MDIC ready bit: 0x%x", value); in e82545_write_register()
1854 DPRINTF("Unknown MDIC op: 0x%x", value); in e82545_write_register()
1868 DPRINTF("Unknown write register: 0x%x value:%x", offset, value); in e82545_write_register()
1880 DPRINTF("Unaligned register read offset:0x%x", offset); in e82545_read_register()
1884 DPRINTF("Register read: 0x%x", offset); in e82545_read_register()
2139 DPRINTF("Unknown read register: 0x%x", offset); in e82545_read_register()
2164 DPRINTF("Wrong io addr write sz:%d value:0x%lx", size, value); in e82545_write()
2170 DPRINTF("Wrong io data write size:%d value:0x%lx", size, value); in e82545_write()
2172 DPRINTF("Non-register io write addr:0x%x value:0x%lx", sc->io_addr, value); in e82545_write()
2178 DPRINTF("Unknown io bar write offset:0x%lx value:0x%lx size:%d", offset, value, size); in e82545_write()
2184 DPRINTF("Wrong register write size:%d offset:0x%lx value:0x%lx", size, offset, value); in e82545_write()
2190 DPRINTF("Unknown write bar:%d off:0x%lx val:0x%lx size:%d", in e82545_write()
2214 DPRINTF("Wrong io addr read sz:%d", size); in e82545_read()
2220 DPRINTF("Wrong io data read sz:%d", size); in e82545_read()
2223 DPRINTF("Non-register io read addr:0x%x", in e82545_read()
2229 DPRINTF("Unknown io bar read offset:0x%lx size:%d", in e82545_read()
2236 DPRINTF("Wrong register read size:%d offset:0x%lx", in e82545_read()
2242 DPRINTF("Unknown read bar:%d offset:0x%lx size:%d", in e82545_read()