Lines Matching refs:DPRINTK
168 #define DPRINTK(format, args...) \ macro
178 #define DPRINTK(format, args...) macro
518 DPRINTK("about to reset board\n"); in reset_board()
582 DPRINTK("testing SRAM\n"); in sram_test_and_clear()
588 DPRINTK("clearing SRAM\n"); in sram_test_and_clear()
805 DPRINTK("read, write = %d, %d\n", read, write); in lanai_shutdown_tx_vci()
824 DPRINTK("aal0_buffer_allocate: allocating AAL0 RX buffer\n"); in aal0_buffer_allocate()
832 DPRINTK("aal0_buffer_allocate: freeing AAL0 RX buffer\n"); in aal0_buffer_free()
921 DPRINTK("EEPROM 0x%04X %02X\n", in eeprom_read()
961 DPRINTK("eeprom: copyright = \"%s\"\n", in eeprom_validate()
964 DPRINTK("eeprom: copyright not found\n"); in eeprom_validate()
993 DPRINTK("eeprom: MAC address = %pM\n", &e[EEPROM_MAC]); in eeprom_validate()
1003 DPRINTK("eeprom: Serial number = %d\n", (unsigned int) lanai->serialno); in eeprom_validate()
1013 DPRINTK("eeprom: Magic number = 0x%08X\n", lanai->magicno); in eeprom_validate()
1498 DPRINTK("Allocated %Zu byte %s buffer\n", lanai_buf_size(buf), name); in lanai_get_sized_buffer()
1533 DPRINTK("Binding vci %d\n", vci); in host_vcc_bind()
1536 DPRINTK("Coming out of powerdown\n"); in host_vcc_bind()
1551 DPRINTK("Unbinding vci %d\n", lvcc->vci); in host_vcc_unbind()
1556 DPRINTK("Going into powerdown\n"); in host_vcc_unbind()
1589 DPRINTK("allocated service buffer at 0x%08lX, size %Zu(%d)\n", in service_buffer_allocate()
1629 DPRINTK("(itf %d) got service entry 0x%X for nonexistent " in handle_service()
1640 DPRINTK("(itf %d) got service entry 0x%X for non-TX " in handle_service()
1652 DPRINTK("(itf %d) got service entry 0x%X for non-RX " in handle_service()
1659 DPRINTK("(itf %d) got RX service entry 0x%X for non-AAL5 " in handle_service()
1673 DPRINTK("got trashed rx pdu on vci %d\n", vci); in handle_service()
1693 DPRINTK("got rx crc error on vci %d\n", vci); in handle_service()
1870 DPRINTK("unacked ints: 0x%08X\n", in lanai_int_1()
1922 DPRINTK("%s says board_id=%d, board_rev=%d\n", name, in check_board_id_and_rev()
2091 DPRINTK("pcr_to_cbricg: pcr=%d rounddown=%c icg=%d\n", in pcr_to_cbricg()
2119 DPRINTK("In lanai_dev_open()\n"); in lanai_dev_open()
2330 DPRINTK(DEV_LABEL "(itf %d): open %d.%d\n", lanai->number, in lanai_open()
2404 DPRINTK("lanai_send: skb==NULL for vci=%d\n", atmvcc->vci); in lanai_send()
2408 DPRINTK("lanai_send: lanai==NULL for vci=%d\n", atmvcc->vci); in lanai_send()
2429 DPRINTK("lanai_send: bad aal=%d on vci=%d\n", (int) atmvcc->qos.aal, in lanai_send()
2584 DPRINTK("lanai_start() failed, err=%d\n", -result); in lanai_init_one()