Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.c72 u32 stag_index = 0; in nes_alloc_mw() local
89 nesadapter->max_mr, &stag_index, &next_stag_index, NES_RESOURCE_MW); in nes_alloc_mw()
96 nes_free_resource(nesadapter, nesadapter->allocated_mrs, stag_index); in nes_alloc_mw()
100 stag = stag_index << 8; in nes_alloc_mw()
105 stag, stag_index); in nes_alloc_mw()
111 nes_free_resource(nesadapter, nesadapter->allocated_mrs, stag_index); in nes_alloc_mw()
139 nes_free_resource(nesadapter, nesadapter->allocated_mrs, stag_index); in nes_alloc_mw()
321 u32 stag_index = 0; in nes_alloc_mr() local
346 nesadapter->max_mr, &stag_index, in nes_alloc_mr()
353 nes_free_resource(nesadapter, nesadapter->allocated_mrs, stag_index); in nes_alloc_mr()
[all …]
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c1318 u32 stag_index = 0; in i40iw_create_stag() local
1334 &stag_index, &next_stag_index); in i40iw_create_stag()
1336 stag = stag_index << I40IW_CQPSQ_STAG_IDX_SHIFT; in i40iw_create_stag()
Di40iw_ctrl.c3181 u32 stag_index, in i40iw_sc_query_stag() argument
3194 LS_64(stag_index, I40IW_CQPSQ_QUERYSTAG_IDX)); in i40iw_sc_query_stag()