• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/

Lines Matching refs:ahd

66 #define AIC_LIB_PREFIX ahd
186 int ahd_dmamap_load(struct ahd_softc *ahd, bus_dma_tag_t /*dmat*/,
201 #define ahd_dmamap_sync(ahd, dma_tag, dmamap, offset, len, op)
361 uint8_t ahd_inb(struct ahd_softc * ahd, long port);
362 void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
363 void ahd_outw_atomic(struct ahd_softc * ahd,
365 void ahd_outsb(struct ahd_softc * ahd, long port,
367 void ahd_insb(struct ahd_softc * ahd, long port,
384 ahd_lockinit(struct ahd_softc *ahd)
386 spin_lock_init(&ahd->platform_data->spin_lock);
390 ahd_lock(struct ahd_softc *ahd, unsigned long *flags)
392 spin_lock_irqsave(&ahd->platform_data->spin_lock, *flags);
396 ahd_unlock(struct ahd_softc *ahd, unsigned long *flags)
398 spin_unlock_irqrestore(&ahd->platform_data->spin_lock, *flags);
463 void ahd_power_state_change(struct ahd_softc *ahd,
469 int ahd_pci_map_registers(struct ahd_softc *ahd);
470 int ahd_pci_map_int(struct ahd_softc *ahd);
501 ahd_flush_device_writes(struct ahd_softc *ahd)
503 ahd_inb(ahd, INTSTAT);
531 static inline void ahd_platform_scb_free(struct ahd_softc *ahd,
642 ahd_get_sense_bufsize(struct ahd_softc *ahd, struct scb *scb)
648 ahd_notify_xfer_settings_change(struct ahd_softc *ahd,
655 ahd_platform_scb_free(struct ahd_softc *ahd, struct scb *scb)
657 ahd->flags &= ~AHD_RESOURCE_SHORTAGE;
660 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
661 void ahd_platform_free(struct ahd_softc *ahd);
662 void ahd_platform_init(struct ahd_softc *ahd);
663 void ahd_platform_freeze_devq(struct ahd_softc *ahd, struct scb *scb);
674 void ahd_platform_set_tags(struct ahd_softc *ahd, struct scsi_device *sdev,
676 int ahd_platform_abort_scbs(struct ahd_softc *ahd, int target,