Home
last modified time | relevance | path

Searched refs:alloc_index (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_pool.c260 static u32 alloc_index(struct rxe_pool *pool) in alloc_index() function
363 elem->index = alloc_index(pool); in rxe_add_index()
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.h241 unsigned short alloc_index; member
Dbe_main.c979 pwrb_handle = pwrb_context->pwrb_handle_base[pwrb_context->alloc_index]; in beiscsi_get_wrb_handle()
981 if (pwrb_context->alloc_index == (wrbs_per_cxn - 1)) in beiscsi_get_wrb_handle()
982 pwrb_context->alloc_index = 0; in beiscsi_get_wrb_handle()
984 pwrb_context->alloc_index++; in beiscsi_get_wrb_handle()
2672 pwrb_context->alloc_index = 0; in beiscsi_init_wrb_handle()