Lines Matching defs:lbuf
3790 struct ReportLUNdata *lbuf;
3798 lbuf = kzalloc(sizeof(*lbuf), GFP_KERNEL);
3799 if (!lbuf)
3802 rc = hpsa_scsi_do_report_luns(h, 0, lbuf, sizeof(*lbuf), 0);
3808 memcpy(buf, lbuf, 8);
3809 nphys = be32_to_cpu(*((__be32 *)lbuf->LUNListLength)) / 8;
3811 memcpy(buf->LUN[i].lunid, lbuf->LUN[i], 8);
3813 kfree(lbuf);