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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dblz1230.c124 esp = esp_allocate(tpnt, (void *)board + REAL_BLZ1230_ESP_ADDR,
H A Dblz2060.c103 esp = esp_allocate(tpnt, (void *)board + BLZ2060_ESP_ADDR, 0);
H A Dcyberstorm.c129 esp = esp_allocate(tpnt, (void *)board + CYBER_ESP_ADDR, 0);
H A DcyberstormII.c101 esp = esp_allocate(tpnt, (void *)board + CYBERII_ESP_ADDR, 0);
H A Ddec_esp.c127 esp = esp_allocate(&dec_esp_template, NULL, 1);
239 esp = esp_allocate(&dec_esp_template, NULL, 1);
H A Dsun3x_esp.c56 esp = esp_allocate(tpnt, esp_dev, 0);
H A Dfastlane.c141 esp = esp_allocate(tpnt, (void *)board + FASTLANE_ESP_ADDR, 0);
H A Dmca_53c9x.c125 esp = esp_allocate(tpnt, NULL, 0);
H A DNCR53C9x.h650 extern struct NCR_ESP *esp_allocate(struct scsi_host_template *, void *, int);
H A Dmac_esp.c351 esp = esp_allocate(tpnt, NULL, 0);
H A Doktagon_esp.c136 esp = esp_allocate(tpnt, (void *)board + OKTAGON_ESP_ADDR, 0);
H A DNCR53C9x.c531 struct NCR_ESP* esp_allocate(struct scsi_host_template *tpnt, void *esp_dev, function
582 * between the call to esp_allocate and this function.
3502 EXPORT_SYMBOL(esp_allocate); variable

Completed in 154 milliseconds