Home
last modified time | relevance | path

Searched refs:OPCODE_MASK (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/iscsi/
Discsi_rcv.c261 switch (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) { in read_pdu_data()
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()
1169 if ((pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_NOP_In && in receive_pdu()
Discsi_pdu.h38 #define OPCODE_MASK 0x3f /* Mask for opcode */ macro
Discsi_send.c854 (rx_pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == IOP_Login_Request) in acknowledge_text()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c794 #define OPCODE_MASK 0xfe1fffff macro
28336 *instruction &= OPCODE_MASK; in negate_data_op()
28630 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-92952727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.