Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdsmb/
H A Damdsmb.c276 amdsmb_wait(struct amdsmb_softc *sc) in amdsmb_wait() function
350 error = amdsmb_wait(sc); in amdsmb_quick()
369 error = amdsmb_wait(sc); in amdsmb_sendb()
388 if ((error = amdsmb_wait(sc)) == SMB_ENOERR) in amdsmb_recvb()
410 error = amdsmb_wait(sc); in amdsmb_writeb()
430 if ((error = amdsmb_wait(sc)) == SMB_ENOERR) in amdsmb_readb()
453 error = amdsmb_wait(sc); in amdsmb_writew()
474 if ((error = amdsmb_wait(sc)) == SMB_ENOERR) { in amdsmb_readw()
505 error = amdsmb_wait(sc); in amdsmb_bwrite()
529 if ((error = amdsmb_wait(sc)) == SMB_ENOERR) { in amdsmb_bread()