Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A D3w-9xxx.c178 tw_dev->pending_request_count, in twa_show_stats()
1272 while (tw_dev->pending_request_count > 0) { in twa_interrupt()
1281 tw_dev->pending_request_count--; in twa_interrupt()
1533 …if (((tw_dev->pending_request_count > 0) && (tw_dev->state[request_id] != TW_S_PENDING)) || (statu… in twa_post_command_packet()
1544 tw_dev->pending_request_count++; in twa_post_command_packet()
1545 if (tw_dev->pending_request_count > tw_dev->max_pending_request_count) { in twa_post_command_packet()
1546 tw_dev->max_pending_request_count = tw_dev->pending_request_count; in twa_post_command_packet()
1614 tw_dev->pending_request_count = 0; in twa_reset_device_extension()
H A D3w-xxxx.h420 u32 pending_request_count; member
H A D3w-9xxx.h670 unsigned int pending_request_count; member