Home
last modified time | relevance | path

Searched full:fastreg (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/iser/
H A Diser_verbs.c206 ISER_ERR("device %s doesn't support Fastreg, " in iser_create_device_ib_res()
367 INIT_LIST_HEAD(&ib_conn->fastreg.pool); in iser_create_fastreg_pool()
368 ib_conn->fastreg.pool_size = 0; in iser_create_fastreg_pool()
372 ISER_ERR("Failed to create fastreg descriptor"); in iser_create_fastreg_pool()
376 list_add_tail(&desc->list, &ib_conn->fastreg.pool); in iser_create_fastreg_pool()
377 ib_conn->fastreg.pool_size++; in iser_create_fastreg_pool()
396 if (list_empty(&ib_conn->fastreg.pool)) in iser_free_fastreg_pool()
401 list_for_each_entry_safe(desc, tmp, &ib_conn->fastreg.pool, list) { in iser_free_fastreg_pool()
408 if (i < ib_conn->fastreg.pool_size) in iser_free_fastreg_pool()
410 ib_conn->fastreg.pool_size - i); in iser_free_fastreg_pool()
H A Diser_memory.c34 desc = list_first_entry(&ib_conn->fastreg.pool, in iser_reg_desc_get()
47 list_add(&desc->list, &ib_conn->fastreg.pool); in iser_reg_desc_put()
179 /* Prepare FASTREG WR */ in iser_fast_reg_mr()
H A Dicl_iser.h215 * @mem_h: pointer to registration context (FMR/Fastreg)
375 * @list: entry in connection fastreg pool
427 } fastreg; member
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c55 "Fastreg error: Registration to a valid MR"},
57 "Fastreg error: Registration to a valid Memory Window (MW)"},
58 {IRDMA_AE_AMP_FASTREG_INVALID_RIGHTS, "Fastreg error: Invalid rights"},
59 {IRDMA_AE_AMP_FASTREG_INVALID_LENGTH, "Fastreg error: Invalid length"},
85 "Fastreg error: Invalid host page size config"},
88 "Fastreg error: Invalid request to change physical MR to virtual or vice versa"},
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c50 MODULE_PARM_DESC(fastreg_support, "Advertise fastreg support (default = 1)");
H A Dcq.c789 /* Invalidate the MR if the fastreg failed */ in c4iw_poll_cq_one()
H A Dcm.c1265 "Use DSGL for PBL/FastReg (default=1)");
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c1370 "Fastreg not supported - device_cap_flags 0x%llx\n", in reg_supported()
1374 DEBUG_LOG("Fastreg supported - device_cap_flags 0x%llx\n", in reg_supported()
/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c299 "Use DSGL for PBL/FastReg (default=1)");