Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
D3w-xxxx.c383 tw_dev->pending_request_count++; in tw_post_command_packet()
384 if (tw_dev->pending_request_count > tw_dev->max_pending_request_count) { in tw_post_command_packet()
385 tw_dev->max_pending_request_count = tw_dev->pending_request_count; in tw_post_command_packet()
513 tw_dev->pending_request_count, in tw_show_stats()
1323 tw_dev->pending_request_count = 0; in tw_reset_device_extension()
2054 while (tw_dev->pending_request_count > 0) { in DEF_SCSI_QCMD()
2066 tw_dev->pending_request_count--; in DEF_SCSI_QCMD()
2073 if (tw_dev->pending_request_count == 0) in DEF_SCSI_QCMD()
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()
D3w-xxxx.h420 u32 pending_request_count; member
D3w-9xxx.h670 unsigned int pending_request_count; member