Home
last modified time | relevance | path

Searched refs:allocated_ahs (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/irdma/
H A Dirdma_kcompat.c551 err = irdma_alloc_rsrc(rf, rf->allocated_ahs, in irdma_create_sleepable_ah()
626 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, ah_id); in irdma_create_sleepable_ah()
1219 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, in irdma_destroy_ah()
H A Dirdma_main.h327 unsigned long *allocated_ahs; member
H A Dirdma_utils.c1969 err = irdma_alloc_rsrc(rf, rf->allocated_ahs, rf->max_ah, in irdma_puda_create_ah()
1989 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_create_ah()
2011 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_free_ah()
H A Dirdma_hw.c2115 rf->allocated_ahs = &rf->allocated_pds[BITS_TO_LONGS(rf->max_pd)]; in irdma_set_hw_rsrc()
2116 rf->allocated_mcgs = &rf->allocated_ahs[BITS_TO_LONGS(rf->max_ah)]; in irdma_set_hw_rsrc()
2197 set_bit(0, rf->allocated_ahs); in irdma_initialize_hw_rsrc()