Searched refs:ISNS_FLAG_FIRST_PDU (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_protocol.h75 #define ISNS_FLAG_FIRST_PDU (0x0400) macro
H A Disns_client.c1271 if (((flags & ISNS_FLAG_FIRST_PDU) == ISNS_FLAG_FIRST_PDU) &&
1288 if ((flags & ISNS_FLAG_FIRST_PDU) == ISNS_FLAG_FIRST_PDU) {
1744 flags = ISNS_FLAG_FIRST_PDU |
1903 flags = ISNS_FLAG_FIRST_PDU |
1965 flags = ISNS_FLAG_FIRST_PDU |
2060 flags = ISNS_FLAG_FIRST_PDU |
2151 flags = ISNS_FLAG_FIRST_PDU |
2224 flags = ISNS_FLAG_FIRST_PDU |
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dserver.c97 if ((flags & ISNS_FLAG_FIRST_PDU) == ISNS_FLAG_FIRST_PDU) {
H A Disns_protocol.h88 #define ISNS_FLAG_FIRST_PDU (0x0400) macro
H A Dpdu.c223 flags |= ISNS_FLAG_FIRST_PDU;
265 flags &= ~(ISNS_FLAG_FIRST_PDU);
H A Ddump.c250 printf(" .... .%d.. .... .... : ISNS_FLAG_FIRST_PDU\n",
251 ((flags & ISNS_FLAG_FIRST_PDU) == 0) ? 0 : 1);
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Disns_protocol.h88 #define ISNS_FLAG_FIRST_PDU (0x0400) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c2777 flags |= ISNS_FLAG_FIRST_PDU;
2822 flags &= ~ISNS_FLAG_FIRST_PDU;

Completed in 85 milliseconds