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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c577 int ptr_map_count; member in struct:asc_dvc_var
2725 for (i = 0; i < asc_dvc->ptr_map_count; i++) {
2730 if (asc_dvc->ptr_map_count == 0)
2731 asc_dvc->ptr_map_count = 1;
2733 asc_dvc->ptr_map_count *= 2;
2736 asc_dvc->ptr_map_count * sizeof(void *), GFP_ATOMIC);
2751 if (srb >= asc_dvc->ptr_map_count) {
2753 asc_dvc->ptr_map_count);

Completed in 180 milliseconds