Searched refs:SMBR_SENDWAIT (Results 1 – 2 of 2) sorted by relevance
286 if (rqp->sr_flags & SMBR_SENDWAIT) in smb_iod_sendrq()759 rqp->sr_flags |= SMBR_SENDWAIT; in smb_iod_waitrq()765 rqp->sr_flags &= ~SMBR_SENDWAIT; in smb_iod_waitrq()
55 #define SMBR_SENDWAIT 0x0400 /* waiting for send to complete */ macro