Home
last modified time | relevance | path

Searched refs:inot_count (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c850 …print(tptr->owner, "[%d, %d] atio_cnt=%d inot_cnt=%d\n", i, j, tptr->atio_count, tptr->inot_count); in dump_tstates()
2570 tptr->inot_count--; in isp_handle_platform_notify_fc()
2572 …ISP_LOGTDEBUG0, inot->ccb_h.path, "%s: Take FREE INOT count now %d\n", __func__, tptr->inot_count); in isp_handle_platform_notify_fc()
2923 tptr->inot_count--; in isp_handle_platform_target_tmf()
2926 …ISP_LOGTDEBUG0, inot->ccb_h.path, "%s: Take FREE INOT count now %d\n", __func__, tptr->inot_count); in isp_handle_platform_target_tmf()
4461 tptr->inot_count++; in isp_action()
4464 ((struct ccb_immediate_notify *)ccb)->seq_id, tptr->inot_count); in isp_action()
4466 tptr->inot_count++; in isp_action()
4469 ((struct ccb_immediate_notify *)ccb)->seq_id, tptr->inot_count); in isp_action()
H A Disp_freebsd.h118 int inot_count; member