Searched refs:rgn23_data (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/lpfc/
H A Dlpfc_sli.c12675 uint8_t *rgn23_data = NULL; local
12689 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL);
12690 if (!rgn23_data)
12714 rgn23_data + offset,
12726 if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) {
12734 if (rgn23_data[offset] != LPFC_REGION23_VERSION) {
12743 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC)
12749 if ((rgn23_data[offset] != DRIVER_SPECIFIC_TYPE) ||
12750 (rgn23_data[offset + 2] != LINUX_DRIVER_ID) ||
12751 (rgn23_data[offse
[all...]

Completed in 42 milliseconds