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

/freebsd-10.3-release/sys/dev/isp/
H A Disp_target.h71 nt_need_ack : 1, /* this notify needs an ACK */ member in struct:isp_notify
H A Disp_target.c271 notify.nt_need_ack = 1;
284 notify.nt_need_ack = 1;
297 notify.nt_need_ack = 1;
311 notify.nt_need_ack = 1;
325 notify.nt_need_ack = 1;
729 notify.nt_need_ack = 1;
H A Disp_freebsd.c2609 nt->nt_need_ack = 1;
2793 * Overload nt_need_ack here to mark whether we've terminated the associated command.
2795 if (mp->nt_need_ack) {
2814 mp->nt_need_ack = 0;
2839 if (mp->nt_need_ack) {
2957 if (notify->nt_need_ack && notify->nt_lreserved) {
4497 nt->nt_need_ack = 1;

Completed in 45 milliseconds