Home
last modified time | relevance | path

Searched refs:ISCSI_PDU_OPCODE (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/iscsid/
H A Dtask.c81 switch (ISCSI_PDU_OPCODE(ipdu->opcode)) { in task_pdu_add()
103 switch (ISCSI_PDU_OPCODE(ipdu->opcode)) { in task_pdu_cb()
H A Dinitiator.c470 if (ISCSI_PDU_OPCODE(lresp->opcode) != ISCSI_OP_LOGIN_RESPONSE) { in initiator_login_cb()
472 ISCSI_PDU_OPCODE(lresp->opcode)); in initiator_login_cb()
552 switch (ISCSI_PDU_OPCODE(lresp->opcode)) { in initiator_discovery_cb()
576 ISCSI_PDU_OPCODE(lresp->opcode)); in initiator_discovery_cb()
H A Dlogmsg.c87 ISCSI_PDU_OPCODE(pdu->opcode), ISCSI_PDU_I(pdu) ? " I" : "", in log_pdu()
H A Dvscsi.c219 switch (ISCSI_PDU_OPCODE(sresp->opcode)) { in vscsi_callback()
H A Dconnection.c447 switch (ISCSI_PDU_OPCODE(ipdu->opcode)) { in conn_pdu_write()
/openbsd/sys/scsi/
H A Discsi.h71 #define ISCSI_PDU_OPCODE(_o) ((_o) & 0x3f) macro