Searched refs:pduh_Opcode (Results 1 – 4 of 4) sorted by relevance
261 switch (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) { in read_pdu_data() 455 pdu->pdu_hdr.pduh_Opcode, pdu->pdu_hdr.pduh_Flags, in receive_login_pdu() 506 pdu->pdu_hdr.pduh_Opcode, pdu->pdu_hdr.pduh_Flags)); in receive_text_response_pdu() 904 if ((hpdu->pduh_Opcode & OPCODE_MASK) == IOP_SCSI_Data_out) in receive_reject_pdu() 1087 (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_SCSI_Data_in) { in receive_pdu() 1108 (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_Logout_Response)) { in receive_pdu() 1110 switch (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) { in receive_pdu() 1152 DEBOUT(("Received Invalid Opcode %x\n", pdu->pdu_hdr.pduh_Opcode)); in receive_pdu() 1169 if ((pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_NOP_In && in receive_pdu()
677 hpdu->pduh_Opcode = IOP_Login_Request | OP_IMMEDIATE; in init_login_pdu() 816 hpdu->pduh_Opcode = IOP_Text_Request | OP_IMMEDIATE; in init_text_pdu() 854 (rx_pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == IOP_Login_Request) in acknowledge_text() 1053 hpdu->pduh_Opcode = IOP_NOP_Out | OP_IMMEDIATE; in send_nop_out() 1106 hpdu->pduh_Opcode = IOP_SNACK_Request; in snack_missing() 1144 hpdu->pduh_Opcode = IOP_SNACK_Request; in send_snack() 1260 hpdu->pduh_Opcode = IOP_Logout_Request | OP_IMMEDIATE; in send_logout() 1333 hpdu->pduh_Opcode = IOP_SCSI_Task_Management | OP_IMMEDIATE; in send_task_management() 1406 hpdu->pduh_Opcode = IOP_SCSI_Data_out; in send_data_out() 1479 hpdu->pduh_Opcode in send_command() [all...]
409 uint8_t pduh_Opcode; member
699 if ((pdu->pdu_hdr.pduh_Opcode & OP_IMMEDIATE) == 0) in get_sernum()