Searched refs:pending_request_count (Results 1 – 4 of 4) sorted by relevance
384 tw_dev->pending_request_count++; in tw_post_command_packet()385 if (tw_dev->pending_request_count > tw_dev->max_pending_request_count) { in tw_post_command_packet()386 tw_dev->max_pending_request_count = tw_dev->pending_request_count; in tw_post_command_packet()514 tw_dev->pending_request_count, in tw_show_stats()1310 tw_dev->pending_request_count = 0; in tw_reset_device_extension()2046 while (tw_dev->pending_request_count > 0) { in DEF_SCSI_QCMD()2058 tw_dev->pending_request_count--; in DEF_SCSI_QCMD()2065 if (tw_dev->pending_request_count == 0) in DEF_SCSI_QCMD()
179 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()1531 …if (((tw_dev->pending_request_count > 0) && (tw_dev->state[request_id] != TW_S_PENDING)) || (statu… in twa_post_command_packet()1542 tw_dev->pending_request_count++; in twa_post_command_packet()1543 if (tw_dev->pending_request_count > tw_dev->max_pending_request_count) { in twa_post_command_packet()1544 tw_dev->max_pending_request_count = tw_dev->pending_request_count; in twa_post_command_packet()1612 tw_dev->pending_request_count = 0; in twa_reset_device_extension()
411 u32 pending_request_count; member
656 unsigned int pending_request_count; member