Lines Matching refs:op_code

345 	login_wqe->op_code = login_hdr->opcode;  in bnx2i_send_iscsi_login()
404 tmfabort_wqe->op_code = tmfabort_hdr->opcode; in bnx2i_send_iscsi_tmf()
477 text_wqe->op_code = text_hdr->opcode; in bnx2i_send_iscsi_text()
554 nopout_wqe->op_code = nopout_hdr->opcode; in bnx2i_send_iscsi_nopout()
616 logout_wqe->op_code = logout_hdr->opcode; in bnx2i_send_iscsi_logout()
655 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
750 cmd_cleanup->op_code = ISCSI_OPCODE_CLEANUP_REQUEST; in bnx2i_send_cmd_cleanup_req()
774 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN; in bnx2i_send_conn_destroy()
811 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req()
825 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_570x_send_conn_ofld_req()
872 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_5771x_send_conn_ofld_req()
886 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_5771x_send_conn_ofld_req()
1280 iscsi_init.hdr.op_code = ISCSI_KWQE_OPCODE_INIT1; in bnx2i_send_fw_iscsi_init_msg()
1306 iscsi_init2.hdr.op_code = ISCSI_KWQE_OPCODE_INIT2; in bnx2i_send_fw_iscsi_init_msg()
1401 hdr->opcode = resp_cqe->op_code; in bnx2i_process_scsi_cmd_resp()
1409 if (resp_cqe->op_code == ISCSI_OP_SCSI_DATA_IN) in bnx2i_process_scsi_cmd_resp()
1470 resp_hdr->opcode = login->op_code; in bnx2i_process_login_resp()
1537 resp_hdr->opcode = text->op_code; in bnx2i_process_text_resp()
1597 resp_hdr->opcode = tmf_cqe->op_code; in bnx2i_process_tmf_resp()
1636 resp_hdr->opcode = logout->op_code; in bnx2i_process_logout_resp()
1720 hdr->opcode = nop_in->op_code; in bnx2i_process_nopin_mesg()
1779 resp_hdr->opcode = async_cqe->op_code; in bnx2i_process_async_mesg()
1825 hdr->opcode = reject->op_code; in bnx2i_process_reject_mesg()
2002 if (nopin->op_code == ISCSI_OP_NOOP_IN && in bnx2i_process_new_cqes()
2015 switch (nopin->op_code) { in bnx2i_process_new_cqes()
2062 nopin->op_code); in bnx2i_process_new_cqes()
2073 nopin->op_code); in bnx2i_process_new_cqes()
2510 if (ikcqe->op_code == in bnx2i_indicate_kcqe()
2513 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_OFFLOAD_CONN) in bnx2i_indicate_kcqe()
2515 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_UPDATE_CONN) in bnx2i_indicate_kcqe()
2517 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_INIT) { in bnx2i_indicate_kcqe()
2533 } else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_DESTROY_CONN) in bnx2i_indicate_kcqe()
2535 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_ISCSI_ERROR) in bnx2i_indicate_kcqe()
2537 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_TCP_ERROR) in bnx2i_indicate_kcqe()
2541 ikcqe->op_code); in bnx2i_indicate_kcqe()