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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_pio.c599 static int get_pio_conf_PIO(unsigned long base, struct get_conf *buf)
608 memset(buf, 0, sizeof(struct get_conf));
618 for (p = (unsigned short *) buf; (long) p <= ((long) buf + (sizeof(struct get_conf) / 2)); p++) {
657 static void print_pio_config(struct get_conf *gc)
692 static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev)
827 static void find_pio_ISA(struct get_conf *buf)
844 static void find_pio_EISA(struct get_conf *buf)
885 static void find_pio_PCI(struct get_conf *buf)
951 struct get_conf gc;
H A Deata_generic.h211 struct get_conf { /* Read Configuration Array */ struct

Completed in 39 milliseconds