Lines Matching refs:hprintk

118 #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()
784 hprintk("unable to create rbps pages\n"); in he_init_group()
791 hprintk("unable to create rbps page pool\n"); in he_init_group()
799 hprintk("failed to alloc rbps\n"); in he_init_group()
848 hprintk("unable to create rbpl pool\n"); in he_init_group()
855 hprintk("unable to create rbpl pages\n"); in he_init_group()
863 hprintk("failed to alloc rbpl\n"); in he_init_group()
904 hprintk("failed to allocate rbrq\n"); in he_init_group()
916 hprintk("coalescing interrupts\n"); in he_init_group()
928 hprintk("failed to allocate tbrq\n"); in he_init_group()
954 hprintk("failed to allocate irq\n"); in he_init_irq()
996 hprintk("irq %d already in use\n", he_dev->pci_dev->irq); in he_init_irq()
1031 hprintk("can't read GEN_CNTL_0\n"); in he_start()
1036 hprintk("can't write GEN_CNTL_0.\n"); in he_start()
1041 hprintk("can't read PCI_COMMAND.\n"); in he_start()
1047 hprintk("can't enable memory.\n"); in he_start()
1052 hprintk("can't read cache line size?\n"); in he_start()
1059 hprintk("can't set cache line size to %d\n", cache_size); in he_start()
1063 hprintk("can't read latency timer?\n"); in he_start()
1080 hprintk("can't set latency timer to %d\n", timer); in he_start()
1084 hprintk("can't set up page mapping\n"); in he_start()
1095 hprintk("reset failed\n"); in he_start()
1107 hprintk("disabling 64-bit pci bus transfers\n"); in he_start()
1112 hprintk("64-bit transfers enabled\n"); in he_start()
1125 hprintk("%s%s, %x:%x:%x:%x:%x:%x\n", in he_start()
1214 hprintk("nvpibits + nvcibits != %d\n", HE_MAXCIDBITS); in he_start()
1474 hprintk("unable to create tpd pci_pool\n"); in he_start()
1528 hprintk("failed to allocate host status page\n"); in he_start()
1743 hprintk("out of tpds -- increase CONFIG_NUMTPDS (%d)\n", CONFIG_NUMTPDS); in __alloc_tpd()
1809 hprintk("vcc == NULL (cid 0x%x)\n", cid); in he_service_rbrq()
1818 hprintk("he_vcc == NULL (cid 0x%x)\n", cid); in he_service_rbrq()
1825 hprintk("HBUF_ERR! (cid 0x%x)\n", cid); in he_service_rbrq()
1844 hprintk("iovec full! cid 0x%x\n", cid); in he_service_rbrq()
1910hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu,… in he_service_rbrq()
1992 hprintk("unable to locate tpd for dma buffer %x\n", in he_service_tbrq()
2162 hprintk("parity error\n"); in he_tasklet()
2165 hprintk("abort 0x%x\n", he_readl(he_dev, ABORT_ADDR)); in he_tasklet()
2182 hprintk("bad isw 0x%x?\n", he_dev->irq_head->isw); in he_tasklet()
2229 hprintk("spurious (or shared) interrupt?\n"); in he_irq_handler()
2272 hprintk("tpdrq full (cid 0x%x)\n", cid); in __enqueue_tpd()
2339 hprintk("unable to allocate he_vcc during open\n"); in he_open()
2382 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2492 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open()
2582 hprintk("close rx timeout cid 0x%x\n", cid); in he_close()
2615 hprintk("close tx cid 0x%x tx_inuse = %d\n", cid, tx_inuse); in he_close()
2637 hprintk("close tx he_alloc_tpd failed cid 0x%x\n", cid); in he_close()
2658 hprintk("close tx timeout cid 0x%x\n", cid); in he_close()
2680 hprintk("cs_stper[%d].inuse = 0!\n", reg); in he_close()
2723 hprintk("buffer too large (or small) -- %d bytes\n", skb->len ); in he_send()
2734 hprintk("no scatter/gather support\n"); in he_send()