Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dmain.h297 unsigned long *allocated_arps; member
H A Dhw.c1969 rf->allocated_arps = &rf->allocated_mcgs[BITS_TO_LONGS(rf->max_mcg)]; in irdma_set_hw_rsrc()
1971 (&rf->allocated_arps[BITS_TO_LONGS(rf->arp_table_size)]); in irdma_set_hw_rsrc()
2046 set_bit(0, rf->allocated_arps); in irdma_initialize_hw_rsrc()
H A Dutils.c39 if (irdma_alloc_rsrc(rf, rf->allocated_arps, rf->arp_table_size, in irdma_arp_table()
62 irdma_free_rsrc(rf, rf->allocated_arps, arp_index); in irdma_arp_table()