Searched refs:allocated_ahs (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 536 err = irdma_alloc_rsrc(rf, rf->allocated_ahs, in irdma_create_ah() 611 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, ah_id); in irdma_create_ah() 1189 irdma_free_rsrc(iwdev->rf, iwdev->rf->allocated_ahs, in irdma_destroy_ah()
|
H A D | irdma_main.h | 323 unsigned long *allocated_ahs; member
|
H A D | irdma_utils.c | 1897 err = irdma_alloc_rsrc(rf, rf->allocated_ahs, rf->max_ah, in irdma_puda_create_ah() 1917 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_create_ah() 1939 irdma_free_rsrc(rf, rf->allocated_ahs, ah->ah_info.ah_idx); in irdma_puda_free_ah()
|
H A D | irdma_hw.c | 2092 rf->allocated_ahs = &rf->allocated_pds[BITS_TO_LONGS(rf->max_pd)]; in irdma_set_hw_rsrc() 2093 rf->allocated_mcgs = &rf->allocated_ahs[BITS_TO_LONGS(rf->max_ah)]; in irdma_set_hw_rsrc() 2174 set_bit(0, rf->allocated_ahs); in irdma_initialize_hw_rsrc()
|