Searched refs:ISC_LINK_UP (Results 1 – 3 of 3) sorted by relevance
606 while((sp->flags & (ISC_CON_RUN | ISC_LINK_UP)) == (ISC_CON_RUN | ISC_LINK_UP)) { in isc_in()646 sp->flags &= ~(ISC_CON_RUNNING | ISC_LINK_UP); in isc_in()666 sp->flags &= ~ISC_LINK_UP; in isc_stop_receiver()694 sp->flags |= ISC_CON_RUN | ISC_LINK_UP; in isc_start_receiver()
437 while(sp->flags & ISC_LINK_UP) { in proc_out()506 sp->flags &= ~ISC_LINK_UP; in proc_out()549 if((sp->flags & ISC_LINK_UP) == 0) { in ism_out()
79 #define ISC_LINK_UP BIT(2) macro