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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhayesesp.h9 short pio_threshold; member in struct:hayes_esp_config
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Desp.c85 static unsigned int pio_threshold = ESP_PIO_THRESHOLD; variable
97 module_param(pio_threshold, uint, 0);
676 (num_bytes <= info->config.pio_threshold))
703 (num_bytes <= info->config.pio_threshold))
1431 tmp.pio_threshold = info->config.pio_threshold;
1579 (new_config.pio_threshold < 0) ||
1580 (new_config.pio_threshold > 1024))
1637 info->config.pio_threshold = new_config.pio_threshold;
[all...]

Completed in 93 milliseconds