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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dqla1280.c2730 long risc_code_size; local
2755 risc_code_size = ql12_risc_code_length01;
2759 risc_code_size = (long)(*QLBoardTbl[ha->devnum].fwlen & 0xffff);
2761 DEBUG(printk("qla1280: DMAing RISC code (%d) words.\n",(int)risc_code_size));
2762 DEBUG(sprintf(debug_buff,"qla1280_setup_chip: Loading RISC code size =(%ld).\n\r",risc_code_size);)
2765 while (risc_code_size > 0 && !status)
2769 if ( cnt > risc_code_size )
2770 cnt = risc_code_size;
2794 risc_code_size = risc_code_size
[all...]

Completed in 47 milliseconds