Searched refs:phg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth_proc.c175 gdth_hget_str *phg; local
570 phg = (gdth_hget_str *)buf;
577 phg->entries = MAX_HDRIVES;
578 phg->offset = GDTOFFSOF(gdth_hget_str, entry[0]);
584 for (j = 0; j < phg->entries; ++j) {
585 k = phg->entry[j].host_drive;
588 ha->hdr[k].ldr_no = phg->entry[j].log_drive;
589 ha->hdr[k].rw_attribs = phg->entry[j].rw_attribs;
590 ha->hdr[k].start_sec = phg->entry[j].start_sec;

Completed in 81 milliseconds