Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/isp/
HDispvar.h493 #define LOOP_NIL 0 macro
HDDriverManual.txt504 LOOP_NIL
515 state to LOOP_NIL. The first 'LIP Received' asynchronous event sets state
HDisp.c5617 FCPARAM(isp, chan)->isp_loopstate = LOOP_NIL; in isp_parse_async_fc()
5757 fcp->isp_loopstate = LOOP_NIL; in isp_parse_async_fc()
5976 fcp->isp_loopstate = LOOP_NIL; in isp_handle_other_response()
5991 fcp->isp_loopstate = LOOP_NIL; in isp_handle_other_response()
HDisp_library.c575 case LOOP_NIL: return "NIL"; in isp_fc_loop_statename()