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

/freebsd-11-stable/sys/dev/isp/
H A Disp_target.h71 uint8_t nt_need_ack; /* this notify needs an ACK */ member in struct:isp_notify
H A Disp_target.c636 notify.nt_need_ack = 1;
915 nt->nt_need_ack = 1;
1378 notify.nt_need_ack = 1;
1534 notify.nt_need_ack = 1;
H A Disp_freebsd.c2270 * Overload nt_need_ack here to mark whether we've terminated the associated command.
2272 if (mp->nt_need_ack) {
2291 mp->nt_need_ack = 0;
2316 if (mp->nt_need_ack) {
2432 if (notify->nt_need_ack) {
2959 if (ntp->nt.nt_need_ack) {

Completed in 74 milliseconds