Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iscsi_initiator/
H A Disc_sm.c566 } while(sp->flags & ISC_SM_RUN); in ism_out()
685 sp->flags &= ~ISC_SM_RUN; in ism_stop()
745 sp->flags |= ISC_SM_RUN; in ism_start()
H A Discsivar.h79 #define ISC_SM_RUN BIT(0) macro