Lines Matching refs:DPRINTK

164 #define DPRINTK(format, args...) \  macro
174 #define DPRINTK(format, args...) macro
514 DPRINTK("about to reset board\n"); in reset_board()
578 DPRINTK("testing SRAM\n"); in sram_test_and_clear()
584 DPRINTK("clearing SRAM\n"); in sram_test_and_clear()
801 DPRINTK("read, write = %d, %d\n", read, write); in lanai_shutdown_tx_vci()
820 DPRINTK("aal0_buffer_allocate: allocating AAL0 RX buffer\n"); in aal0_buffer_allocate()
828 DPRINTK("aal0_buffer_allocate: freeing AAL0 RX buffer\n"); in aal0_buffer_free()
917 DPRINTK("EEPROM 0x%04X %02X\n", in eeprom_read()
957 DPRINTK("eeprom: copyright = \"%s\"\n", in eeprom_validate()
960 DPRINTK("eeprom: copyright not found\n"); in eeprom_validate()
989 DPRINTK("eeprom: MAC address = %pM\n", &e[EEPROM_MAC]); in eeprom_validate()
999 DPRINTK("eeprom: Serial number = %d\n", (unsigned int) lanai->serialno); in eeprom_validate()
1009 DPRINTK("eeprom: Magic number = 0x%08X\n", lanai->magicno); in eeprom_validate()
1494 DPRINTK("Allocated %zu byte %s buffer\n", lanai_buf_size(buf), name); in lanai_get_sized_buffer()
1529 DPRINTK("Binding vci %d\n", vci); in host_vcc_bind()
1532 DPRINTK("Coming out of powerdown\n"); in host_vcc_bind()
1547 DPRINTK("Unbinding vci %d\n", lvcc->vci); in host_vcc_unbind()
1552 DPRINTK("Going into powerdown\n"); in host_vcc_unbind()
1585 DPRINTK("allocated service buffer at %p, size %zu(%d)\n", in service_buffer_allocate()
1625 DPRINTK("(itf %d) got service entry 0x%X for nonexistent " in handle_service()
1636 DPRINTK("(itf %d) got service entry 0x%X for non-TX " in handle_service()
1648 DPRINTK("(itf %d) got service entry 0x%X for non-RX " in handle_service()
1655 DPRINTK("(itf %d) got RX service entry 0x%X for non-AAL5 " in handle_service()
1669 DPRINTK("got trashed rx pdu on vci %d\n", vci); in handle_service()
1689 DPRINTK("got rx crc error on vci %d\n", vci); in handle_service()
1864 DPRINTK("unacked ints: 0x%08X\n", in lanai_int_1()
1916 DPRINTK("%s says board_id=%d, board_rev=%d\n", name, in check_board_id_and_rev()
2085 DPRINTK("pcr_to_cbricg: pcr=%d rounddown=%c icg=%d\n", in pcr_to_cbricg()
2113 DPRINTK("In lanai_dev_open()\n"); in lanai_dev_open()
2328 DPRINTK(DEV_LABEL "(itf %d): open %d.%d\n", lanai->number, in lanai_open()
2402 DPRINTK("lanai_send: skb==NULL for vci=%d\n", atmvcc->vci); in lanai_send()
2406 DPRINTK("lanai_send: lanai==NULL for vci=%d\n", atmvcc->vci); in lanai_send()
2427 DPRINTK("lanai_send: bad aal=%d on vci=%d\n", (int) atmvcc->qos.aal, in lanai_send()
2580 DPRINTK("lanai_start() failed, err=%d\n", -result); in lanai_init_one()