Home
last modified time | relevance | path

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

/freebsd/sys/dev/iser/
H A Diser_verbs.c34 ISER_ERR("got cq event %d", cause->event); in iser_cq_event_callback()
40 ISER_ERR("got qp event %d", cause->event); in iser_qp_event_callback()
47 ISER_ERR("async event %d on device %s port %d", in iser_event_handler()
132 ISER_ERR("Unknown wc opcode %d", wc->opcode); in iser_handle_wc()
138 ISER_ERR("conn %p wr id %llx status %d vend_err %x", in iser_handle_wc()
206 ISER_ERR("device %s doesn't support Fastreg, " in iser_create_device_ib_res()
281 ISER_ERR("failed to allocate an IB resource"); in iser_create_device_ib_res()
322 ISER_ERR("Failed to allocate fast reg mr err=%d", ret); in iser_alloc_reg_res()
345 ISER_ERR("failed to allocate reg_resources"); in iser_create_fastreg_desc()
372 ISER_ERR("Failed to create fastreg descriptor"); in iser_create_fastreg_pool()
[all …]
H A Dicl_iser.c236 ISER_ERR("unknown opcode %d", opcode); in is_control_opcode()
254 ISER_ERR("Failed to map TX descriptor pdu %p", iser_pdu); in iser_conn_pdu_queue()
261 ISER_ERR("Failed to send control pdu %p", iser_pdu); in iser_conn_pdu_queue()
265 ISER_ERR("Failed to send command pdu %p", iser_pdu); in iser_conn_pdu_queue()
279 ISER_ERR("failed to allocate iser conn"); in iser_new_conn()
324 ISER_ERR("iser_conn %p state is %d, teardown started\n", in iser_conn_handoff()
429 ISER_ERR("rdma_create_id failed: %d", err); in iser_conn_connect()
435 ISER_ERR("rdma_resolve_addr failed: %d", err); in iser_conn_connect()
H A Diser_initiator.c52 ISER_ERR("Failed to set up Data-IN RDMA"); in iser_prepare_read_cmd()
87 ISER_ERR("Failed to set up Data-out RDMA"); in iser_prepare_write_cmd()
251 ISER_ERR("failed allocating rx descriptors / data buffers"); in iser_alloc_rx_descriptors()
345 ISER_ERR("flags 0x%X unimplemented", ccbh->flags); in iser_csio_to_sg()
403 ISER_ERR("iser_conn %p itt %u len %u err %d", iser_conn, in iser_send_command()
455 ISER_ERR("conn %p failed err %d", iser_conn, err); in iser_send_control()
521 ISER_ERR("posting %d rx bufs err %d", count, err); in iser_rcv_completion()
H A Diser_memory.c176 ISER_ERR("failed to map sg (%d/%d)\n", n, mem->size); in iser_fast_reg_mr()
197 ISER_ERR("fast registration failed, ret:%d", ret); in iser_fast_reg_mr()
230 ISER_ERR("bounce buffer is not supported"); in iser_reg_rdma_mem()
280 ISER_ERR("dma_map_sg failed"); in iser_dma_map_task_data()
H A Dicl_iser.h88 #define ISER_ERR(X, ...) \ macro