Searched full:fastreg (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/iser/ |
| H A D | iser_verbs.c | 206 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 D | iser_memory.c | 34 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 D | icl_iser.h | 215 * @mem_h: pointer to registration context (FMR/Fastreg) 375 * @list: entry in connection fastreg pool 427 } fastreg; member
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_utils.c | 55 "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 D | provider.c | 50 MODULE_PARM_DESC(fastreg_support, "Advertise fastreg support (default = 1)");
|
| H A D | cq.c | 789 /* Invalidate the MR if the fastreg failed */ in c4iw_poll_cq_one()
|
| H A D | cm.c | 1265 "Use DSGL for PBL/FastReg (default=1)");
|
| /freebsd/sys/contrib/rdma/krping/ |
| H A D | krping.c | 1370 "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 D | nvmf_che.c | 299 "Use DSGL for PBL/FastReg (default=1)");
|