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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c6021 * @max_ports: maximum number of ATA ports associated with this host
6027 * @max_ports ports are allocated and host->n_ports is
6028 * initialized to @max_ports. The caller is allowed to decrease
6038 struct ata_host *ata_host_alloc(struct device *dev, int max_ports) argument
6050 sz = sizeof(struct ata_host) + (max_ports + 1) * sizeof(void *);
6061 host->n_ports = max_ports;
6064 for (i = 0; i < max_ports; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic.h793 u16 max_ports; member in struct:netxen_hardware_context
H A Dnetxen_nic_init.c213 adapter->ahw.max_ports = ports;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlibata.h696 extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports);

Completed in 75 milliseconds