Searched refs:SOD (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/fc4/ |
D | socal.c | 55 #define SOD(x) socal_printk x; macro 57 #define SOD(x) macro 103 SOD(("enable %08x\n", s->cfg)) in socal_enable() 108 SOD(("imask %08x %08x\n", s->imask, sbus_readl(s->regs + IMASK))); in socal_enable() 147 SOD (("socal_solicited, %d packets arrived\n", in socal_solicited() 151 SOD(("hwrsp %p out %d\n", hwrsp, sw_cq->out)) in socal_solicited() 156 SOD(("%08x.%08x.%08x.%08x.%08x.%08x.%08x.%08x\n", in socal_solicited() 159 SOD(("%08x.%08x.%08x.%08x.%08x.%08x.%08x.%08x\n", in socal_solicited() 165 SOD(("Found at %04lx\n", in socal_solicited() 167 SOD((" %08x.%08x.%08x.%08x.%08x.%08x.%08x.%08x\n", in socal_solicited() [all …]
|
D | soc.c | 58 #define SOD(x) soc_printk x; macro 60 #define SOD(x) macro 74 SOD(("enable %08x\n", s->cfg)) in soc_enable() 79 SOD(("imask %08lx %08lx\n", s->imask, sbus_readl(s->regs + IMAK))); in soc_enable() 121 SOD (("soc_solicited, %d pkts arrived\n", (sw_cq->in-sw_cq->out) & sw_cq->last)) in soc_solicited() 170 SOD(("imask %08lx %08lx\n", s->imask, sbus_readl(s->regs + IMASK))); in soc_request() 172 SOD(("Queues available %08x OUT %X %X\n", cmd, in soc_request() 201 SOD (("soc_unsolicited, %d packets arrived\n", (sw_cq->in - sw_cq->out) & sw_cq->last)) in soc_unsolicited() 210 SOD(("FC %08lx fcp_state_change %08lx\n", in soc_unsolicited() 252 SOD(("State change to ONLINE\n")); in soc_unsolicited() [all …]
|