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()
786 hprintk("unable to allocate rbpl bitmap table\n"); in he_init_group()
796 hprintk("unable to allocate rbpl virt table\n"); in he_init_group()
804 hprintk("unable to create rbpl pool\n"); in he_init_group()
812 hprintk("failed to alloc rbpl_base\n"); in he_init_group()
851 hprintk("failed to allocate rbrq\n"); in he_init_group()
862 hprintk("coalescing interrupts\n"); in he_init_group()
875 hprintk("failed to allocate tbrq\n"); in he_init_group()
922 hprintk("failed to allocate irq\n"); in he_init_irq()
965 hprintk("irq %d already in use\n", he_dev->pci_dev->irq); in he_init_irq()
1000 hprintk("can't read GEN_CNTL_0\n"); in he_start()
1005 hprintk("can't write GEN_CNTL_0.\n"); in he_start()
1010 hprintk("can't read PCI_COMMAND.\n"); in he_start()
1016 hprintk("can't enable memory.\n"); in he_start()
1021 hprintk("can't read cache line size?\n"); in he_start()
1028 hprintk("can't set cache line size to %d\n", cache_size); in he_start()
1032 hprintk("can't read latency timer?\n"); in he_start()
1049 hprintk("can't set latency timer to %d\n", timer); in he_start()
1053 hprintk("can't set up page mapping\n"); in he_start()
1064 hprintk("reset failed\n"); in he_start()
1076 hprintk("disabling 64-bit pci bus transfers\n"); in he_start()
1081 hprintk("64-bit transfers enabled\n"); in he_start()
1094 hprintk("%s%s, %pM\n", he_dev->prod_id, in he_start()
1171 hprintk("nvpibits + nvcibits != %d\n", HE_MAXCIDBITS); in he_start()
1430 hprintk("unable to create tpd dma_pool\n"); in he_start()
1471 hprintk("failed to allocate host status page\n"); in he_start()
1682 hprintk("vcc/he_vcc == NULL (cid 0x%x)\n", cid); in he_service_rbrq()
1693 hprintk("HBUF_ERR! (cid 0x%x)\n", cid); in he_service_rbrq()
1763hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu,… in he_service_rbrq()
1832 hprintk("unable to locate tpd for dma buffer %x\n", in he_service_tbrq()
1977 hprintk("parity error\n"); in he_tasklet()
1980 hprintk("abort 0x%x\n", he_readl(he_dev, ABORT_ADDR)); in he_tasklet()
1994 hprintk("bad isw 0x%x?\n", he_dev->irq_head->isw); in he_tasklet()
2039 hprintk("spurious (or shared) interrupt?\n"); in he_irq_handler()
2080 hprintk("tpdrq full (cid 0x%x)\n", cid); in __enqueue_tpd()
2140 hprintk("unable to allocate he_vcc during open\n"); in he_open()
2183 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2293 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open()
2377 hprintk("close rx timeout cid 0x%x\n", cid); in he_close()
2408 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse); in he_close()
2430 hprintk("close tx he_alloc_tpd failed cid 0x%x\n", cid); in he_close()
2451 hprintk("close tx timeout cid 0x%x\n", cid); in he_close()
2473 hprintk("cs_stper[%d].inuse = 0!\n", reg); in he_close()
2506 hprintk("buffer too large (or small) -- %d bytes\n", skb->len ); in he_send()
2517 hprintk("no scatter/gather support\n"); in he_send()