Searched refs:ISCSI_OPCODE_MASK (Results 1 – 9 of 9) sorted by relevance
268 if ((tmf->opcode & ISCSI_OPCODE_MASK) != ISCSI_OP_SCSI_TMFUNC) in iscsi_check_tmf_restrictions()654 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_prep_mgmt_task()684 if ((hdr->opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_LOGOUT) in iscsi_prep_mgmt_task()689 "datalen %d]\n", hdr->opcode & ISCSI_OPCODE_MASK, in iscsi_prep_mgmt_task()700 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in __iscsi_conn_send_pdu()1049 opcode = rejected_pdu.opcode & ISCSI_OPCODE_MASK; in iscsi_handle_reject()1158 int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; in __iscsi_complete_pdu()
665 opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_tcp_hdr_dissect()
194 switch (login_req->opcode & ISCSI_OPCODE_MASK) { in iscsi_target_check_login_request()199 login_req->opcode & ISCSI_OPCODE_MASK); in iscsi_target_check_login_request()
4006 switch (hdr->opcode & ISCSI_OPCODE_MASK) { in iscsi_target_rx_opcode()4171 opcode = buffer[0] & ISCSI_OPCODE_MASK; in iscsi_target_rx_thread()
109 #define ISCSI_OPCODE_MASK 0x3F macro
1569 if ((task->hdr->opcode & ISCSI_OPCODE_MASK) == in hwi_complete_cmd()1577 if ((task->hdr->opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_LOGOUT) in hwi_complete_cmd()4791 if ((opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_LOGIN) { in beiscsi_alloc_pdu()5073 switch (task->hdr->opcode & ISCSI_OPCODE_MASK) { in beiscsi_mtask()5115 task->hdr->opcode & ISCSI_OPCODE_MASK); in beiscsi_mtask()
1849 int opcode = tcp_conn->in.hdr->opcode & ISCSI_OPCODE_MASK; in skb_read_pdu_data()2166 task, task->sc, skb, (*skb->data) & ISCSI_OPCODE_MASK, in cxgbi_conn_init_pdu()
1090 switch (task->hdr->opcode & ISCSI_OPCODE_MASK) { in bnx2i_iscsi_send_generic_request()
1469 u8 opcode = (hdr->opcode & ISCSI_OPCODE_MASK); in isert_rx_opcode()