inbound_head 163 drivers/scsi/hptiop.c u32 inbound_head = readl(&hba->u.mv.mu->inbound_head); inbound_head 164 drivers/scsi/hptiop.c u32 head = inbound_head + 1; inbound_head 169 drivers/scsi/hptiop.c memcpy_toio(&hba->u.mv.mu->inbound_q[inbound_head], &p, 8); inbound_head 170 drivers/scsi/hptiop.c writel(head, &hba->u.mv.mu->inbound_head); inbound_head 51 drivers/scsi/hptiop.h __le32 inbound_head;