Lines Matching refs:isert_err

83 	isert_err("conn %p event: %d\n", isert_conn, e->event);  in isert_qp_event_callback()
103 isert_err("ib_query_device() failed: %d\n", ret); in isert_query_device()
176 isert_err("rdma_create_qp failed for cma_id %d\n", ret); in isert_create_qp()
252 isert_err("conn %p failed to allocate rx descriptors\n", isert_conn); in isert_alloc_rx_descriptors()
314 isert_err("Unable to allocate completion contexts\n"); in isert_alloc_comps()
331 isert_err("Unable to allocate cq\n"); in isert_alloc_comps()
378 isert_err("failed to allocate pd, device %p, ret=%d\n", in isert_create_device_ib_res()
386 isert_err("failed to create dma mr, device %p, ret=%d\n", in isert_create_device_ib_res()
512 isert_err("Failed to allocate pi context\n"); in isert_create_pi_ctx()
519 isert_err("Failed to allocate prot frpl err=%ld\n", in isert_create_pi_ctx()
527 isert_err("Failed to allocate prot frmr err=%ld\n", in isert_create_pi_ctx()
539 isert_err("Failed to allocate signature enabled mr err=%ld\n", in isert_create_pi_ctx()
570 isert_err("Failed to allocate data frpl err=%ld\n", in isert_create_fr_desc()
577 isert_err("Failed to allocate data frmr err=%ld\n", in isert_create_fr_desc()
613 isert_err("Failed to allocate fast_reg descriptor\n"); in isert_conn_create_fastreg_pool()
621 isert_err("Failed to create fastreg descriptor err=%d\n", in isert_conn_create_fastreg_pool()
678 isert_err("Unable to allocate isert_conn->login_buf\n"); in isert_alloc_login_buf()
696 isert_err("login_req_dma mapping error: %d\n", ret); in isert_alloc_login_buf()
707 isert_err("login_rsp_dma mapping error: %d\n", ret); in isert_alloc_login_buf()
913 isert_err("isert np %p setup id failed: %ld\n", in isert_np_cma_handler()
919 isert_err("isert np %p Unexpected event %d\n", in isert_np_cma_handler()
984 isert_err("failed handle connect request %d\n", ret); in isert_cma_handler()
1001 isert_err("Unhandled RDMA CMA event: %d\n", event->event); in isert_cma_handler()
1032 isert_err("ib_post_recv() failed with ret: %d\n", ret); in isert_post_recv()
1060 isert_err("ib_post_send() failed, ret: %d\n", ret); in isert_post_send()
1099 isert_err("ib_dma_mapping_error() failed\n"); in isert_init_tx_hdrs()
1152 isert_err("ib_post_recv() failed: %d\n", ret); in isert_rdma_post_recvl()
1198 isert_err("Conn: %p failed to create" in isert_put_login_tx()
1289 isert_err("Unable to allocate iscsi_cmd + isert_cmd\n"); in isert_allocate_cmd()
1377 isert_err("Received unexpected solicited data payload\n"); in isert_handle_iscsi_dataout()
1395 isert_err("unexpected non-page aligned data payload\n"); in isert_handle_iscsi_dataout()
1449 isert_err("Unable to allocate text_in of payload_length: %u\n", in isert_handle_text_cmd()
1475 isert_err("Got illegal opcode: 0x%02x in SessionType=Discovery," in isert_rx_opcode()
1539 isert_err("Got unknown iSCSI OpCode: 0x%02x\n", opcode); in isert_rx_opcode()
1573 isert_err("iSER Hello message\n"); in isert_rx_do_work()
1644 isert_err("isert_post_recv() count: %d failed, %d\n", in isert_rcv_completion()
1673 isert_err("Cmd: unable to dma map SGs %p\n", sg); in isert_map_data_buf()
1859 isert_err("ib_check_mr_status failed, ret %d\n", ret); in isert_check_pi_status()
1882 isert_err("PI error found type %d at sector 0x%llx " in isert_check_pi_status()
1982 isert_err("Unknown i_state %d\n", cmd->i_state); in isert_do_control_comp()
2039 isert_err("Unknown wr->iser_ib_op: 0x%x\n", wr->iser_ib_op); in isert_snd_completion()
2113 isert_err("wr id %llx status %d vend_err %x\n", in isert_handle_wc()
2161 isert_err("ib_post_send failed with %d\n", ret); in isert_post_response()
2639 isert_err("fast registration failed, ret:%d\n", ret); in isert_fast_reg_mr()
2695 isert_err("Unsupported PI operation %d\n", se_cmd->prot_op); in isert_set_sig_attrs()
2752 isert_err("fast registration failed, ret:%d\n", ret); in isert_reg_sig_mr()
2789 isert_err("conn %p failed to allocate pi_ctx\n", in isert_handle_prot_cmd()
2802 isert_err("conn %p failed to map protection buffer\n", in isert_handle_prot_cmd()
2811 isert_err("conn %p failed to fast reg mr\n", in isert_handle_prot_cmd()
2819 isert_err("conn %p failed to fast reg mr\n", in isert_handle_prot_cmd()
2935 isert_err("Cmd: %p failed to prepare RDMA res\n", isert_cmd); in isert_put_datain()
2984 isert_err("Cmd: %p failed to prepare RDMA res\n", isert_cmd); in isert_get_dataout()
3015 isert_err("Unknown immediate state: 0x%02x\n", state); in isert_immediate_queue()
3055 isert_err("Unknown response state: 0x%02x\n", state); in isert_response_queue()
3077 isert_err("rdma_create_id() failed: %ld\n", PTR_ERR(id)); in isert_setup_id()
3085 isert_err("rdma_bind_addr() failed: %d\n", ret); in isert_setup_id()
3091 isert_err("rdma_listen() failed: %d\n", ret); in isert_setup_id()
3112 isert_err("Unable to allocate struct isert_np\n"); in isert_setup_np()
3159 isert_err("rdma_accept() failed with: %d\n", ret); in isert_rdma_accept()
3175 isert_err("isert_conn %p interrupted before got login req\n", in isert_get_login_rx()
3369 isert_err("conn %p failed to post beacon", isert_conn); in isert_wait4flush()
3473 isert_err("Unable to allocate isert_comp_wq\n"); in isert_init()
3481 isert_err("Unable to allocate isert_release_wq\n"); in isert_init()