Searched refs:allocated_mcgs (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | main.h | 308 unsigned long *allocated_mcgs; member
|
| H A D | hw.c | 2091 rf->allocated_mcgs = &rf->allocated_ahs[BITS_TO_LONGS(rf->max_ah)]; in irdma_set_hw_rsrc() 2092 rf->allocated_arps = &rf->allocated_mcgs[BITS_TO_LONGS(rf->max_mcg)]; in irdma_set_hw_rsrc() 2175 set_bit(0, rf->allocated_mcgs); in irdma_initialize_hw_rsrc()
|
| H A D | verbs.c | 4861 ret = irdma_alloc_rsrc(rf, rf->allocated_mcgs, rf->max_mcg, in irdma_attach_mcast() 4877 irdma_free_rsrc(rf, rf->allocated_mcgs, mgn); in irdma_attach_mcast() 4934 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_attach_mcast() 4999 irdma_free_rsrc(rf, rf->allocated_mcgs, in irdma_detach_mcast()
|