Searched refs:ISCSI_PDU_OPCODE (Results 1 – 6 of 6) sorted by relevance
81 switch (ISCSI_PDU_OPCODE(ipdu->opcode)) { in task_pdu_add()103 switch (ISCSI_PDU_OPCODE(ipdu->opcode)) { in task_pdu_cb()
470 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()
87 ISCSI_PDU_OPCODE(pdu->opcode), ISCSI_PDU_I(pdu) ? " I" : "", in log_pdu()
219 switch (ISCSI_PDU_OPCODE(sresp->opcode)) { in vscsi_callback()
447 switch (ISCSI_PDU_OPCODE(ipdu->opcode)) { in conn_pdu_write()
71 #define ISCSI_PDU_OPCODE(_o) ((_o) & 0x3f) macro