Lines Matching refs:hprintk

88 #define hprintk(fmt,args...)	printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args)  macro
540 hprintk("failed to alloc tpdrq\n"); in he_init_tpdrq()
785 hprintk("unable to allocate rbpl bitmap table\n"); in he_init_group()
794 hprintk("unable to allocate rbpl virt table\n"); in he_init_group()
802 hprintk("unable to create rbpl pool\n"); in he_init_group()
810 hprintk("failed to alloc rbpl_base\n"); in he_init_group()
849 hprintk("failed to allocate rbrq\n"); in he_init_group()
860 hprintk("coalescing interrupts\n"); in he_init_group()
873 hprintk("failed to allocate tbrq\n"); in he_init_group()
920 hprintk("failed to allocate irq\n"); in he_init_irq()
963 hprintk("irq %d already in use\n", he_dev->pci_dev->irq); in he_init_irq()
998 hprintk("can't read GEN_CNTL_0\n"); in he_start()
1003 hprintk("can't write GEN_CNTL_0.\n"); in he_start()
1008 hprintk("can't read PCI_COMMAND.\n"); in he_start()
1014 hprintk("can't enable memory.\n"); in he_start()
1019 hprintk("can't read cache line size?\n"); in he_start()
1026 hprintk("can't set cache line size to %d\n", cache_size); in he_start()
1030 hprintk("can't read latency timer?\n"); in he_start()
1047 hprintk("can't set latency timer to %d\n", timer); in he_start()
1051 hprintk("can't set up page mapping\n"); in he_start()
1062 hprintk("reset failed\n"); in he_start()
1074 hprintk("disabling 64-bit pci bus transfers\n"); in he_start()
1079 hprintk("64-bit transfers enabled\n"); in he_start()
1092 hprintk("%s%s, %pM\n", he_dev->prod_id, in he_start()
1169 hprintk("nvpibits + nvcibits != %d\n", HE_MAXCIDBITS); in he_start()
1428 hprintk("unable to create tpd dma_pool\n"); in he_start()
1469 hprintk("failed to allocate host status page\n"); in he_start()
1683 hprintk("vcc/he_vcc == NULL (cid 0x%x)\n", cid); in he_service_rbrq()
1694 hprintk("HBUF_ERR! (cid 0x%x)\n", cid); in he_service_rbrq()
1764hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu,… in he_service_rbrq()
1833 hprintk("unable to locate tpd for dma buffer %x\n", in he_service_tbrq()
1978 hprintk("parity error\n"); in he_tasklet()
1981 hprintk("abort 0x%x\n", he_readl(he_dev, ABORT_ADDR)); in he_tasklet()
1995 hprintk("bad isw 0x%x?\n", he_dev->irq_head->isw); in he_tasklet()
2040 hprintk("spurious (or shared) interrupt?\n"); in he_irq_handler()
2081 hprintk("tpdrq full (cid 0x%x)\n", cid); in __enqueue_tpd()
2141 hprintk("unable to allocate he_vcc during open\n"); in he_open()
2184 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2294 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open()
2378 hprintk("close rx timeout cid 0x%x\n", cid); in he_close()
2409 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse); in he_close()
2431 hprintk("close tx he_alloc_tpd failed cid 0x%x\n", cid); in he_close()
2452 hprintk("close tx timeout cid 0x%x\n", cid); in he_close()
2474 hprintk("cs_stper[%d].inuse = 0!\n", reg); in he_close()
2507 hprintk("buffer too large (or small) -- %d bytes\n", skb->len ); in he_send()
2518 hprintk("no scatter/gather support\n"); in he_send()