Lines Matching refs:DPRINTF
234 #define DPRINTF(msg,params...) if (e82545_debug) WPRINTF(msg, params) macro
403 DPRINTF("eeprom checksum: 0x%x", checksum); in e82545_init_eeprom()
410 DPRINTF("Write mdi reg:0x%x phy:0x%x data: 0x%x", reg_addr, phy_addr, data); in e82545_write_mdi()
434 DPRINTF("Unknown mdi read reg:0x%x phy:0x%x", reg_addr, phy_addr); in e82545_read_mdi()
451 DPRINTF("eeprom state machine not expecting data! " in e82545_eecd_strobe()
483 DPRINTF("Illegal eeprom write op 0x%x", in e82545_eecd_strobe()
486 DPRINTF("Illegal eeprom write addr 0x%x", in e82545_eecd_strobe()
489 DPRINTF("eeprom write eeprom[0x%x] = 0x%x", in e82545_eecd_strobe()
507 DPRINTF("eeprom write enable: 0x%x", in e82545_eecd_strobe()
522 DPRINTF("eeprom read: eeprom[0x%x] = 0x%x", in e82545_eecd_strobe()
525 DPRINTF("eeprom illegal read: 0x%x", in e82545_eecd_strobe()
537 DPRINTF("eeprom unknown op: 0x%x", in e82545_eecd_strobe()
546 DPRINTF("eeprom state machine wrong state! " in e82545_eecd_strobe()
562 DPRINTF("itr callback: lintr assert %x", new); in e82545_itr_callback()
577 DPRINTF("icr assert: 0x%x", bits); in e82545_icr_assert()
588 DPRINTF("icr assert: masked %x, ims %x", new, sc->esc_IMS); in e82545_icr_assert()
590 DPRINTF("icr assert: throttled %x, ims %x", new, sc->esc_IMS); in e82545_icr_assert()
592 DPRINTF("icr assert: lintr assert %x", new); in e82545_icr_assert()
616 DPRINTF("ims change: masked %x, ims %x", new, sc->esc_IMS); in e82545_ims_change()
618 DPRINTF("ims change: throttled %x, ims %x", new, sc->esc_IMS); in e82545_ims_change()
620 DPRINTF("ims change: lintr assert %x", new); in e82545_ims_change()
635 DPRINTF("icr deassert: 0x%x", bits); in e82545_icr_deassert()
643 DPRINTF("icr deassert: lintr deassert %x", bits); in e82545_icr_deassert()
653 DPRINTF("intr_write: off %x, val %x", offset, value); in e82545_intr_write()
687 DPRINTF("intr_read: off %x", offset); in e82545_intr_read()
721 DPRINTF("e1k: s/w reset, ctl %x", val); in e82545_devctl()
750 DPRINTF("rx_ctl - %s RCTL %x, val %x", in e82545_rx_ctl()
841 DPRINTF("rx_run: head %x, tail %x", sc->esc_RDH, sc->esc_RDT); in e82545_rx_callback()
844 DPRINTF("rx disabled (!%d || %d) -- packet(s) dropped", in e82545_rx_callback()
857 DPRINTF("rx overflow (%d < %d) -- packet(s) dropped", in e82545_rx_callback()
878 DPRINTF("netbe_recv() returned %zd", len); in e82545_rx_callback()
893 DPRINTF("packet read %zd bytes, %d segs, head %d", in e82545_rx_callback()
903 DPRINTF("known VLAN %d", tag); in e82545_rx_callback()
905 DPRINTF("unknown VLAN %d", tag); in e82545_rx_callback()
956 DPRINTF("rx_run done: head %x, tail %x", sc->esc_RDH, sc->esc_RDT); in e82545_rx_callback()
1043 DPRINTF("tx cksum: iovcnt/s/off/len %d/%d/%d/%d", in e82545_transmit_checksum()
1114 DPRINTF("tx ctxt desc idx %d: %016jx " in e82545_transmit()
1122 DPRINTF("tx legacy desc idx %d: %08x%08x", in e82545_transmit()
1131 DPRINTF("tx data desc idx %d: %08x%08x", in e82545_transmit()
1141 DPRINTF("tx next desc idx %d: %08x%08x", in e82545_transmit()
1399 DPRINTF("tx %s segmentation offload %d+%d/%u bytes %d iovs", in e82545_transmit()
1439 DPRINTF("tx segment %d %d+%d bytes %d iovs", in e82545_transmit()
1509 DPRINTF("tx_run: head %x, rhead %x, tail %x", in e82545_tx_run()
1533 DPRINTF("tx_run done: head %x, rhead %x, tail %x", in e82545_tx_run()
1660 DPRINTF("Unaligned register write offset:0x%x value:0x%x", offset, value); in e82545_write_register()
1663 DPRINTF("Register write: 0x%x value: 0x%x", offset, value); in e82545_write_register()
1840 DPRINTF("Incorrect MDIC ready bit: 0x%x", value); in e82545_write_register()
1853 DPRINTF("Unknown MDIC op: 0x%x", value); in e82545_write_register()
1867 DPRINTF("Unknown write register: 0x%x value:%x", offset, value); in e82545_write_register()
1879 DPRINTF("Unaligned register read offset:0x%x", offset); in e82545_read_register()
1883 DPRINTF("Register read: 0x%x", offset); in e82545_read_register()
2138 DPRINTF("Unknown read register: 0x%x", offset); in e82545_read_register()
2163 DPRINTF("Wrong io addr write sz:%d value:0x%lx", size, value); in e82545_write()
2169 DPRINTF("Wrong io data write size:%d value:0x%lx", size, value); in e82545_write()
2171 DPRINTF("Non-register io write addr:0x%x value:0x%lx", sc->io_addr, value); in e82545_write()
2177 DPRINTF("Unknown io bar write offset:0x%lx value:0x%lx size:%d", offset, value, size); in e82545_write()
2183 DPRINTF("Wrong register write size:%d offset:0x%lx value:0x%lx", size, offset, value); in e82545_write()
2189 DPRINTF("Unknown write bar:%d off:0x%lx val:0x%lx size:%d", in e82545_write()
2213 DPRINTF("Wrong io addr read sz:%d", size); in e82545_read()
2219 DPRINTF("Wrong io data read sz:%d", size); in e82545_read()
2222 DPRINTF("Non-register io read addr:0x%x", in e82545_read()
2228 DPRINTF("Unknown io bar read offset:0x%lx size:%d", in e82545_read()
2235 DPRINTF("Wrong register read size:%d offset:0x%lx", in e82545_read()
2241 DPRINTF("Unknown read bar:%d offset:0x%lx size:%d", in e82545_read()