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 %p, 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()
1868 DPRINTK("unacked ints: 0x%08X\n", in lanai_int_1()
1920 DPRINTK("%s says board_id=%d, board_rev=%d\n", name, in check_board_id_and_rev()
2089 DPRINTK("pcr_to_cbricg: pcr=%d rounddown=%c icg=%d\n", in pcr_to_cbricg()
2117 DPRINTK("In lanai_dev_open()\n"); in lanai_dev_open()
2329 DPRINTK(DEV_LABEL "(itf %d): open %d.%d\n", lanai->number, in lanai_open()
2403 DPRINTK("lanai_send: skb==NULL for vci=%d\n", atmvcc->vci); in lanai_send()
2407 DPRINTK("lanai_send: lanai==NULL for vci=%d\n", atmvcc->vci); in lanai_send()
2428 DPRINTK("lanai_send: bad aal=%d on vci=%d\n", (int) atmvcc->qos.aal, in lanai_send()
2583 DPRINTK("lanai_start() failed, err=%d\n", -result); in lanai_init_one()