Home
last modified time | relevance | path

Searched refs:ISNS_FLAG_LAST_PDU (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dserver.c133 if ((flags & ISNS_FLAG_LAST_PDU) == ISNS_FLAG_LAST_PDU) { in isns_connection()
H A Disns_protocol.h89 #define ISNS_FLAG_LAST_PDU (0x0800) macro
H A Dpdu.c251 flags |= ISNS_FLAG_LAST_PDU; in isns_send_pdu()
H A Ddump.c249 ((flags & ISNS_FLAG_LAST_PDU) == 0) ? 0 : 1); in dump_pdu()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.c1272 ((flags & ISNS_FLAG_LAST_PDU) == ISNS_FLAG_LAST_PDU)) { in do_isns_dev_attr_query_all_nodes()
1375 if ((flags & ISNS_FLAG_LAST_PDU) == ISNS_FLAG_LAST_PDU) { in do_isns_dev_attr_query_all_nodes()
1745 ISNS_FLAG_LAST_PDU | in isns_create_dev_attr_reg_pdu()
1904 ISNS_FLAG_LAST_PDU; in isns_create_dev_dereg_pdu()
1966 ISNS_FLAG_LAST_PDU; in isns_create_dev_attr_qry_target_nodes_pdu()
2061 ISNS_FLAG_LAST_PDU; in isns_create_dev_attr_qry_one_pg_pdu()
2152 ISNS_FLAG_LAST_PDU; in isns_create_scn_reg_pdu()
2225 ISNS_FLAG_LAST_PDU; in isns_create_scn_dereg_pdu()
2274 ISNS_FLAG_LAST_PDU; in isns_create_esi_rsp_pdu()
2323 ISNS_FLAG_LAST_PDU; in isns_create_scn_rsp_pdu()
[all …]
H A Disns_protocol.h76 #define ISNS_FLAG_LAST_PDU (0x0800) macro
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Disns_protocol.h89 #define ISNS_FLAG_LAST_PDU (0x0800) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c2798 flags |= ISNS_FLAG_LAST_PDU; in isnst_send_pdu()
2919 } while ((flags & ISNS_FLAG_LAST_PDU) == 0); in isnst_rcv_pdu()