Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iscsi_initiator/
H A Disc_soc.c592 sp->flags |= ISC_CON_RUNNING; in isc_in()
634 sp->flags &= ~(ISC_CON_RUNNING | ISC_LINK_UP); in isc_in()
659 while(n-- && (sp->flags & ISC_CON_RUNNING)) { in isc_stop_receiver()
H A Discsivar.h84 #define ISC_CON_RUNNING BIT(4) macro
H A Disc_sm.c559 if(sp->flags & ISC_CON_RUNNING) in ism_out()