Lines Matching refs:op_code

340 	login_wqe->op_code = login_hdr->opcode;  in bnx2i_send_iscsi_login()
397 tmfabort_wqe->op_code = tmfabort_hdr->opcode; in bnx2i_send_iscsi_tmf()
468 text_wqe->op_code = text_hdr->opcode; in bnx2i_send_iscsi_text()
543 nopout_wqe->op_code = nopout_hdr->opcode; in bnx2i_send_iscsi_nopout()
600 logout_wqe->op_code = logout_hdr->opcode; in bnx2i_send_iscsi_logout()
639 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
735 cmd_cleanup->op_code = ISCSI_OPCODE_CLEANUP_REQUEST; in bnx2i_send_cmd_cleanup_req()
759 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN; in bnx2i_send_conn_destroy()
796 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req()
810 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_570x_send_conn_ofld_req()
857 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_5771x_send_conn_ofld_req()
871 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_5771x_send_conn_ofld_req()
1263 iscsi_init.hdr.op_code = ISCSI_KWQE_OPCODE_INIT1; in bnx2i_send_fw_iscsi_init_msg()
1289 iscsi_init2.hdr.op_code = ISCSI_KWQE_OPCODE_INIT2; in bnx2i_send_fw_iscsi_init_msg()
1384 hdr->opcode = resp_cqe->op_code; in bnx2i_process_scsi_cmd_resp()
1392 if (resp_cqe->op_code == ISCSI_OP_SCSI_DATA_IN) in bnx2i_process_scsi_cmd_resp()
1453 resp_hdr->opcode = login->op_code; in bnx2i_process_login_resp()
1520 resp_hdr->opcode = text->op_code; in bnx2i_process_text_resp()
1580 resp_hdr->opcode = tmf_cqe->op_code; in bnx2i_process_tmf_resp()
1619 resp_hdr->opcode = logout->op_code; in bnx2i_process_logout_resp()
1703 hdr->opcode = nop_in->op_code; in bnx2i_process_nopin_mesg()
1762 resp_hdr->opcode = async_cqe->op_code; in bnx2i_process_async_mesg()
1808 hdr->opcode = reject->op_code; in bnx2i_process_reject_mesg()
1981 if (nopin->op_code == ISCSI_OP_NOOP_IN && in bnx2i_process_new_cqes()
1994 switch (nopin->op_code) { in bnx2i_process_new_cqes()
2041 nopin->op_code); in bnx2i_process_new_cqes()
2052 nopin->op_code); in bnx2i_process_new_cqes()
2485 if (ikcqe->op_code == in bnx2i_indicate_kcqe()
2488 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_OFFLOAD_CONN) in bnx2i_indicate_kcqe()
2490 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_UPDATE_CONN) in bnx2i_indicate_kcqe()
2492 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_INIT) { in bnx2i_indicate_kcqe()
2508 } else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_DESTROY_CONN) in bnx2i_indicate_kcqe()
2510 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_ISCSI_ERROR) in bnx2i_indicate_kcqe()
2512 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_TCP_ERROR) in bnx2i_indicate_kcqe()
2516 ikcqe->op_code); in bnx2i_indicate_kcqe()