Lines Matching refs:hprintk
88 #define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args) macro
541 hprintk("failed to alloc tpdrq\n"); in he_init_tpdrq()
787 hprintk("unable to allocate rbpl bitmap table\n"); in he_init_group()
797 hprintk("unable to allocate rbpl virt table\n"); in he_init_group()
805 hprintk("unable to create rbpl pool\n"); in he_init_group()
813 hprintk("failed to alloc rbpl_base\n"); in he_init_group()
852 hprintk("failed to allocate rbrq\n"); in he_init_group()
863 hprintk("coalescing interrupts\n"); in he_init_group()
876 hprintk("failed to allocate tbrq\n"); in he_init_group()
921 hprintk("failed to allocate irq\n"); in he_init_irq()
964 hprintk("irq %d already in use\n", he_dev->pci_dev->irq); in he_init_irq()
999 hprintk("can't read GEN_CNTL_0\n"); in he_start()
1004 hprintk("can't write GEN_CNTL_0.\n"); in he_start()
1009 hprintk("can't read PCI_COMMAND.\n"); in he_start()
1015 hprintk("can't enable memory.\n"); in he_start()
1020 hprintk("can't read cache line size?\n"); in he_start()
1027 hprintk("can't set cache line size to %d\n", cache_size); in he_start()
1031 hprintk("can't read latency timer?\n"); in he_start()
1048 hprintk("can't set latency timer to %d\n", timer); in he_start()
1052 hprintk("can't set up page mapping\n"); in he_start()
1063 hprintk("reset failed\n"); in he_start()
1075 hprintk("disabling 64-bit pci bus transfers\n"); in he_start()
1080 hprintk("64-bit transfers enabled\n"); in he_start()
1093 hprintk("%s%s, %pM\n", he_dev->prod_id, in he_start()
1170 hprintk("nvpibits + nvcibits != %d\n", HE_MAXCIDBITS); in he_start()
1429 hprintk("unable to create tpd dma_pool\n"); in he_start()
1470 hprintk("failed to allocate host status page\n"); in he_start()
1681 hprintk("vcc/he_vcc == NULL (cid 0x%x)\n", cid); in he_service_rbrq()
1692 hprintk("HBUF_ERR! (cid 0x%x)\n", cid); in he_service_rbrq()
1762 …hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu,… in he_service_rbrq()
1831 hprintk("unable to locate tpd for dma buffer %x\n", in he_service_tbrq()
1976 hprintk("parity error\n"); in he_tasklet()
1979 hprintk("abort 0x%x\n", he_readl(he_dev, ABORT_ADDR)); in he_tasklet()
1993 hprintk("bad isw 0x%x?\n", he_dev->irq_head->isw); in he_tasklet()
2038 hprintk("spurious (or shared) interrupt?\n"); in he_irq_handler()
2079 hprintk("tpdrq full (cid 0x%x)\n", cid); in __enqueue_tpd()
2139 hprintk("unable to allocate he_vcc during open\n"); in he_open()
2182 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2292 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open()
2376 hprintk("close rx timeout cid 0x%x\n", cid); in he_close()
2407 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse); in he_close()
2429 hprintk("close tx he_alloc_tpd failed cid 0x%x\n", cid); in he_close()
2450 hprintk("close tx timeout cid 0x%x\n", cid); in he_close()
2472 hprintk("cs_stper[%d].inuse = 0!\n", reg); in he_close()
2505 hprintk("buffer too large (or small) -- %d bytes\n", skb->len ); in he_send()
2516 hprintk("no scatter/gather support\n"); in he_send()