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

/linux-4.4.14/drivers/scsi/
H A D3w-xxxx.h412 u32 max_pending_request_count; member in struct:TAG_TW_Device_Extension
H A D3w-9xxx.c180 tw_dev->max_pending_request_count, twa_show_stats()
1543 if (tw_dev->pending_request_count > tw_dev->max_pending_request_count) { twa_post_command_packet()
1544 tw_dev->max_pending_request_count = tw_dev->pending_request_count; twa_post_command_packet()
H A D3w-9xxx.h657 unsigned int max_pending_request_count; member in struct:TAG_TW_Device_Extension
H A D3w-xxxx.c385 if (tw_dev->pending_request_count > tw_dev->max_pending_request_count) { tw_post_command_packet()
386 tw_dev->max_pending_request_count = tw_dev->pending_request_count; tw_post_command_packet()
515 tw_dev->max_pending_request_count, tw_show_stats()

Completed in 123 milliseconds