Home
last modified time | relevance | path

Searched refs:pflashcomp (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/emulex/benet/
Dbe_main.c2815 const struct flash_comp *pflashcomp; in be_flash_data() local
2860 pflashcomp = gen3_flash_types; in be_flash_data()
2864 pflashcomp = gen2_flash_types; in be_flash_data()
2869 if ((pflashcomp[i].optype == IMG_TYPE_NCSI_FW) && in be_flash_data()
2872 if (pflashcomp[i].optype == IMG_TYPE_PHY_FW) { in be_flash_data()
2876 if ((pflashcomp[i].optype == IMG_TYPE_REDBOOT) && in be_flash_data()
2878 pflashcomp[i].offset, pflashcomp[i].size, filehdr_size + in be_flash_data()
2882 p += filehdr_size + pflashcomp[i].offset in be_flash_data()
2884 if (p + pflashcomp[i].size > fw->data + fw->size) in be_flash_data()
2886 total_bytes = pflashcomp[i].size; in be_flash_data()
[all …]