Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c3322 #define SDEBUG_RLUN_ARR_SZ 256 macro
3333 unsigned char arr[SDEBUG_RLUN_ARR_SZ]; in resp_report_luns()
3344 memset(arr, 0, SDEBUG_RLUN_ARR_SZ); in resp_report_luns()
3354 n = min((int)((SDEBUG_RLUN_ARR_SZ - 8) / in resp_report_luns()
3361 max_addr = arr + SDEBUG_RLUN_ARR_SZ; in resp_report_luns()
3378 min((int)alloc_len, SDEBUG_RLUN_ARR_SZ)); in resp_report_luns()