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()
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()
918 hprintk("failed to allocate irq\n"); in he_init_irq()
961 hprintk("irq %d already in use\n", he_dev->pci_dev->irq); in he_init_irq()
996 hprintk("can't read GEN_CNTL_0\n"); in he_start()
1001 hprintk("can't write GEN_CNTL_0.\n"); in he_start()
1006 hprintk("can't read PCI_COMMAND.\n"); in he_start()
1012 hprintk("can't enable memory.\n"); in he_start()
1017 hprintk("can't read cache line size?\n"); in he_start()
1024 hprintk("can't set cache line size to %d\n", cache_size); in he_start()
1028 hprintk("can't read latency timer?\n"); in he_start()
1045 hprintk("can't set latency timer to %d\n", timer); in he_start()
1049 hprintk("can't set up page mapping\n"); in he_start()
1060 hprintk("reset failed\n"); in he_start()
1072 hprintk("disabling 64-bit pci bus transfers\n"); in he_start()
1077 hprintk("64-bit transfers enabled\n"); in he_start()
1090 hprintk("%s%s, %pM\n", he_dev->prod_id, in he_start()
1167 hprintk("nvpibits + nvcibits != %d\n", HE_MAXCIDBITS); in he_start()
1426 hprintk("unable to create tpd dma_pool\n"); in he_start()
1467 hprintk("failed to allocate host status page\n"); in he_start()
1678 hprintk("vcc/he_vcc == NULL (cid 0x%x)\n", cid); in he_service_rbrq()
1689 hprintk("HBUF_ERR! (cid 0x%x)\n", cid); in he_service_rbrq()
1759hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu,… in he_service_rbrq()
1828 hprintk("unable to locate tpd for dma buffer %x\n", in he_service_tbrq()
1973 hprintk("parity error\n"); in he_tasklet()
1976 hprintk("abort 0x%x\n", he_readl(he_dev, ABORT_ADDR)); in he_tasklet()
1990 hprintk("bad isw 0x%x?\n", he_dev->irq_head->isw); in he_tasklet()
2035 hprintk("spurious (or shared) interrupt?\n"); in he_irq_handler()
2076 hprintk("tpdrq full (cid 0x%x)\n", cid); in __enqueue_tpd()
2136 hprintk("unable to allocate he_vcc during open\n"); in he_open()
2179 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2289 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open()
2373 hprintk("close rx timeout cid 0x%x\n", cid); in he_close()
2404 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse); in he_close()
2426 hprintk("close tx he_alloc_tpd failed cid 0x%x\n", cid); in he_close()
2447 hprintk("close tx timeout cid 0x%x\n", cid); in he_close()
2469 hprintk("cs_stper[%d].inuse = 0!\n", reg); in he_close()
2502 hprintk("buffer too large (or small) -- %d bytes\n", skb->len ); in he_send()
2513 hprintk("no scatter/gather support\n"); in he_send()