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

/drivers/scsi/
H A Dadvansys.c2183 #define ASC_PRTBUF_SIZE 2048 macro
4145 * buffer is ASC_PRTBUF_SIZE bytes. The function asc_proc_copy() is
4206 cplen = asc_prt_adv_bios(shost, cp, ASC_PRTBUF_SIZE);
4207 BUG_ON(cplen >= ASC_PRTBUF_SIZE);
4224 cplen = asc_prt_board_devices(shost, cp, ASC_PRTBUF_SIZE);
4225 BUG_ON(cplen >= ASC_PRTBUF_SIZE);
4241 cplen = asc_prt_asc_board_eeprom(shost, cp, ASC_PRTBUF_SIZE);
4243 cplen = asc_prt_adv_board_eeprom(shost, cp, ASC_PRTBUF_SIZE);
4245 BUG_ON(cplen >= ASC_PRTBUF_SIZE);
4260 cplen = asc_prt_driver_conf(shost, cp, ASC_PRTBUF_SIZE);
[all...]

Completed in 22 milliseconds