HomeSort by relevance Sort by last modified time
    Searched refs:ISCSI_FLAG_FINAL (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 91 #define ISCSI_FLAG_FINAL 0x80
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 215 command->flags = ( ISCSI_FLAG_FINAL |
305 assert ( data_in->flags & ISCSI_FLAG_FINAL );
364 data_out->flags = ( ISCSI_FLAG_FINAL );
388 if ( ! ( data_out->flags & ISCSI_FLAG_FINAL ) )
    [all...]

Completed in 37 milliseconds