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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c1843 uint8_t code_type, last_image; local
1890 code_type = qla2x00_read_flash_byte(ha, pcids + 0x14);
1891 switch (code_type) {
1917 "pcids %x.\n", __func__, code_type, pcids));
1967 uint8_t code_type, last_image; local
2012 code_type = bcode[0x14];
2013 switch (code_type) {
2037 "pcids %x.\n", __func__, code_type, pcids));

Completed in 105 milliseconds