Searched refs:fastreg (Results 1 – 3 of 3) sorted by relevance
365 INIT_LIST_HEAD(&ib_conn->fastreg.pool); in iser_create_fastreg_pool()366 ib_conn->fastreg.pool_size = 0; in iser_create_fastreg_pool()374 list_add_tail(&desc->list, &ib_conn->fastreg.pool); in iser_create_fastreg_pool()375 ib_conn->fastreg.pool_size++; in iser_create_fastreg_pool()394 if (list_empty(&ib_conn->fastreg.pool)) in iser_free_fastreg_pool()399 list_for_each_entry_safe(desc, tmp, &ib_conn->fastreg.pool, list) { in iser_free_fastreg_pool()406 if (i < ib_conn->fastreg.pool_size) in iser_free_fastreg_pool()408 ib_conn->fastreg.pool_size - i); in iser_free_fastreg_pool()
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()
427 } fastreg; member