Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iscsi_initiator/
H A Disc_soc.c594 while((sp->flags & (ISC_CON_RUN | ISC_LINK_UP)) == (ISC_CON_RUN | ISC_LINK_UP)) { in isc_in()
657 sp->flags &= ~ISC_CON_RUN; in isc_stop_receiver()
678 sp->flags |= ISC_CON_RUN | ISC_LINK_UP; in isc_start_receiver()
H A Discsivar.h83 #define ISC_CON_RUN BIT(3) macro