Searched refs:nt_need_ack (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_target.h68 uint8_t nt_need_ack; /* this notify needs an ACK */ member in struct:isp_notify
H A Disp_target.c560 nt->nt_need_ack = 1;
845 notify.nt_need_ack = 1;
H A Disp_freebsd.c1739 * Overload nt_need_ack here to mark whether we've terminated the associated command.
1741 if (mp->nt_need_ack) {
1758 mp->nt_need_ack = 0;
1766 if (mp->nt_need_ack) {
1882 if (notify->nt_need_ack) {
2364 if (ntp->nt.nt_need_ack) {

Completed in 68 milliseconds