Searched defs:ISCSIOP_NOP_IN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DISCSI.cpp152 ISCSIOP_NOP_IN = 0x20000000, enumerator in enum:ISCSIOPCODE
2185 case ISCSIOP_NOP_IN:
2206 && ((cmd != ISCSIOP_NOP_IN) || (RT_N2H_U32(pcvResSeg[4]) != ISCSI_TASK_TAG_RSVD)))
2252 else if ( cmd == ISCSIOP_NOP_IN
2489 case ISCSIOP_NOP_IN:
2510 && ((cmd != ISCSIOP_NOP_IN) || (RT_N2H_U32(pcvResSeg[4]) != ISCSI_TASK_TAG_RSVD)))
2536 if ( cmd == ISCSIOP_NOP_IN
2614 case ISCSIOP_NOP_IN:

Completed in 56 milliseconds