Searched refs:inot_count (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/isp/ |
| HD | isp_freebsd.c | 878 …print(tptr->owner, "[%d, %d] atio_cnt=%d inot_cnt=%d\n", i, j, tptr->atio_count, tptr->inot_count); in dump_tstates() 2590 tptr->inot_count--; in isp_handle_platform_notify_fc() 2592 …ISP_LOGTDEBUG2, inot->ccb_h.path, "%s: Take FREE INOT count now %d\n", __func__, tptr->inot_count); in isp_handle_platform_notify_fc() 2946 tptr->inot_count--; in isp_handle_platform_target_tmf() 2949 …ISP_LOGTDEBUG2, inot->ccb_h.path, "%s: Take FREE INOT count now %d\n", __func__, tptr->inot_count); in isp_handle_platform_target_tmf() 3590 tptr->inot_count++; in isp_action() 3593 ccb->cin1.seq_id, tptr->inot_count); in isp_action() 3596 tptr->inot_count++; in isp_action() 3599 ccb->cin1.seq_id, tptr->inot_count); in isp_action()
|
| HD | isp_freebsd.h | 175 uint16_t inot_count; member
|