Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_main.h328 unsigned long *allocated_arps; member
H A Dirdma_utils.c232 if (irdma_alloc_rsrc(rf, rf->allocated_arps, in irdma_arp_table()
260 irdma_free_rsrc(rf, rf->allocated_arps, arp_index); in irdma_arp_table()
323 irdma_free_rsrc(rf, rf->allocated_arps, arp_index); in irdma_put_arp()
H A Dirdma_hw.c2117 rf->allocated_arps = &rf->allocated_mcgs[BITS_TO_LONGS(rf->max_mcg)]; in irdma_set_hw_rsrc()
2120 (&rf->allocated_arps[BITS_TO_LONGS(rf->arp_table_size)]); in irdma_set_hw_rsrc()
2196 set_bit(0, rf->allocated_arps); in irdma_initialize_hw_rsrc()
H A Dfbsd_kcompat.c338 for_each_set_bit(arp_index, rf->allocated_arps, rf->arp_table_size) { in irdma_ifaddrevent_handler()