Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c595 int ptr_map_count; member
2740 for (i = 0; i < asc_dvc->ptr_map_count; i++) { in advansys_ptr_to_srb()
2745 if (asc_dvc->ptr_map_count == 0) in advansys_ptr_to_srb()
2746 asc_dvc->ptr_map_count = 1; in advansys_ptr_to_srb()
2748 asc_dvc->ptr_map_count *= 2; in advansys_ptr_to_srb()
2751 asc_dvc->ptr_map_count * sizeof(void *), GFP_ATOMIC); in advansys_ptr_to_srb()
2766 if (srb >= asc_dvc->ptr_map_count) { in advansys_srb_to_ptr()
2768 asc_dvc->ptr_map_count); in advansys_srb_to_ptr()