Home
last modified time | relevance | path

Searched refs:maxqdepth (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_compat80.c74 u_int maxqdepth; member
178 config80->maxqdepth = config->maxqdepth; in rf_get_info80()
H A Drf_compat50.c79 u_int maxqdepth; member
200 d_cfg->maxqdepth = raidPtr->maxQueueDepth; in rf_get_info50()
H A Draidframevar.h521 u_int maxqdepth; member
H A Drf_netbsdkintf.c3993 config->maxqdepth = raidPtr->maxQueueDepth; in rf_get_info()
/netbsd-src/sbin/raidctl/
H A Draidctl.c730 printf("fifo %d\n", device_config.maxqdepth); in rf_output_configuration()